From 7235e34eb725a6c826af6cac08b54fd9c879dcdb Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 24 Oct 2007 14:16:07 +0000 Subject: [PATCH] Fix: nettoyage du code --- htdocs/compta/bank/search.php | 37 ++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/htdocs/compta/bank/search.php b/htdocs/compta/bank/search.php index 4c269ed7b43..f4177961748 100644 --- a/htdocs/compta/bank/search.php +++ b/htdocs/compta/bank/search.php @@ -44,6 +44,8 @@ $account=$_POST["account"]; llxHeader(); +$html = new Form($db); + if ($vline) $viewline = $vline; else $viewline = 50; @@ -60,26 +62,25 @@ print ''.$langs->trans("Credit").''; print ''.$langs->trans("Type").''; print ''.$langs->trans("Account").''; print "\n"; -?> -
- -  - -> - - -> - - -> - - -'; +print ''; +print ' '; +print ''; +print ''; +print ''; +print ''; +print ''; +print ''; +print ''; +print ''; +print ''; +print ''; + $html->select_types_paiements(empty($_POST['type'])?'':$_POST['type'],'type'); -?> - -'; + print ''; print ''; print '';