2012-04-02 Dario Rodriguez <dario.rodriguez@artica.es>
* godmode/menu.php: Delete reporting menu in godmode section. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5865 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
710564659e
commit
22d530fb69
|
@ -1,3 +1,7 @@
|
|||
2012-04-02 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* godmode/menu.php: Delete reporting menu in godmode section.
|
||||
|
||||
2012-04-02 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* include/functions_menu.php
|
||||
|
|
|
@ -130,28 +130,8 @@ if (check_acl($config['id_user'], 0, "LW")) {
|
|||
$menu["gsnmpconsole"]["sub"] = $sub;
|
||||
}
|
||||
|
||||
// Reporting
|
||||
// GIS
|
||||
if (check_acl ($config['id_user'], 0, "IW")) {
|
||||
$menu["greporting"]["text"] = __('Manage reports');
|
||||
$menu["greporting"]["sec2"] = "godmode/reporting/reporting_builder";
|
||||
$menu["greporting"]["id"] = "god-reporting";
|
||||
|
||||
// Custom report builder
|
||||
$sub = array ();
|
||||
$sub["godmode/reporting/reporting_builder"]["text"] = __('Report builder');
|
||||
|
||||
// Custom graph builder
|
||||
$sub["godmode/reporting/graphs"]["text"] = __('Graph builder');
|
||||
|
||||
$menu["greporting"]["sub"] = $sub;
|
||||
}
|
||||
if (check_acl ($config['id_user'], 0, "IW")) {
|
||||
// Custom map builder
|
||||
/*
|
||||
$menu["gmap"]["text"] = __('Visual console builder');
|
||||
$menu["gmap"]["sec2"] = "godmode/reporting/map_builder";
|
||||
$menu["gmap"]["id"] = "god-map";
|
||||
*/
|
||||
|
||||
if ($config['activate_gis']) {
|
||||
$menu["godgismaps"]["text"] = __('GIS Maps builder');
|
||||
|
|
Loading…
Reference in New Issue