diff --git a/ChangeLog b/ChangeLog index 2a49b467783ed3f2da9caa33b307113200f03834..a6231b139ceef4c27f43719b85033e828d379ccc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ English Dolibarr ChangeLog - Fix: amarok is a bugged theme making dolidroid failed. We swith to eldy automatically with dolidroid. - Fix: withdrawal create error if in the same month are deleted previus withdrawals. - Fix: [ bug #1801 ] FAC_FORCE_DATE_VALIDATION constant alters supplier invoice date given to numeration modules +- Fix: [ bug #1784 ] « Message page de connexion » n'apparaît pas ***** ChangeLog for 3.6.2 compared to 3.6.1 ***** - Fix: fix ErrorBadValueForParamNotAString error message in price customer multiprice. diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php index 82748a69b05d46e1f23d62dea8afbd48da9115ad..f508a595d232d9b8745564eff60012ff04d86c67 100644 --- a/htdocs/core/tpl/login.tpl.php +++ b/htdocs/core/tpl/login.tpl.php @@ -203,7 +203,7 @@ if (isset($conf->file->main_authentication) && preg_match('/openid/',$conf->file <?php if ($main_home) { ?> - <div class="center" class="login_main_home" style="max-width: 80%"> + <div class="login_main_home" style="max-width: 80%"> <?php echo $main_home; ?> </div><br> <?php