Changes for page User Directory

Last modified by Ecaterina Valica on 2016/11/17 15:21

From version 8.1
edited by Guillaume Lerouge
on 2010/03/12 16:23
Change comment: There is no comment for this version
To version 12.1
edited by Administrator
on 2010/11/30 22:49
Change comment: Imported from XAR

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -User Directory
1 +$msg.get("xe.userdirectory.title")
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.GuillaumeLerouge
1 +XWiki.Admin
Content
... ... @@ -1,18 +1,2 @@
1 -{{velocity}}
2 -$blacklistedSpaces
3 -#set($blacklistedSpaces = [])
4 -$blacklistedSpaces
5 -#set($collist = ["_avatar", "first_name","last_name", "doc.creationDate"])
6 -#set($colprops = {
7 - "_avatar" : { "type" : "text" , "size" : 30, "link" : "view"},
8 - "first_name" : { "type" : "text", "link" : "view"},
9 - "last_name" : { "type" : "text", "link" : "view"},
10 - "doc.creationDate" : { "type" : "text", "link" : "none"}
11 - })
12 -#set($options = { "className" : "XWiki.XWikiUsers",
13 - "rowCount": 15,
14 - "description": "This table lists all the documents found on this wiki. The columns can be sorted and some can be filtered." })
15 -#livetable("alldocs" $collist $colprops $options)
16 -{{/velocity}}
1 +{{include document="XWiki.XWikiGroupSheet"}}
17 17  
18 -