diff --git a/htdocs/contrat/list.php b/htdocs/contrat/list.php
index c992bc558e8..b7ae5c7c2a7 100644
--- a/htdocs/contrat/list.php
+++ b/htdocs/contrat/list.php
@@ -546,13 +546,13 @@ if (! empty($arrayfields['c.tms']['checked']))
// First end date
if (! empty($arrayfields['lower_planned_end_date']['checked']))
{
- print '
';
+ print ' | ';
$arrayofoperators=array('0'=>'','='=>'=','<='=>'<=','>='=>'>=');
print $form->selectarray('search_op2df',$arrayofoperators,$search_op2df,0);
print '';
- print $formother->select_month($search_dfmonth, 'search_dfmonth', 1);
+ print $formother->select_month($search_dfmonth, 'search_dfmonth', 1, 0, 'valignmiddle');
print ' ';
- $formother->select_year($search_dfyear, 'search_dfyear', 1, 20, 5);
+ $formother->select_year($search_dfyear, 'search_dfyear', 1, 20, 5, 0, 0, '', 'valignmiddle');
print ' | ';
}
// Status
@@ -769,7 +769,7 @@ while ($i < min($num,$limit))
// Date lower end date
if (! empty($arrayfields['lower_planned_end_date']['checked']))
{
- print '';
+ print ' | ';
print dol_print_date($db->jdate($obj->lower_planned_end_date), 'day', 'tzuser');
print ' | ';
if (! $i) $totalarray['nbfield']++;