{if $log[logitem].type == "tasklist"}
{elseif $log[logitem].type == "user"}
{elseif $log[logitem].type == "task"}
{elseif $log[logitem].type == "projekt"}
{elseif $log[logitem].type == "milestone"}
{elseif $log[logitem].type == "message"}
{elseif $log[logitem].type == "datei"}
{elseif $log[logitem].type == "track"}
{/if}
|
{$log[logitem].name|truncate:30:"...":true}
{#was#}
{if $log[logitem].action == 1}
{#added#}
{elseif $log[logitem].action == 2}
{#edited#}
{elseif $log[logitem].action == 3}
{#deleted#}
{elseif $log[logitem].action == 4}
{#opened#}
{elseif $log[logitem].action == 5}
{#closed#}
{elseif $log[logitem].action == 6}
{#assigned#}
{/if}
{$log[logitem].datum}
|
{$log[logitem].username|truncate:25:"...":true} |
|