From 59926736359a90fd37ef8bed86a5e692161ba056 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Aug 2005 14:59:46 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Je=20remplace=20icone=20next-previous?= =?UTF-8?q?=20par=20plus-moins=20car=20on=20confond=20avec=20page=20suivan?= =?UTF-8?q?te/pr=E9c=E9dente=20alors=20qu'il=20servent=20=E0=20augmenter/r?= =?UTF-8?q?eduire=20date=20valeur.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/bank/ligne.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php index 4be2ac573b3..fcf0d4683d2 100644 --- a/htdocs/compta/bank/ligne.php +++ b/htdocs/compta/bank/ligne.php @@ -191,11 +191,11 @@ if ($result) // Value date print ""; - print ''.$langs->trans("DateValue").''.strftime("%d %b %Y",$objp->dv)."\n"; - print ''; - print img_previous() . " "; + print ''.$langs->trans("DateValue").''.strftime("%d %b %Y",$objp->dv)."   "; + print ''; + print img_edit_remove() . " "; print ''; - print img_next() .""; + print img_edit_add() .""; print ''; // Description