From 63ff7c01bc3ef7ddef78a614ba9fec72be40bc28 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 21 Oct 2003 09:48:06 +0000 Subject: [PATCH] Modif style --- htdocs/product/fiche.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 5690ba0ba59..59dba664ace 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -184,7 +184,7 @@ if ($action == 'create') print ''."\n"; print '
Nouveau '.$types[$type].'

'."\n"; - print ''; + print '
'; print ''; print ''; print "".''; @@ -235,7 +235,7 @@ else print_fiche_titre('Fiche '.$types[$product->type].' : '.$product->ref, $mesg); - print '
Référence
Libellé
'; + print '
'; print ""; print ''; print '
Référence'.$product->ref.''; @@ -263,7 +263,7 @@ else { $num = $db->num_rows(); $i = 0; - print ''; + print '
'; $var=True; while ($i < $num) { @@ -447,7 +447,7 @@ else /* */ /* ************************************************************************** */ -print '
'; +print '
'; if ($action == '') { if ($user->rights->produit->modifier || $user->rights->produit->creer) @@ -577,7 +577,7 @@ if ($id && $action == '' && $product->envente) { $num = $db->num_rows(); $i = 0; - print '
'; + print '
'; $var=True; while ($i < $num) {