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

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()}
+