Changes for page 2018

Last modified by David De La Harpe Golden on 2021/01/17 21:23

From version 14.1
edited by David De La Harpe Golden
on 2021/01/17 20:01
Change comment: There is no comment for this version
To version 15.1
edited by David De La Harpe Golden
on 2021/01/17 20:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,7 @@
1 1  {{velocity}}
2 2  #macro(thumbs $docref)
3 3  #set($document = $xwiki.getDocument($docref))
4 -#foreach($attach in $sorttool.sort($document.getAttachmentList(),["filename"]))
4 +#foreach($attach in $collectiontool.sort($document.getAttachmentList(),["filename"]))
5 5   #if($foreach.count > 10)
6 6   [[(+)>>$docref]]
7 7   #break