don't show the textarea for reply when ticket is closed.

This commit is contained in:
Quitta 2013-07-13 17:11:54 +02:00
parent 66cec1fb7a
commit 3f5eaae687
2 changed files with 10 additions and 0 deletions

View file

@ -33,6 +33,14 @@ t_send = "Envoyer la reponse"
[show_ticket_log]
[ticket_log]
1 = "a cree le billet"
2 = "a cree le billet pour"
3 = "a lire le billet"
4 = "a ajoute le reponse"
5 = "change le status a"
6 = "change le priorite a"
[error]
title404 = "Pas<br/>trouvez!"
title403 = "Interdit!"

View file

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