From ca2226ba24fc9b384f2c0636e819843343fea996 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Apr 2004 01:13:15 +0000 Subject: [PATCH] Remplacement d'un border="0" par class="noborder". --- htdocs/compta/propal.php | 20 ++++++++++---------- htdocs/product/popuprop.php | 2 +- htdocs/product/stock/index.php | 3 ++- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/htdocs/compta/propal.php b/htdocs/compta/propal.php index ebaaa116377..e618bb0ef59 100644 --- a/htdocs/compta/propal.php +++ b/htdocs/compta/propal.php @@ -462,8 +462,8 @@ if ($_GET["propalid"]) print_barre_liste("Propositions commerciales", $page, $PHP_SELF,"&socidp=$socidp",$sortfield,$sortorder,'',$num); $i = 0; - print ""; - print ''; + print "
"; + print ''; print_liste_field_titre_new ("Réf",$PHP_SELF,"p.ref","","&year=$year&viewstatut=$viewstatut",'',$sortfield); print_liste_field_titre_new ("Société",$PHP_SELF,"s.nom","&viewstatut=$viewstatut","",'',$sortfield); print_liste_field_titre_new ("Date",$PHP_SELF,"p.datep","&viewstatut=$viewstatut","",'align="right" colspan="2"',$sortfield); @@ -476,9 +476,9 @@ if ($_GET["propalid"]) $objp = $db->fetch_object( $i); $var=!$var; - print ""; - print "\n"; - print "\n"; + print ""; + print "\n"; + print "\n"; $now = time(); $lim = 3600 * 24 * 15 ; @@ -492,7 +492,7 @@ if ($_GET["propalid"]) print ""; } - print "\n"; + print strftime("%Y",$objp->dp)."\n"; - print "\n"; - print "\n"; - print "\n"; + print "\n"; + print "\n"; + print "\n"; $i++; } diff --git a/htdocs/product/popuprop.php b/htdocs/product/popuprop.php index c1ef79547d8..578e40221a3 100644 --- a/htdocs/product/popuprop.php +++ b/htdocs/product/popuprop.php @@ -39,7 +39,7 @@ llxHeader(); print_barre_liste("Liste des produits par popularité dans les propositions commerciales", $page, $PHP_SELF); -print '
propalid\">$objp->refidp\">$objp->nom
propalid\">$objp->refidp\">$objp->nom "; + print ""; $y = strftime("%Y",$objp->dp); $m = strftime("%m",$objp->dp); @@ -500,11 +500,11 @@ if ($_GET["propalid"]) print " "; print strftime("%B",$objp->dp)."\n"; print " "; - print strftime("%Y",$objp->dp)."".price($objp->price)."$objp->statut
".price($objp->price)."$objp->statut
'; +print '
'; print "
"; print_liste_field_titre("Réf",$PHP_SELF, "p.ref"); diff --git a/htdocs/product/stock/index.php b/htdocs/product/stock/index.php index 116bb2bbd9b..e3d30aeb1b5 100644 --- a/htdocs/product/stock/index.php +++ b/htdocs/product/stock/index.php @@ -1,5 +1,6 @@ + * Copyright (C) 2004 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -49,7 +50,7 @@ if ($result) if ($num > 0) { - print ''; + print '
'; print '';
Entrepôts