W3C remplacement de td width="100px" par width="110"
This commit is contained in:
parent
6d642a8dc2
commit
a1fb804744
@ -2574,7 +2574,7 @@ class Form
|
|||||||
|
|
||||||
// Ligne de titre
|
// Ligne de titre
|
||||||
print '<tr>';
|
print '<tr>';
|
||||||
print '<td valign="top" width="110px">'.$langs->trans("ReportName").'</td>';
|
print '<td valign="top" width="110">'.$langs->trans("ReportName").'</td>';
|
||||||
if (! $variante) print '<td colspan="3">';
|
if (! $variante) print '<td colspan="3">';
|
||||||
else print '<td>';
|
else print '<td>';
|
||||||
print $nom;
|
print $nom;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user