From f9f6eab10de91fb5e3e95e9d0e9d37fae0675898 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 1 Apr 2006 02:42:59 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modifications=20esth=E9tiques=20mineure?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/categorie.php | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/htdocs/product/categorie.php b/htdocs/product/categorie.php index a26015b4acd..c4c2ca258c4 100644 --- a/htdocs/product/categorie.php +++ b/htdocs/product/categorie.php @@ -192,20 +192,29 @@ if ($_GET["id"] || $_GET["ref"]) print $product->getLibStatut(2); print ''; - print '
'; + print ''; + + print ''; + + + /* + * Barre d'actions + * + */ + print '
'; + if ($user->rights->categorie->creer) + { + print ''.$langs->trans("NewCat").''; + } + print '
'; + // Formulaire ajout dans une categorie print '
'; - print ''; + print '
'; print ''; - - if ($user->rights->categorie->creer) - { - print ''; - } - print ''; print '
'; - print ''. $html->select_all_categories($categorie->id_mere); + print ' '. $html->select_all_categories($categorie->id_mere); print ''.$langs->trans("NewCat").'
'; print '
';