W3C remplacement de td width="100px" par width="110"

This commit is contained in:
Rodolphe Quiedeville 2006-12-23 15:36:46 +00:00
parent 6d642a8dc2
commit a1fb804744

View File

@ -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;