welcome on board new 'Sparkle' theme and also welcome on board BNoiZe as theme maintainer (creater of Sparkle theme)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
12
templates/Sparkle/admin/tickets/archived_tickets.tpl
vendored
Normal file
12
templates/Sparkle/admin/tickets/archived_tickets.tpl
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user