Changes for page Card Navigation

Last modified by Calvin Henderson on 2025/03/11 10:29

From version 14.48
edited by calvin_henderson
on 2024/12/18 13:21
Change comment: There is no comment for this version
To version 14.44
edited by calvin_henderson
on 2024/12/18 13:20
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
code
... ... @@ -12,9 +12,6 @@
12 12   gap: 10px;
13 13   ">
14 14  #end
15 -$entries
16 -
17 -
18 18  #foreach($entry in $entries.split('\n'))
19 19   #set($card = $entry.split('\|'))
20 20   #if (false)
... ... @@ -33,7 +33,7 @@
33 33   </a>
34 34   #end
35 35  
36 - $card[0],$card[1],$card[2]
33 + $card[0],$card[1],$card[2]&nbsp;&nbsp;
37 37  #end
38 38  ## </div>
39 39  {{/html}}