Modifiche per il documento In arrivo

Dalla versione 46.2
modificato da Andrea Omicini
il 04/05/2023 23:51
Cambia il commento: Nessun commento per questa versione
Alla versione 46.4
modificato da Andrea Omicini
il 06/05/2023 16:13
Cambia il commento: Nessun commento per questa versione

Summary

Details

Page properties
Content
... ... @@ -14,11 +14,11 @@
14 14  #set( $eventsFound = $xwiki.searchDocuments($query) )
15 15  ##
16 16  #if( $eventsFound.size() > 0 )
17 ->{{stringEngIta eng="Forthcoming Events" ita="Eventi in arrivo"/}}
17 +>{{stringEngIta eng="forthcoming events" ita="eventi in arrivo"/}}
18 18  
19 19   #foreach($event in $eventsFound)
20 20   #set( $eventDoc = $xwiki.getDocument($event) )
21 -#if( !$foreach.first ){{themeTextSecondary}}•{{/themeTextSecondary}} #end{{event short="true"}}$eventDoc{{/event}} #end
21 +#if( !$foreach.first ){{themeTextSecondary}}•{{/themeTextSecondary}} #end#if( $eventDoc.getValue('sort') != 'special issue' ){{event short="true"}}$eventDoc{{/event}}#{else}{{event short="title"}}$eventDoc{{/event}}#end #end
22 22  (%%)
23 23  #end
24 24  {{/velocity}}{{noShortcuts/}}