Changes for page Forthcoming

From version 35.1
edited by Andrea Omicini
on 27/03/2023 23:05
Change comment: There is no comment for this version
To version 33.2
edited by Andrea Omicini
on 27/03/2023 00:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -18,12 +18,10 @@
18 18   #set( $eventsFound = $xwiki.search($sql) )
19 19   #if( $eventsFound.size() > 0 )
20 20  >{{stringEngIta eng="Forthcoming Events" ita="Eventi in arrivo"/}}
21 -
22 - #foreach($event in $eventsFound)
21 + #foreach( $event in $eventsFound )
23 23   #set( $eventDoc = $xwiki.getDocument($event) )
24 -#if( !$foreach.first ){{themeTextSecondary}}•{{/themeTextSecondary}} #end##
25 -{{eventAcronym}}$eventDoc{{/eventAcronym}} (% style='color:$theme.textPrimaryColor' %)({{eventDates}}$eventDoc{{/eventDates}}) #end
26 -(%%)
23 +* {{eventAcronym}}$eventDoc{{/eventAcronym}} (% style='color:$theme.textPrimaryColor' %)({{eventDates}}$eventDoc{{/eventDates}})(%%)
24 + #end
27 27   #end
28 28  #end
29 29  {{/velocity}}