From cb5784d376a71212144fb4af14061dd90fb25954 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 14 Feb 2004 14:25:51 +0000 Subject: [PATCH] Modif look --- htdocs/compta/paiement/fiche.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/paiement/fiche.php b/htdocs/compta/paiement/fiche.php index 889a9c0cfb6..a1fa7316f95 100644 --- a/htdocs/compta/paiement/fiche.php +++ b/htdocs/compta/paiement/fiche.php @@ -42,7 +42,7 @@ llxHeader(); print '
'; print 'Paiement'; -print ''.img_info().''; +print 'Info'; print '
'; print '
'; @@ -112,8 +112,9 @@ if ($db->query($sql)) $objp = $db->fetch_object($i); $var=!$var; - print ""; - print '' . $objp->facnumber; + print ""; + print ''.img_file().''; + print ' ' . $objp->facnumber; print "\n"; print '' . $objp->nom.''; print "".price($objp->amount)."";