|
@@ -448,8 +448,8 @@ print '<td class="liste_titre"></td>';
|
|
|
|
|
|
// Status
|
|
|
print '<td class="liste_titre">';
|
|
|
-$array = array("1"=>$langs->trans("OnlyNonValid"));
|
|
|
-print $form->selectarray('search_showonlyerrors', $array, $search_showonlyerrors, 1);
|
|
|
+$array = array("1" => "OnlyNonValid");
|
|
|
+print $form->selectarray('search_showonlyerrors', $array, $search_showonlyerrors, 1, 0, 0, '', 1, 0, 0, 'ASC', 'search_status maxwidth200 onrightofpage', 1);
|
|
|
print '</td>';
|
|
|
|
|
|
// Status note
|
|
@@ -530,7 +530,7 @@ if (is_array($blocks)) {
|
|
|
print '<td>'.dol_escape_htmltag($block->id).'</td>';
|
|
|
|
|
|
// Date
|
|
|
- print '<td>'.dol_print_date($block->date_creation, 'dayhour').'</td>';
|
|
|
+ print '<td class="nowraponall">'.dol_print_date($block->date_creation, 'dayhour').'</td>';
|
|
|
|
|
|
// User
|
|
|
print '<td>';
|