From c539aac7df0cfd3c193598c1257c3bbd230f183c Mon Sep 17 00:00:00 2001 From: Quitta Date: Sat, 13 Jul 2013 17:11:54 +0200 Subject: [PATCH] don't show the textarea for reply when ticket is closed. --- .../tools/server/ryzom_ams/ams_lib/translations/fr.ini | 8 ++++++++ .../server/ryzom_ams/www/html/templates/show_ticket.tpl | 2 ++ 2 files changed, 10 insertions(+) diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/fr.ini b/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/fr.ini index 8125fb969..621988ea0 100644 --- a/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/fr.ini +++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/fr.ini @@ -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
trouvez!" title403 = "Interdit!" diff --git a/code/ryzom/tools/server/ryzom_ams/www/html/templates/show_ticket.tpl b/code/ryzom/tools/server/ryzom_ams/www/html/templates/show_ticket.tpl index 50090aa07..15d898f5e 100644 --- a/code/ryzom/tools/server/ryzom_ams/www/html/templates/show_ticket.tpl +++ b/code/ryzom/tools/server/ryzom_ams/www/html/templates/show_ticket.tpl @@ -57,6 +57,7 @@
+ {if $ticket_status neq 3} {$t_reply}:
@@ -66,6 +67,7 @@
+ {/if} {if isset($isAdmin) and $isAdmin eq "TRUE"}