Files
Froxlor/templates/Classic/admin/ticket/archived_tickets.tpl
2011-06-13 20:34:15 +02:00

11 lines
570 B
Smarty

<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>