From 295953293c4bfc1f568f208a4e5bfe58cdc98243 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 24 Mar 2006 11:01:25 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20bouton=20"nouvelle=20cat=E9gorie"=20dan?= =?UTF-8?q?s=20l'onglet=20cat=E9gorie=20de=20la=20fiche=20produit/service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/categorie.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/htdocs/product/categorie.php b/htdocs/product/categorie.php index 4ca7f88035a..636ff5a9cf1 100644 --- a/htdocs/product/categorie.php +++ b/htdocs/product/categorie.php @@ -199,7 +199,14 @@ if ($_GET["id"] || $_GET["ref"]) print ''; print ''; + print ''; + + if ($user->rights->categorie->creer) + { + print ''; + } + + print ''; print '
'; print ''. $html->select_all_categories($categorie->id_mere); - print '
'.$langs->trans("NewCat").'
'; print ''; print '
';