|
|
@ -57,6 +57,7 @@
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
|
<form id="reply" class="form-vertical" method="post" action="index.php">
|
|
|
|
<form id="reply" class="form-vertical" method="post" action="index.php">
|
|
|
|
|
|
|
|
{if $ticket_status neq 3}
|
|
|
|
<legend>{$t_reply}:</legend>
|
|
|
|
<legend>{$t_reply}:</legend>
|
|
|
|
<div class="control-group">
|
|
|
|
<div class="control-group">
|
|
|
|
<label class="control-label">{$t_fill}</label>
|
|
|
|
<label class="control-label">{$t_fill}</label>
|
|
|
@ -66,6 +67,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{/if}
|
|
|
|
{if isset($isAdmin) and $isAdmin eq "TRUE"}
|
|
|
|
{if isset($isAdmin) and $isAdmin eq "TRUE"}
|
|
|
|
<div class="control-group" style="display: inline-block;">
|
|
|
|
<div class="control-group" style="display: inline-block;">
|
|
|
|
<label class="control-label">Change status to</label>
|
|
|
|
<label class="control-label">Change status to</label>
|
|
|
|