From c3606ec369d68a7676db649737ece90fc8df2fe5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 29 Aug 2004 15:51:59 +0000 Subject: [PATCH] Fix: Correction ouverture/fermeture balises div --- htdocs/product/fiche.php | 25 ++++++++++++++++--------- htdocs/product/stats/fiche.php | 16 ++++++++-------- 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index db2717328de..44768fdbd6f 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -223,7 +223,8 @@ if ($_POST["cancel"] == 'Annuler') } -llxHeader("","","Fiche produit"); +llxHeader("","",$langs->trans("CardProduct".$product->type)); + /* * Création du produit @@ -244,7 +245,7 @@ if ($_GET["action"] == 'create') print ''."\n"; print '
Nouveau '.$types[$_GET["type"]].'

'."\n"; - print ''; + print '
'; print ''; print ''; } - print "
Référence'; if ($_error == 1) @@ -448,11 +449,16 @@ else } print '
"; - } + print "
\n"; + + print "\n"; + } - print "
\n"; + /* + * Edition du prix + * + */ if ($_GET["action"] == 'edit_price' && $user->rights->produit->creer) { print '
Nouveau prix
'; @@ -510,6 +516,7 @@ else if (($_GET["action"] == 'edit' || $_GET["action"] == 're-edit') && $user->rights->produit->creer) { + print_fiche_titre('Edition de la fiche '.$types[$product->type].' : '.$product->ref, $mesg); @@ -528,13 +535,13 @@ else print '