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 10.1
edited by Guillaume Lerouge
on 2010/03/12 16:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,7 @@
1 1  {{velocity}}
2 -$blacklistedSpaces
3 -#set($blacklistedSpaces = [])
4 -$blacklistedSpaces
2 +#foreach($item in $blacklistedSpaces)
3 +$item
4 +#end
5 5  #set($collist = ["_avatar", "first_name","last_name", "doc.creationDate"])
6 6  #set($colprops = {
7 7   "_avatar" : { "type" : "text" , "size" : 30, "link" : "view"},