mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-11 03:51:25 +01:00
Fix: centrage du message sur la page de login
This commit is contained in:
@@ -1240,9 +1240,9 @@ function dol_loginfunction($notused,$pearstatus)
|
|||||||
}
|
}
|
||||||
if ($conf->global->MAIN_HOME)
|
if ($conf->global->MAIN_HOME)
|
||||||
{
|
{
|
||||||
print '<table cellpadding="0" cellspacing="0" border="0" align="center" width="750"><tr><td>';
|
print '<center><table cellpadding="0" cellspacing="0" border="0" align="center" width="750"><tr><td>';
|
||||||
print nl2br(MAIN_HOME);
|
print nl2br(MAIN_HOME);
|
||||||
print '</td></tr></table><br>';
|
print '</td></tr></table></center><br>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fin entete html
|
// Fin entete html
|
||||||
|
|||||||
Reference in New Issue
Block a user