From 179387467887e0accf10c202a554e2b1a6f182c3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 5 Jul 2005 22:42:49 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 091547f7abe..ee3b350fb14 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1049,12 +1049,12 @@ else if ($num_lignes) { print ""; - print ''.$langs->trans("Description").''; - print ''.$langs->trans("VAT").''; - print ''.$langs->trans("PriceUHT").''; - print ''.$langs->trans("Qty").''; - print ''.$langs->trans("Discount").''; - print ''.$langs->trans("AmountHT").''; + print ''.$langs->trans("Description").''; + print ''.$langs->trans("VAT").''; + print ''.$langs->trans("PriceUHT").''; + print ''.$langs->trans("Qty").''; + print ''.$langs->trans("Discount").''; + print ''.$langs->trans("AmountHT").''; print ' '; print "\n"; } @@ -1112,7 +1112,7 @@ else print img_delete(); print ''; - print ''; + print ''; if ($i > 0) { print ''; @@ -1308,7 +1308,6 @@ else print "\n"; } - print "

\n"; /* * Documents générés @@ -1364,9 +1363,8 @@ else print ''; /* - * Liste des actions propres à la facture - * - */ + * Liste des actions propres à la facture + */ $sql = "SELECT id, ".$db->pdate("a.datea")." as da, a.label, a.note, code"; $sql .= " FROM ".MAIN_DB_PREFIX."actioncomm as a, ".MAIN_DB_PREFIX."user as u "; $sql .= " WHERE a.fk_user_author = u.rowid "; @@ -1412,9 +1410,8 @@ else /* - * Choix d'un projet - * - */ + * Choix d'un projet + */ if ($_GET["action"] == 'classer') { print "

id\">\n"; @@ -1434,9 +1431,8 @@ else /* - * Affiche formulaire mail - * - */ + * Affiche formulaire mail + */ if ($_GET["action"] == 'presend') { print '
'; @@ -1543,7 +1539,7 @@ else $total = $total + $objp->price; $i++; } - print "".$langs->trans("TotalHT").": ".price($total)." ".$conf->monnaie."\n"; + print " ".$langs->trans("TotalHT")."".price($total)."\n"; print ""; } }