From 3dcf7cc5a71d16f7a8a3e78c043cc661fa9f2984 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 19 Nov 2003 14:27:31 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20pr=E9sentation=20html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/projet/fiche.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/htdocs/projet/fiche.php b/htdocs/projet/fiche.php index 0fc0f430b4c..953bbabc9fb 100644 --- a/htdocs/projet/fiche.php +++ b/htdocs/projet/fiche.php @@ -157,7 +157,7 @@ if ($action == 'create') print ''; print ''; - print ''; + print ''; for ($i = 0; $i'; - print ''; - print '
RéfDatePrix
RéfDatePrix
'.$i.' propalesTotal : '.price($total).''.MAIN_MONNAIE.' HT
'; + print 'Total : '.price($total).''; + print ''.MAIN_MONNAIE.' HT'; } /* * Commandes * */ $commandes = $projet->get_commande_list(); - + $total = 0 ; if (sizeof($commandes)>0 && is_array($commandes)) { print_titre('Listes des commandes associées au projet'); print ''; print ''; - print ''; + print ''; for ($i = 0; $i'; - print ''; - print ''; + print ''; + print ''; print "
RéfDatePrix
RéfDatePrix
'.$i.' commandesTotal : '.price($total).''.MAIN_MONNAIE.' HT
Total : '.price($total).''.MAIN_MONNAIE.' HT
"; } @@ -222,10 +222,10 @@ if ($action == 'create') if (sizeof($factures)>0 && is_array($factures)) { print_titre('Listes des factures associées au projet'); - print ''; + print '
'; - print ''; - print ''; + print ''; + print ''; for ($i = 0; $i'; - print ''; - print ''; + print ''; + print ''; print "
RéfDatePrix
RéfDatePrix
'.$i.' facturesTotal : '.price($total).''.MAIN_MONNAIE.' HT
Total : '.price($total).''.MAIN_MONNAIE.' HT
"; } }