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:
17
templates/Sparkle/admin/tickets/tickets_view.tpl
vendored
Normal file
17
templates/Sparkle/admin/tickets/tickets_view.tpl
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/ticket_archive_big.png" alt="" />
|
||||
{$lng['ticket']['ticket_delete']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<if 0 < $ticket_replies_count >
|
||||
$ticket_replies
|
||||
</if>
|
||||
<p><a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'archive', 'action' => 'delete', 'id' => $id))}"><img src="templates/{$theme}/assets/img/icons/delete.png" alt="" /> {$lng['panel']['delete']}</a></p>
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
Reference in New Issue
Block a user