Qual: use div instead of table
This commit is contained in:
parent
37b94e43c8
commit
c62f87380c
@ -190,9 +190,9 @@ if ($forgetpasslink || $helpcenterlink) {
|
|||||||
<?php if (! empty($_SESSION['dol_loginmesg']))
|
<?php if (! empty($_SESSION['dol_loginmesg']))
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
<center><table width="60%"><tr><td align="center"><div class="error">
|
<center><div align="center" style="max-width: 500px; margin-left: 10px; margin-right: 10px;"><div class="error">
|
||||||
<?php echo $_SESSION['dol_loginmesg']; ?>
|
<?php echo $_SESSION['dol_loginmesg']; ?>
|
||||||
</div></td></tr></table></center>
|
</div></div></center>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
@ -200,10 +200,9 @@ if ($forgetpasslink || $helpcenterlink) {
|
|||||||
<?php if ($main_home)
|
<?php if ($main_home)
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
<center><table summary="info" cellpadding="0" cellspacing="0" border="0" align="center" width="750">
|
<center><div align="center" style="max-width: 80%">
|
||||||
<tr><td align="center">
|
|
||||||
<?php echo $main_home; ?>
|
<?php echo $main_home; ?>
|
||||||
</td></tr></table></center><br>
|
</div></center><br>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user