Changes for page Rangee Index
Last modified by Tobias Wintrich on 2025/06/04 09:20
From version 10.98
edited by Tobias Wintrich
on 2021/09/28 10:11
on 2021/09/28 10:11
Change comment:
There is no comment for this version
To version 10.97
edited by Tobias Wintrich
on 2021/09/28 10:10
on 2021/09/28 10:10
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -47,11 +47,7 @@ 47 47 <ul> 48 48 #foreach($rdoc3 in $results4) 49 49 #set($rdoc4 = $xwiki.getDocument($rdoc3).getTranslatedDocument()) 50 - <li class=" 51 - #if ($depth > 3) 52 - jstree-open 53 - #end 54 - "> 50 + <li class="jstree-open"> 55 55 [[$rdoc4.getDisplayTitle()>>$rdoc4.fullName]] 56 56 </li> 57 57 #set($results5 = false) ... ... @@ -60,11 +60,7 @@ 60 60 <ul> 61 61 #foreach($rdoc4 in $results5) 62 62 #set($rdoc5 = $xwiki.getDocument($rdoc4).getTranslatedDocument()) 63 - <li class=" 64 - #if ($depth > 4) 65 - jstree-open 66 - #end 67 - "> 59 + <li class="jstree-open"> 68 68 [[$rdoc5.getDisplayTitle()>>$rdoc5.fullName]] 69 69 </li> 70 70 #end