mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
2012-04-16 Sergio Martin <sergio.martin@artica.es>
* operation/menu.php: Switched the visual console and custom reports order in the menu and change the main Reporting section link to give more important to reports. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5985 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a668e7a00e
commit
6de43f467e
@ -1,3 +1,9 @@
|
|||||||
|
2012-04-16 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* operation/menu.php: Switched the visual console and custom reports
|
||||||
|
order in the menu and change the main Reporting section link
|
||||||
|
to give more important to reports.
|
||||||
|
|
||||||
2012-04-16 Sergio Martin <sergio.martin@artica.es>
|
2012-04-16 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/graphs/fgraph.php
|
* include/graphs/fgraph.php
|
||||||
|
@ -115,12 +115,16 @@ if (check_acl ($config['id_user'], 0, "AR")) {
|
|||||||
|
|
||||||
// Reporting
|
// Reporting
|
||||||
$menu["reporting"]["text"] = __('Reporting');
|
$menu["reporting"]["text"] = __('Reporting');
|
||||||
$menu["reporting"]["sec2"] = "godmode/reporting/map_builder";
|
$menu["reporting"]["sec2"] = "godmode/reporting/reporting_builder";
|
||||||
$menu["reporting"]["id"] = "oper-reporting";
|
$menu["reporting"]["id"] = "oper-reporting";
|
||||||
$menu["reporting"]["refr"] = 60;
|
$menu["reporting"]["refr"] = 60;
|
||||||
|
|
||||||
$sub = array ();
|
$sub = array ();
|
||||||
|
|
||||||
|
$sub["godmode/reporting/reporting_builder"]["text"] = __('Custom reporting');
|
||||||
|
//Set godomode path
|
||||||
|
$sub["godmode/reporting/reporting_builder"]["subsecs"] = array("godmode/reporting/reporting_builder",
|
||||||
|
"operation/reporting/reporting_viewer");
|
||||||
//Visual console
|
//Visual console
|
||||||
$sub["godmode/reporting/map_builder"]["text"] = __('Visual console');
|
$sub["godmode/reporting/map_builder"]["text"] = __('Visual console');
|
||||||
//Set godomode path
|
//Set godomode path
|
||||||
@ -178,11 +182,6 @@ if (check_acl ($config['id_user'], 0, "AR")) {
|
|||||||
|
|
||||||
$sub["godmode/reporting/map_builder"]["sub2"] = $sub2;
|
$sub["godmode/reporting/map_builder"]["sub2"] = $sub2;
|
||||||
|
|
||||||
$sub["godmode/reporting/reporting_builder"]["text"] = __('Custom reporting');
|
|
||||||
//Set godomode path
|
|
||||||
$sub["godmode/reporting/reporting_builder"]["subsecs"] = array("godmode/reporting/reporting_builder",
|
|
||||||
"operation/reporting/reporting_viewer");
|
|
||||||
|
|
||||||
$sub["godmode/reporting/graphs"]["text"] = __('Custom graphs');
|
$sub["godmode/reporting/graphs"]["text"] = __('Custom graphs');
|
||||||
//Set godomode path
|
//Set godomode path
|
||||||
$sub["godmode/reporting/graphs"]["subsecs"] = array("operation/reporting/graph_viewer",
|
$sub["godmode/reporting/graphs"]["subsecs"] = array("operation/reporting/graph_viewer",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user