47 lines
1.2 KiB
Smarty
47 lines
1.2 KiB
Smarty
$header
|
|
<article>
|
|
<header>
|
|
<h2>
|
|
<img src="images/Froxlor/{$image}" alt="{$title}" />
|
|
{$title}
|
|
</h2>
|
|
</header>
|
|
|
|
<if 0 < $isclosed >
|
|
<div class="messagewrapperfull">
|
|
<div class="warningcontainer bradius">
|
|
<div class="warningtitle">{$lng['ticket']['ticket_reopen']}</div>
|
|
<div class="warning"><br /><strong><a href="$filename?page=tickets&action=reopen&id={$id}&s=$s">{$lng['ticket']['ticket_reopen']}</a></strong></div>
|
|
</div>
|
|
</div>
|
|
</if>
|
|
|
|
<if 0 < $ticket_replies_count >
|
|
$ticket_replies
|
|
</if>
|
|
|
|
<section class="fullform bradiusodd">
|
|
|
|
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
|
|
<fieldset>
|
|
<legend>Froxlor - {$title}</legend>
|
|
|
|
<table class="formtable">
|
|
{$ticket_reply_form}
|
|
</table>
|
|
|
|
<p style="display: none;">
|
|
<input type="hidden" name="s" value="$s" />
|
|
<input type="hidden" name="page" value="$page" />
|
|
<input type="hidden" name="action" value="$action" />
|
|
<input type="hidden" name="id" value="$id" />
|
|
<input type="hidden" name="send" value="send" />
|
|
</p>
|
|
</fieldset>
|
|
</form>
|
|
|
|
</section>
|
|
|
|
</article>
|
|
$footer
|