Changes for page Rangee Index

Last modified by Tobias Wintrich on 2025/06/04 09:20

From version 10.88
edited by Tobias Wintrich
on 2021/09/28 09:58
Change comment: There is no comment for this version
To version 10.87
edited by Tobias Wintrich
on 2021/09/28 09:57
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -25,9 +25,9 @@
25 25   <ul>
26 26   #foreach($rdoc2 in $results3)
27 27   #set($rdoc3 = $xwiki.getDocument($rdoc2).getTranslatedDocument())
28 - <li class="jstree-open">
28 + <li>
29 29   [[$rdoc3.getDisplayTitle()>>$rdoc3.fullName]]
30 - </li>
30 + </li class="jstree-open">
31 31   #set($results4 = false)
32 32   #set($query4 = $services.query.xwql('where doc.parent=:doc and doc.hidden = 0 order by doc.title asc'))
33 33   #set($results4 = $query4.bindValue('doc', $rdoc2).addFilter('currentlanguage').execute())