dolibarr-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-cvs] dolibarr/htdocs/product categorie.php


From: Regis Houssin
Subject: [Dolibarr-cvs] dolibarr/htdocs/product categorie.php
Date: Sat, 10 Jun 2006 09:11:21 +0000

CVSROOT:        /cvsroot/dolibarr
Module name:    dolibarr
Changes by:     Regis Houssin <hregis>  06/06/10 09:11:20

Modified files:
        htdocs/product : categorie.php 

Log message:
        Fix: affichage du header en fonction du produit/service

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/product/categorie.php?cvsroot=dolibarr&r1=1.22&r2=1.23

Patches:
Index: categorie.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/product/categorie.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- categorie.php       26 May 2006 14:07:44 -0000      1.22
+++ categorie.php       10 Jun 2006 09:11:18 -0000      1.23
@@ -18,7 +18,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  *
- * $Id: categorie.php,v 1.22 2006/05/26 14:07:44 hregis Exp $
+ * $Id: categorie.php,v 1.23 2006/06/10 09:11:18 hregis Exp $
  * $Source: /cvsroot/dolibarr/dolibarr/htdocs/product/categorie.php,v $
  */
 
@@ -26,7 +26,7 @@
                \file       htdocs/product/categorie.php
                \ingroup    product
                \brief      Page de l'onglet categories de produits
-               \version    $Revision: 1.22 $
+               \version    $Revision: 1.23 $
 */
 
 require("./pre.inc.php");
@@ -50,12 +50,12 @@
        $product = new Product($db);
        if ($_GET["ref"]) $result = $product->fetch('',$_GET["ref"]);
        if ($_GET["id"]) $result = $product->fetch($_GET["id"]);
+       
+       llxHeader("","",$langs->trans("CardProduct".$product->type));
 }
 $html = new Form($db);
 
 
-llxHeader("","",$langs->trans("CardProduct0"));
-
 /*
  * Fiche produit
  */
@@ -274,5 +274,5 @@
 $db->close();
 
 
-llxFooter('$Date: 2006/05/26 14:07:44 $ - $Revision: 1.22 $');
+llxFooter('$Date: 2006/06/10 09:11:18 $ - $Revision: 1.23 $');
 ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]