|
@@ -422,7 +422,7 @@ print '<table class="tagtable nobottomiftotal liste'.($moreforfilter ? " listwit
|
|
|
|
|
|
// Fields title search
|
|
|
// --------------------------------------------------------------------
|
|
|
-print '<tr class="liste_titre">';
|
|
|
+print '<tr class="liste_titre_filter">';
|
|
|
// Action column
|
|
|
if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
|
|
|
print '<td class="liste_titre maxwidthsearch">';
|
|
@@ -497,7 +497,7 @@ if (!empty($arrayfields['b.clos']['checked'])) {
|
|
|
'opened'=>$langs->trans("Opened"),
|
|
|
'closed'=>$langs->trans("Closed")
|
|
|
);
|
|
|
- print $form->selectarray("search_status", $array, $search_status, 1, 0, 0, '', 0, 0, 0, '', 'search_status maxwidth125 onrightofpage', 1);
|
|
|
+ print $form->selectarray("search_status", $array, $search_status, 1, 0, 0, '', 0, 0, 0, '', 'search_status minwidth75 maxwidth125 onrightofpage', 1);
|
|
|
print '</td>';
|
|
|
}
|
|
|
// Balance
|