From 872bf3529b8dae3865591c3f3268972b36836df5 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 25 Apr 2007 13:50:40 +0000 Subject: [PATCH] Fix: mise en page --- htdocs/admin/security.php | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/htdocs/admin/security.php b/htdocs/admin/security.php index 18c03319e80..3fe1a4d6292 100644 --- a/htdocs/admin/security.php +++ b/htdocs/admin/security.php @@ -238,15 +238,7 @@ print ''.$langs->trans("Action").''; print ''; print ""; -if($conf->global->DATABASE_PWD_ENCRYPTED == 1) -{ - print ''; -} -else -{ - print ''; -} -print $langs->trans("DoNotStoreClearPassword").''; +print ''.$langs->trans("DoNotStoreClearPassword").''; print ''; if($conf->global->DATABASE_PWD_ENCRYPTED == 1) { @@ -261,9 +253,9 @@ if ($conf->global->DATABASE_PWD_ENCRYPTED == 0) print ""; } -print ''; if($conf->global->DATABASE_PWD_ENCRYPTED == 1) { + print ''; if ($allow_disable_encryption) { //On n'autorise pas l'annulation de l'encryption car les mots de passe ne peuvent pas être décodés @@ -274,9 +266,9 @@ if($conf->global->DATABASE_PWD_ENCRYPTED == 1) { print '-'; } + print ""; } - -print ""; + print ""; print '';