diff --git a/templates/history/historie.tpl b/templates/history/historie.tpl deleted file mode 100644 --- a/templates/history/historie.tpl +++ /dev/null @@ -1,35 +0,0 @@ -

Historie des Tickets Nr. {$ticket->getId()}

-
- - - - - - - - - - - - - {foreach $histories as $history} - {assign var="coloredRow" value=""} - {if $history->getLocked() == 1} - {assign var="coloredRow" value=" yellow-row"} - {/if} - - {if $history->getStatus_Id() == $tStatus::GESCHLOSSEN} - {assign var="coloredRow" value=" red-row"} - {/if} - - - - - - - - - - {/foreach} -
AktionStatusBenutzerBetreffNachrichtGesperrtLetzter Zugriff
{$history->getActionName()}{$history->getStatusName()}{$history->getUsername()}{$history->getSubject()}{$history->getMessage()}{$history->getLocked()}{$history->getLast_Access()}
-