2012-04-20 Vanessa Gil <vanessa.gil@artica.es>
* godmode/menu.php: Changed default path to 'Module Manage'. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6059 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a8ca5cd305
commit
882afcd5b8
|
@ -1,3 +1,7 @@
|
||||||
|
2012-04-20 Vanessa Gil <vanessa.gil@artica.es>
|
||||||
|
|
||||||
|
* godmode/menu.php: Changed default path to 'Module Manage'.
|
||||||
|
|
||||||
2012-04-20 Vanessa Gil <vanessa.gil@artica.es>
|
2012-04-20 Vanessa Gil <vanessa.gil@artica.es>
|
||||||
|
|
||||||
* godmode/alerts/alert_list.builder.php: Fixed bug: In tab alert
|
* godmode/alerts/alert_list.builder.php: Fixed bug: In tab alert
|
||||||
|
|
|
@ -67,7 +67,7 @@ if (check_acl ($config['id_user'], 0, "AW")) {
|
||||||
|
|
||||||
if (check_acl ($config['id_user'], 0, "PM")) {
|
if (check_acl ($config['id_user'], 0, "PM")) {
|
||||||
$menu["gmodules"]["text"] = __('Manage modules');
|
$menu["gmodules"]["text"] = __('Manage modules');
|
||||||
$menu["gmodules"]["sec2"] = "godmode/modules/module_list";
|
$menu["gmodules"]["sec2"] = "godmode/modules/manage_network_templates";
|
||||||
$menu["gmodules"]["id"] = "god-modules";
|
$menu["gmodules"]["id"] = "god-modules";
|
||||||
|
|
||||||
$sub = array ();
|
$sub = array ();
|
||||||
|
@ -81,6 +81,8 @@ if (check_acl ($config['id_user'], 0, "PM")) {
|
||||||
$sub["godmode/tag/tag"]["text"] = __('Manage tags');
|
$sub["godmode/tag/tag"]["text"] = __('Manage tags');
|
||||||
$sub["godmode/tag/tag"]["subsecs"] = "godmode/tag/edit_tag";
|
$sub["godmode/tag/tag"]["subsecs"] = "godmode/tag/edit_tag";
|
||||||
|
|
||||||
|
$sub["godmode/modules/module_list"]["text"] = __('Module types');
|
||||||
|
|
||||||
$menu["gmodules"]["sub"] = $sub;
|
$menu["gmodules"]["sub"] = $sub;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue