Renamed ticket - templates to follow the rest of the Froxlor scheme: templatedir = <section> = [admin|customer]_<section>.php
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
10
templates/Classic/admin/tickets/archived_tickets.tpl
Normal file
10
templates/Classic/admin/tickets/archived_tickets.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<tr class="" onmouseover="this.className='RowOverSelected';" onmouseout="this.className='';">
|
||||
<td class="field_name_border_left">{$ticket['lastchange']}</td>
|
||||
<td class="field_name">{$ticket['ticket_answers']}</td>
|
||||
<td class="field_name">{$ticket['subject']}</td>
|
||||
<td class="field_name">{$ticket['lastreplier']}</td>
|
||||
<td class="field_name">{$ticket['priority']}</td>
|
||||
<td class="field_name">
|
||||
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'archive', 'action' => 'view', 'id' => $ticket['id']))}">{$lng['ticket']['show']}</a>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user