diff --git a/htdocs/compta/bank/search.php b/htdocs/compta/bank/search.php index 127e428162c..eba7ea9d67b 100644 --- a/htdocs/compta/bank/search.php +++ b/htdocs/compta/bank/search.php @@ -175,7 +175,8 @@ if ($resql) print_barre_liste($langs->trans("BankTransactions"), $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, '', $num); } - print '
'; + print ''."\n"; + print ''."\n"; $moreforfilter .= $langs->trans('Period') . ' ' . $langs->trans('StartDate') . ': '; $moreforfilter .= $form->select_date($search_dt_start, 'search_start_dt', 0, 0, 1, "search_form", 1, 1, 1); @@ -185,10 +186,10 @@ if ($resql) if ($moreforfilter) { print '
'; print $moreforfilter; - print '
'; + print ''."\n"; } - print ''; + print '
'."\n"; print ''; print_liste_field_titre($langs->trans('Ref'),$_SERVER['PHP_SELF'],'b.rowid','',$param,'',$sortfield,$sortorder); print_liste_field_titre($langs->trans('DateOperationShort'),$_SERVER['PHP_SELF'],'b.dateo','',$param,'align="center"',$sortfield,$sortorder); @@ -202,7 +203,6 @@ if ($resql) print ''; print "\n"; - print ''; print ''; print ''; print ''; @@ -330,7 +330,7 @@ if ($resql) } print "
  '.$langs->trans("Account").'
  
"; - + print '
'; $db->free($resql); } else