diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
index 98d2b59d6a3..9ef9072d16a 100644
--- a/htdocs/commande/list.php
+++ b/htdocs/commande/list.php
@@ -1526,16 +1526,16 @@ if ($resql) {
}
// Town
if (!empty($arrayfields['s.town']['checked'])) {
- print '
| ';
+ print ' | ';
}
// Zip
if (!empty($arrayfields['s.zip']['checked'])) {
- print ' | ';
+ print ' | ';
}
// State
if (!empty($arrayfields['state.nom']['checked'])) {
print '';
- print '';
+ print '';
print ' | ';
}
// Country
@@ -1723,18 +1723,18 @@ if ($resql) {
}
// Status billed
if (!empty($arrayfields['c.facture']['checked'])) {
- print '';
+ print ' | ';
print $form->selectyesno('search_billed', $search_billed, 1, 0, 1, 1);
print ' | ';
}
// Import key
if (!empty($arrayfields['c.import_key']['checked'])) {
- print '';
+ print ' | ';
print ' | ';
}
// Status
if (!empty($arrayfields['c.fk_statut']['checked'])) {
- print '';
+ print ' | ';
$liststatus = array(
Commande::STATUS_DRAFT=>$langs->trans("StatusOrderDraftShort"),
Commande::STATUS_VALIDATED=>$langs->trans("StatusOrderValidated"),
@@ -1907,7 +1907,7 @@ if ($resql) {
print_liste_field_titre($arrayfields['c.import_key']['label'], $_SERVER["PHP_SELF"], "c.import_key", "", $param, '', $sortfield, $sortorder, 'center ');
}
if (!empty($arrayfields['c.fk_statut']['checked'])) {
- print_liste_field_titre($arrayfields['c.fk_statut']['label'], $_SERVER["PHP_SELF"], "c.fk_statut", "", $param, '', $sortfield, $sortorder, 'center ');
+ print_liste_field_titre($arrayfields['c.fk_statut']['label'], $_SERVER["PHP_SELF"], "c.fk_statut", "", $param, '', $sortfield, $sortorder, 'right ');
}
if (empty($conf->global->MAIN_CHECKBOX_LEFT_COLUMN)) {
print_liste_field_titre($selectedfields, $_SERVER["PHP_SELF"], "", '', $param, '', $sortfield, $sortorder, 'maxwidthsearch center ');
@@ -2631,7 +2631,7 @@ if ($resql) {
// Status
if (!empty($arrayfields['c.fk_statut']['checked'])) {
- print ' | '.$generic_commande->LibStatut($obj->fk_statut, $obj->billed, 5, 1).' | ';
+ print ''.$generic_commande->LibStatut($obj->fk_statut, $obj->billed, 5, 1).' | ';
if (!$i) {
$totalarray['nbfield']++;
}