Ajout menu configuration
This commit is contained in:
parent
6c5126cd08
commit
4f333fbd6d
@ -1,5 +1,5 @@
|
||||
<?PHP
|
||||
/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
/* Copyright (C) 2004-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -38,7 +38,6 @@ function llxHeader($head = "", $title="") {
|
||||
|
||||
if (TELEPHONIE_MODULE_SIMULATION == 1)
|
||||
{
|
||||
|
||||
$menu->add(DOL_URL_ROOT."/telephonie/simulation/fiche.php", "Simulation");
|
||||
$menu->add_submenu(DOL_URL_ROOT."/telephonie/simulation/fiche.php?action=create", "Nouvelle");
|
||||
}
|
||||
@ -68,6 +67,9 @@ function llxHeader($head = "", $title="") {
|
||||
if ($user->rights->telephonie->tarif->permission)
|
||||
$menu->add_submenu(DOL_URL_ROOT."/telephonie/tarifs/permissions.php", "Permissions");
|
||||
|
||||
if ($user->rights->telephonie->tarif->permission)
|
||||
$menu->add_submenu(DOL_URL_ROOT."/telephonie/tarifs/config/", "Configuration");
|
||||
|
||||
if ($user->rights->telephonie->fournisseur->lire)
|
||||
$menu->add(DOL_URL_ROOT."/telephonie/fournisseurs.php", "Fournisseurs");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user