Changes for page Rangee Index

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

From version 12.36
edited by Tobias Wintrich
on 2021/09/28 12:19
Change comment: There is no comment for this version
To version 12.35
edited by Tobias Wintrich
on 2021/09/28 12:16
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -29,13 +29,11 @@
29 29   <ul>
30 30   #foreach($rdoc in $results2)
31 31   #set($rdoc2 = $xwiki.getDocument($rdoc).getTranslatedDocument())
32 - #if ($locale == $rdoc.getLanguage())
33 - <li class="
32 + <li class="$rdoc.getLanguage()
34 34   #if ($depth > 1)
35 35   jstree-open
36 36   #end
37 37   ">
38 - #end
39 39   [[$rdoc2.getDisplayTitle()>>$rdoc2.fullName]]
40 40   </li>
41 41   #set($results3 = false)