From 98b0d5c2883d0f75d24dce7a8a78035108e4c686 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 25 Apr 2007 13:24:04 +0000 Subject: [PATCH] Fix: mise en page --- htdocs/admin/security.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/htdocs/admin/security.php b/htdocs/admin/security.php index 7760e28be68..8a2b77c82a6 100644 --- a/htdocs/admin/security.php +++ b/htdocs/admin/security.php @@ -238,7 +238,15 @@ print ''.$langs->trans("Action").''; print ''; print ""; -print ''.$langs->trans("DoNotStoreClearPassword").''; +if($conf->global->DATABASE_PWD_ENCRYPTED == 1) +{ + print ''; +} +else +{ + print ''; +} +print $langs->trans("DoNotStoreClearPassword").''; print ''; if($conf->global->DATABASE_PWD_ENCRYPTED == 1) {