diff --git a/htdocs/product/stock/list.php b/htdocs/product/stock/list.php
index 86178adeee2..e5fb6509c4d 100644
--- a/htdocs/product/stock/list.php
+++ b/htdocs/product/stock/list.php
@@ -449,7 +449,7 @@ print $hookmanager->resPrint;
// Status
if (!empty($arrayfields['t.statut']['checked'])) {
- print '
';
+ print ' | ';
print $form->selectarray('search_status', $warehouse->statuts, $search_status, 1, 0, 0, '', 1);
print ' | ';
}
@@ -500,7 +500,7 @@ $reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters, $objec
print $hookmanager->resPrint;
if (!empty($arrayfields['t.statut']['checked'])) {
- print_liste_field_titre($arrayfields['t.statut']['label'], $_SERVER["PHP_SELF"], "t.statut", '', $param, '', $sortfield, $sortorder, 'right ');
+ print_liste_field_titre($arrayfields['t.statut']['label'], $_SERVER["PHP_SELF"], "t.statut", '', $param, '', $sortfield, $sortorder, 'center ');
}
// Action column
@@ -606,7 +606,7 @@ if ($num)
// Status
if (!empty($arrayfields['t.statut']['checked'])) {
- print ''.$warehouse->LibStatut($obj->statut, 5).' | ';
+ print ''.$warehouse->LibStatut($obj->statut, 5).' | ';
if (!$i) $totalarray['nbfield']++;
}