From 582ac60fe9e323f597ccbfbfce0e3e6b19b3a75b Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 19 Jun 2008 14:20:59 +0000 Subject: [PATCH] =?UTF-8?q?-=20Modification=20du=20formulaire=20de=20r?= =?UTF-8?q?=C3=A9cup=C3=A9ration=20de=20mot=20de=20passe=20:=20Ajout=20d'u?= =?UTF-8?q?n=20=20=20message=20guidant=20l'utilisateur.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trunk/includes/class/class.LSsession.php | 24 +++++++++++------------- trunk/templates/recoverpassword.tpl | 4 +--- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/trunk/includes/class/class.LSsession.php b/trunk/includes/class/class.LSsession.php index 2c43324b..6975514e 100644 --- a/trunk/includes/class/class.LSsession.php +++ b/trunk/includes/class/class.LSsession.php @@ -748,27 +748,25 @@ class LSsession { $GLOBALS['Smarty'] -> assign('recoverpasswordform_label_submit',_('Valider')); $GLOBALS['Smarty'] -> assign('recoverpasswordform_label_back',_('Retour')); + $recoverpassword_msg = _('Veuillez saisir votre identifiant pour poursuivre le processus de récupération de votre mot de passe'); + if (isset($recoveryPasswordInfos['recoveryHashMail'])) { - $GLOBALS['Smarty'] -> assign( - 'recoverpassword_msg', - getFData( - _("Un mail vient de vous être envoyé à l'adresse %{mail}. " . - "Merci de suivre les indications contenus dans ce mail."), - $recoveryPasswordInfos['recoveryHashMail'] - ) + $recoverpassword_msg = getFData( + _("Un mail vient de vous être envoyé à l'adresse %{mail}. " . + "Merci de suivre les indications contenus dans ce mail."), + $recoveryPasswordInfos['recoveryHashMail'] ); } if (isset($recoveryPasswordInfos['newPasswordMail'])) { - $GLOBALS['Smarty'] -> assign( - 'recoverpassword_msg', - getFData( - _("Votre nouveau mot de passe vient de vous être envoyé à l'adresse %{mail}. "), - $recoveryPasswordInfos['newPasswordMail'] - ) + $recoverpassword_msg = getFData( + _("Votre nouveau mot de passe vient de vous être envoyé à l'adresse %{mail}. "), + $recoveryPasswordInfos['newPasswordMail'] ); } + $GLOBALS['Smarty'] -> assign('recoverpassword_msg',$recoverpassword_msg); + $this -> setTemplate('recoverpassword.tpl'); $this -> addJSscript('LSsession_recoverpassword.js'); } diff --git a/trunk/templates/recoverpassword.tpl b/trunk/templates/recoverpassword.tpl index 8b5332b6..2ebe2057 100644 --- a/trunk/templates/recoverpassword.tpl +++ b/trunk/templates/recoverpassword.tpl @@ -31,9 +31,7 @@ -{if recoverpassword_msg!=''} -

{$recoverpassword_msg}

-{/if} +

{$recoverpassword_msg}

{$recoverpasswordform_label_back}