Changes for page Forthcoming

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

Summary

Details

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