Changes for page Rangee Index
Last modified by Tobias Wintrich on 2025/06/04 09:20
From version 12.3
edited by Tobias Wintrich
on 2021/09/28 10:26
on 2021/09/28 10:26
Change comment:
There is no comment for this version
To version 12.21
edited by Tobias Wintrich
on 2021/09/28 11:53
on 2021/09/28 11:53
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -18,11 +18,10 @@ 18 18 #set($results2 = false) 19 19 #set($query2 = $services.query.xwql('where doc.parent=:doc and doc.hidden = 0 order by doc.title asc')) 20 20 #set($results2 = $query2.bindValue('doc', $docname).addFilter('currentlanguage').execute()) 21 - $results2 22 22 <ul> 23 23 #foreach($rdoc in $results2) 24 24 #set($rdoc2 = $xwiki.getDocument($rdoc).getTranslatedDocument()) 25 - <li class=" 24 + <li class="$rdoc2.getLanguage() 26 26 #if ($depth > 1) 27 27 jstree-open 28 28 #end