From 71bc8d2b83370252aef9e083e76f4b6f1c9b239e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 13 Jul 2004 08:29:24 +0000 Subject: [PATCH] Modif style ajout de l'archivage des prix --- htdocs/product/fiche.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 841dd3b0d8c..b383fb91e64 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -245,11 +245,11 @@ else { if ($action <> 'edit' && $action <> 're-edit') { - /* - * Fiche en visu - */ - - // Zone recherche + /* + * Fiche en visu + */ + + // Zone recherche print ''; print ''; print '
'; @@ -257,18 +257,18 @@ else print '
'; print 'Libellé :  '; print '
'; - print '
'; + print '
'; print($mesg); - $head[0][0] = DOL_URL_ROOT."$PHP_SELF?id=".$id; - $head[0][1] = 'Fiche '.$types[$product->type].' : '.$product->ref; - $h = 1; - $a = 0; - - dolibarr_fiche_head($head, $a); - - + $head[0][0] = DOL_URL_ROOT."/product/fiche.php?id=".$product->id; + $head[0][1] = 'Fiche'; + + $head[1][0] = DOL_URL_ROOT."/product/price.php?id=".$product->id; + $head[1][1] = 'Prix'; + + dolibarr_fiche_head($head, 0, 'Fiche '.$types[$product->type].' : '.$product->ref); + print ''; print ""; print '';
Référence'.$product->ref.'