diff --git a/htdocs/lib/functions.inc.php3 b/htdocs/lib/functions.inc.php3 index fa51f5e5e04..fcaf34994ac 100644 --- a/htdocs/lib/functions.inc.php3 +++ b/htdocs/lib/functions.inc.php3 @@ -30,14 +30,86 @@ function loginFunction() /** * Change the HTML output so that it fits to your * application. */ - print 'Dolibarr Authentification'; - print '

Dolibarr Authentification'; + print 'Dolibarr Authentification'; +print ' + + + + +

+
'; + print 'Dolibarr '.DOL_VERSION; +print ' +
+
+'; + + echo "
"; print ''; - print '';; - print ''; - echo ''; - echo "
Login:
Password:

"; + print 'Login : ';; + print 'Password : '; + + echo ' +

+ +

+ +'; }