From c2549a8b03ae23fc6917eb7784e279b57e0588c0 Mon Sep 17 00:00:00 2001 From: beedauchon Date: Tue, 16 Sep 2003 05:34:36 +0000 Subject: [PATCH] support css tva --- htdocs/compta/tva/fiche.php | 4 ++-- htdocs/compta/tva/index.php | 6 +++--- htdocs/compta/tva/reglement.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/compta/tva/fiche.php b/htdocs/compta/tva/fiche.php index ad37c60e7ca..dfd717ce4e5 100644 --- a/htdocs/compta/tva/fiche.php +++ b/htdocs/compta/tva/fiche.php @@ -58,7 +58,7 @@ if ($action == 'create') print '
Nouveau réglement TVA

'; - print ''; + print '
'; print ""; print ''; + print ''; $i = 0; $subtotal = 0; } } - print ''; + print ''; print "\n"; print "
Date de paiement'; print $html->select_date("","datev"); @@ -169,7 +169,7 @@ else /* */ /* ************************************************************************** */ -print '
'; +print '
'; print ''; print ''; print ''; diff --git a/htdocs/compta/tva/index.php b/htdocs/compta/tva/index.php index b38a5e2829d..0ff6e75cdec 100644 --- a/htdocs/compta/tva/index.php +++ b/htdocs/compta/tva/index.php @@ -84,7 +84,7 @@ function pt ($db, $sql, $date) { $i++; } - print ""; + print ""; print "
---
Total :".price($total)."euros HT
Total :".price($total)."euros HT
"; $db->free(); @@ -151,12 +151,12 @@ for ($y = $year_current ; $y >= $year_start ; $y=$y-1 ) { $i++; if ($i > 2) { - print '
Sous total :'.price($subtotal).''.price($subtotal * 0.8).'
Sous total :'.price($subtotal).''.price($subtotal * 0.8).'
Total :'.price($total).'
Total :'.price($total).' 
"; diff --git a/htdocs/compta/tva/reglement.php b/htdocs/compta/tva/reglement.php index 8712603131d..27ee9844a1d 100644 --- a/htdocs/compta/tva/reglement.php +++ b/htdocs/compta/tva/reglement.php @@ -62,7 +62,7 @@ if ($result) $i++; } - print "Total :"; + print "Total :"; print "".price($total)."euros HT"; print "";