From 139d225af96bbe9af482a12501f70082b68e8cd5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 25 Jan 2008 23:15:48 +0000 Subject: [PATCH] Fix: Alignement chp form mot de passe --- htdocs/main.inc.php | 4 ++-- htdocs/user/passwordforgotten.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index dd281606657..d8cf910f8d7 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -530,8 +530,8 @@ function dol_loginfunction($langs,$conf,$mysoc) print ' '; print ''; - print '
  '.$langs->trans("Login").'  '; - print ''; + print '   '.$langs->trans("Login").'  '; + print ''; $title.=$langs->trans("SessionName").': '.session_name(); if ($conf->main_authentication) $title.=", ".$langs->trans("AuthenticationMode").': '.$conf->main_authentication; diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php index 334f9e91a3c..5556b177b6f 100644 --- a/htdocs/user/passwordforgotten.php +++ b/htdocs/user/passwordforgotten.php @@ -221,8 +221,8 @@ print ''."\n"; print ''."\n"; print ''; -print ''; -print ''; +print ''; +print ''; $title=''; $title.=$langs->trans("SessionName").': '.session_name();
 

  '.$langs->trans("Login").'  

  '.$langs->trans("Login").'