This commit is contained in:
Laurent Destailleur 2023-01-06 20:53:09 +01:00
parent b3b0fe2444
commit d3c3565190

View File

@ -1134,8 +1134,8 @@ if ($resql) {
} }
// Conciliated // Conciliated
if (!empty($arrayfields['b.conciliated']['checked'])) { if (!empty($arrayfields['b.conciliated']['checked'])) {
print '<td class="liste_titre" align="center">'; print '<td class="liste_titre center parentonrightofpage">';
print $form->selectyesno('search_conciliated', $search_conciliated, 1, false, 1, 1); print $form->selectyesno('search_conciliated', $search_conciliated, 1, false, 1, 1, 'search_status onrightofpage maxwidth75');
print '</td>'; print '</td>';
} }
// Bordereau // Bordereau