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 '
';