mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 19:25:22 +01:00
W3C remplacement de td width="100px" par width="110"
This commit is contained in:
@@ -2574,7 +2574,7 @@ class Form
|
||||
|
||||
// Ligne de titre
|
||||
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">';
|
||||
else print '<td>';
|
||||
print $nom;
|
||||
|
||||
Reference in New Issue
Block a user