Files
Froxlor/templates/Sparkle/admin/tickets/archived_tickets.tpl
2013-10-01 15:21:35 +02:00

13 lines
457 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="templates/{$theme}/assets/img/icons/ticket_show.png" alt="{$lng['ticket']['show']}"/>
</a>
</td>
</tr>