From becb648b124311d48dc9601fa56968c780fe21a1 Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Thu, 24 Jan 2013 14:59:13 +0000 Subject: [PATCH] =?UTF-8?q?Cache=20l'edition=20de=20mot=20de=20passe=20du?= =?UTF-8?q?=20compte=20mail,=20pour=20=C3=A9viter=20que=20l'utilisateur=20?= =?UTF-8?q?pense=20remettre=20le=20mot=20de=20passe=20a=20zero=20quand=20c?= =?UTF-8?q?'est=20pas=20le=20cas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bureau/admin/mail_edit.php | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/bureau/admin/mail_edit.php b/bureau/admin/mail_edit.php index 61d7f634..590ac289 100644 --- a/bureau/admin/mail_edit.php +++ b/bureau/admin/mail_edit.php @@ -92,8 +92,9 @@ if (isset($error)) {

- - + + +
@@ -144,5 +145,18 @@ function popon() { $('#quotamb').removeAttr("disabled"); $('#passconf').removeAttr("disabled"); } + +function mail_edit_pass() { + $('#mail_edit_pass').toggle(); + $('#mail_edit_pass1').toggle(); + $('#mail_edit_pass2').toggle(); +} + - +mail_edit_pass();'; +} // if $islocal + +include_once("foot.php"); +?>