From ab7f16ea679b8012dc90e69dc63fa8bcf075d534 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 17 Feb 2009 08:55:22 +0000 Subject: [PATCH] =?UTF-8?q?-=20Question=20/=20Remove=20:=20Modification=20?= =?UTF-8?q?de=20l'affichage=20du=20template=20pour=20que=20le=20texte=20?= =?UTF-8?q?=09puisse=20=C3=AAtre=20traduit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trunk/remove.php | 2 +- trunk/templates/default/question.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/remove.php b/trunk/remove.php index c576ee3a..c06da2c9 100644 --- a/trunk/remove.php +++ b/trunk/remove.php @@ -46,7 +46,7 @@ if(LSsession :: startLSsession()) { $GLOBALS['Smarty'] -> assign('pagetitle',_('Deleting').' : '.$object -> getDisplayName()); $GLOBALS['Smarty'] -> assign('question',_('Do you really want to delete').' '.$object -> getDisplayName().' ?'); $GLOBALS['Smarty'] -> assign('validation_url','remove.php?LSobject='.$_GET['LSobject'].'&dn='.$_GET['dn'].'&valid'); - $GLOBALS['Smarty'] -> assign('validation_txt',_('Validate')); + $GLOBALS['Smarty'] -> assign('validation_label',_('Validate')); } LSsession :: setTemplate('question.tpl'); } diff --git a/trunk/templates/default/question.tpl b/trunk/templates/default/question.tpl index e8b0306a..4470f7ef 100644 --- a/trunk/templates/default/question.tpl +++ b/trunk/templates/default/question.tpl @@ -9,5 +9,5 @@ {/if}

{$question}

- {if $validation_txt!=''}Valider{/if} + {$validation_label} {include file='bottom.tpl'}