Fix alignement

This commit is contained in:
Laurent Destailleur 2017-06-16 01:07:44 +02:00
parent 07b676792a
commit b1945daf6c

View File

@ -365,7 +365,7 @@ if ($sql_select)
print '<td class="liste_titre" align="left">';
print '<input class="flat" type="text" name="sref" size="8" value="'.$sref.'">';
print '</td>';
print '<td class="liste_titre nowrap">'; // date
print '<td class="liste_titre nowrap center">'; // date
print $formother->select_month($month?$month:-1,'month',1);
$formother->select_year($year?$year:-1,'year',1, 20, 1);
print '</td>';