From 23da3bd4f40dc08e51c8339d0699e9a97d7fa7df Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 4 Jan 2007 17:14:40 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20grisement=20des=20menus=20en=20fonction?= =?UTF-8?q?=20des=20droits=20Ajout=20des=20droits=20lire=20et=20cr=E9er=20?= =?UTF-8?q?sur=20les=20exports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/menus/barre_top/eldy_backoffice.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/includes/menus/barre_top/eldy_backoffice.php b/htdocs/includes/menus/barre_top/eldy_backoffice.php index bb46832f3c7..98168b88449 100644 --- a/htdocs/includes/menus/barre_top/eldy_backoffice.php +++ b/htdocs/includes/menus/barre_top/eldy_backoffice.php @@ -159,10 +159,10 @@ class MenuTop { $class = 'class="tmenu"'; } - if ($user->rights->fournisseur->lire) + //if ($user->rights->fournisseur->lire) print 'atarget?" target=$this->atarget":"").'>'.$langs->trans("Suppliers").''; - else - print ''.$langs->trans("Suppliers").''; + //else + //print ''.$langs->trans("Suppliers").''; }