{$_EVENTTYPES[$eventlist[eventlist].type]}
|
{math equation="floor(x/100)" x=$eventlist[eventlist].begintime format="%02d"}:{math equation="x % 100" x=$eventlist[eventlist].begintime format="%02d"}
{if $eventlist[eventlist].begintime != $eventlist[eventlist].endtime}
- {math equation="floor(x/100)" x=$eventlist[eventlist].endtime format="%02d"}:{math equation="x % 100" x=$eventlist[eventlist].endtime format="%02d"}
{/if}
{foreach $eventlist[eventlist].userlist as $user}
{$user.name|truncate:"25":"...":true}
{/foreach}
|
{$eventlist[eventlist].title}
{if $eventlist[eventlist].description != ''} {$eventlist[eventlist].description}{/if}
{if $eventlist[eventlist].note != ''} {$eventlist[eventlist].note}{/if}
|
{if $eventlist[eventlist].customername}
{$eventlist[eventlist].customername|truncate:"30":"...":true}
{if isset($eventlist[eventlist].location)}
{$eventlist[eventlist].location}
{else}
{$eventlist[eventlist].customerlocation}
{/if}
{/if}
|
{if ConfigHelper::checkPrivilege('timetable_management')}
{if $eventlist[eventlist].closed}
{else}
{/if}
{/if}
{if $eventlist[eventlist].note == ''}
{foreach item=user from=$eventlist[eventlist].userlist}
{if $layout.logid == $user.id} {/if}
{/foreach}
{/if}
|
{/if}
{/section}