Changes for page User Directory

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

From version 1.1
edited by JeromeVelociter
on 2010/03/02 08:45
Change comment: There is no comment for this version
To version 2.1
edited by JeromeVelociter
on 2010/03/02 08:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,7 +6,8 @@
6 6   "last_name" : { "type" : "text", "link" : "view"},
7 7   "doc.creationDate" : { "type" : "text", "link" : "none"}
8 8   })
9 -#set($options = { "translationPrefix" : "xe.index.",
9 +#set($options = { "className" : "XWiki.XWikiUsers",
10 + "translationPrefix" : "xe.index.",
10 10   "rowCount": 15,
11 11   "description": "This table lists all the documents found on this wiki. The columns can be sorted and some can be filtered." })
12 12  #livetable("alldocs" $collist $colprops $options)
... ... @@ -13,18 +13,5 @@
13 13  {{/velocity}}
14 14  
15 15  {{velocity}}
16 -#set($collist = ["_avatar", "first_name","last_name", "doc.creationDate"])
17 -#set($colprops = {
18 - "_avatar" : { "type" : "text" , "size" : 30, "link" : "view"},
19 - "first_name" : { "type" : "text", "link" : "view"},
20 - "last_name" : { "type" : "text", "link" : "view"},
21 - "doc.creationDate" : { "type" : "text", "link" : "none"}
22 - })
23 -#set($options = { "translationPrefix" : "xe.index.",
24 - "rowCount": 15,
25 - "description": "This table lists all the documents found on this wiki. The columns can be sorted and some can be filtered." })
26 -#livetable("alldocs" $collist $colprops $options)
27 -{{/velocity}}
28 28  
29 29  
30 -