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

13 lines
442 B
Smarty

<tr>
<td>{$ticket['lastchange']}</td>
<td>{$ticket['ticket_answers']}</td>
<td>{$ticket['subject']}</td>
<td>{$ticket['lastreplier']}</td>
<td>{$ticket['priority']}</td>
<td>
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'archive', 'action' => 'view', 'id' => $ticket['id']))}" style="text-decoration:none;">
<img src="images/Froxlor/icons/ticket_show.png" alt="{$lng['ticket']['show']}"/>
</a>
</td>
</tr>