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:
zarzuelo 2012-04-16 16:59:27 +00:00
parent a668e7a00e
commit 6de43f467e
2 changed files with 11 additions and 6 deletions

View File

@ -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>
* include/graphs/fgraph.php

View File

@ -115,12 +115,16 @@ if (check_acl ($config['id_user'], 0, "AR")) {
// 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"]["refr"] = 60;
$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
$sub["godmode/reporting/map_builder"]["text"] = __('Visual console');
//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/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');
//Set godomode path
$sub["godmode/reporting/graphs"]["subsecs"] = array("operation/reporting/graph_viewer",