mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
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
f115819659
commit
b5c184b419
@ -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>
|
2012-04-02 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
* include/functions_menu.php
|
* include/functions_menu.php
|
||||||
|
@ -130,28 +130,8 @@ if (check_acl($config['id_user'], 0, "LW")) {
|
|||||||
$menu["gsnmpconsole"]["sub"] = $sub;
|
$menu["gsnmpconsole"]["sub"] = $sub;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reporting
|
// GIS
|
||||||
if (check_acl ($config['id_user'], 0, "IW")) {
|
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']) {
|
if ($config['activate_gis']) {
|
||||||
$menu["godgismaps"]["text"] = __('GIS Maps builder');
|
$menu["godgismaps"]["text"] = __('GIS Maps builder');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user