diff --git a/templates/tickets/index.tpl b/templates/tickets/index.tpl deleted file mode 100644 --- a/templates/tickets/index.tpl +++ /dev/null @@ -1,78 +0,0 @@ -

Ticketverwaltung

-
- -
-
-
- {include file="tickets/ticketanlegen.tpl"} -
- -
-
-
- -{if $tickets != null} -
-
-
-
- - - - - - - - - - - -
NummerBesitzerBetreffNachrichtStatusAktion1Aktion2Aktion3
-
-
- -
- {foreach $tickets as $ticket} -
-
- - {assign var="coloredRow" value=""} - {if $ticket->getLocked()} - {assign var="coloredRow" value="yellow-row"} - {/if} - - {if $ticket->getStatus_Id() == $tStatus::GESCHLOSSEN} - {assign var="coloredRow" value="red-row"} - {/if} - - - - - - - - - {if $group_id != $tGroup::GUEST} - {if $group_id == $tGroup::SUPPORTER && $ticket->getLocked() == 0} - - {else} - - {/if} - {else} - - {/if} - - {if $group_id == $tGroup::MANAGER || $group_id == $tGroup::ADMIN} - - {else} - - {/if} - - -
Bearbeiten ist gesperrtLöschen ist gesperrt
-
-
- {/foreach} -
-
-{/if} \ No newline at end of file