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:
17
templates/Classic/admin/tickets/tickets_view.tpl
Normal file
17
templates/Classic/admin/tickets/tickets_view.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
$header
|
||||
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
|
||||
<tr>
|
||||
<td class="maintitle"><b><img src="images/Classic/title.gif" alt="" /> {$lng['ticket']['ticket_delete']}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="main_field_confirm"><a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'archive', 'action' => 'delete', 'id' => $id))}">{$lng['panel']['delete']}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<br />
|
||||
<if 0 < $ticket_replies_count >
|
||||
$ticket_replies
|
||||
</if>
|
||||
<br />
|
||||
<br />
|
||||
$footer
|
||||
Reference in New Issue
Block a user