From c2b704896ce2fe0c7142ef300709dc9259be24ce Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 29 Jul 2006 18:27:36 +0000 Subject: [PATCH] Syntaxe DTD incorrect --- htdocs/lib/functions.inc.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 74b6e850755..a320ed4635e 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -989,7 +989,11 @@ function loginfunction() // Si feuille de style en php existe if (file_exists(DOL_DOCUMENT_ROOT.'/'.$conf->css.".php")) $conf->css.=".php"; - print ''; + // Ce DTD est KO car inhibe document.body.scrollTop + //print ''; + // Ce DTD est OK + print ''; + print "\nDolibarr Authentification\n"; print ''."\n"; @@ -1026,10 +1030,10 @@ function loginfunction() print ''."\n"; print ''; - print '
'; + print '">'; print ''; @@ -1041,7 +1045,7 @@ function loginfunction() } else { - print ''; + print ''; } print'
Dolibarr '.DOL_VERSION.'
Dolibarr '.DOL_VERSION.'
@@ -1069,7 +1073,7 @@ function loginfunction() print ' -   '.$langs->trans("Password").'   +   '.$langs->trans("Password").'