From 5a6c323810267ee39150da80cf86fab206afa10e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 12 Oct 2003 14:32:22 +0000 Subject: [PATCH] ajout nouveau style des tables --- 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 80ffddeaf2a..cdf991e3196 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 "".''; @@ -224,7 +224,7 @@ else { if ($action <> 'edit' && $action <> 're-edit') { - print '
Référence
Libellé
'; + print '
'; print ''; print ''; print ''; @@ -235,7 +235,7 @@ else print_fiche_titre('Fiche '.$types[$product->type].' : '.$product->ref, $mesg); - print '
Réf :  
'; + 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)