mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
menu fix
This commit is contained in:
parent
dabd7f53fe
commit
05a2db88a3
@ -175,6 +175,10 @@ if (check_acl($config['id_user'], 0, 'AW')) {
|
|||||||
enterprise_hook('agents_submenu');
|
enterprise_hook('agents_submenu');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (check_acl($config['id_user'], 0, 'NW')) {
|
||||||
|
enterprise_hook('agents_ncm_submenu');
|
||||||
|
}
|
||||||
|
|
||||||
if (check_acl($config['id_user'], 0, 'AW')) {
|
if (check_acl($config['id_user'], 0, 'AW')) {
|
||||||
$sub['gmassive']['text'] = __('Bulk operations');
|
$sub['gmassive']['text'] = __('Bulk operations');
|
||||||
$sub['gmassive']['id'] = 'Bulk operations';
|
$sub['gmassive']['id'] = 'Bulk operations';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user