Modifiche per il documento In arrivo

Dalla versione 33.2
modificato da Andrea Omicini
il 27/03/2023 00:53
Cambia il commento: Nessun commento per questa versione
Alla versione 34.1
modificato da Andrea Omicini
il 27/03/2023 23:01
Cambia il commento: Nessun commento per questa versione

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}}