From c48d65232d2a2498edc673b046ee9fbe8dfec500 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 9 Aug 2009 01:46:10 +0000 Subject: [PATCH] Look: Same size than logon page --- htdocs/user/passwordforgotten.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php index 3fb9c2a2a3a..618efccaa6c 100644 --- a/htdocs/user/passwordforgotten.php +++ b/htdocs/user/passwordforgotten.php @@ -199,7 +199,7 @@ print ''; print ''."\n"; // Table 1 -print ''."\n"; +print '
'."\n"; if (file_exists(DOL_DOCUMENT_ROOT.'/logo.png')) { print '
'; @@ -218,7 +218,7 @@ if ($mode == 'dolibarr' || $mode == 'dolibarr_mdb2') $disabled=''; if ($conf->global->MAIN_SECURITY_ENABLE_SENDPASSWORD) $disabled=''; // To force button enabled // Table 2 -print ''."\n"; +print '
'."\n"; print ''."\n";