2011-07-20 Sergio Martin <sergio.martin@artica.es>
* godmode/menu.php: Added users massive operation to the left menu into the massive ops category git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4604 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
4429e14520
commit
068a788ad3
|
@ -1,3 +1,8 @@
|
|||
2011-07-20 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/menu.php: Added users massive operation to the
|
||||
left menu into the massive ops category
|
||||
|
||||
2011-07-20 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/massive/massive_edit_agents.php: Fixed agent icon
|
||||
|
|
|
@ -51,6 +51,9 @@ if (check_acl ($config['id_user'], 0, "AW")) {
|
|||
$sub = array ();
|
||||
$sub["godmode/massive/massive_operations&tab=massive_agents"]["text"] = __('Agents operations');
|
||||
$sub["godmode/massive/massive_operations&tab=massive_modules"]["text"] = __('Modules operations');
|
||||
if (check_acl ($config['id_user'], 0, "PM")) {
|
||||
$sub["godmode/massive/massive_operations&tab=massive_users"]["text"] = __('Users operations');
|
||||
}
|
||||
$sub["godmode/massive/massive_operations&tab=massive_alerts"]["text"] = __('Alerts operations');
|
||||
enterprise_hook('massivepolicies_submenu');
|
||||
|
||||
|
|
Loading…
Reference in New Issue