This commit is contained in:
Laurent Destailleur 2018-09-10 01:22:01 +02:00
parent 7c5ceff569
commit 15aa99fc8e

View File

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