Fix css
This commit is contained in:
parent
7c5ceff569
commit
15aa99fc8e
@ -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">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user