2012-04-23 Sergio Martin <sergio.martin@artica.es>

* operation/menu.php: Changed the order of the reporting 
	subsections and set reports view to default target in the 
	reporting section link



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6108 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2012-04-23 16:04:29 +00:00
parent 5b392d839d
commit 4a5cb6fca5
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2012-04-23 Sergio Martin <sergio.martin@artica.es>
* operation/menu.php: Changed the order of the reporting
subsections and set reports view to default target in the
reporting section link
2012-04-23 Miguel de Dios <miguel.dedios@artica.es>
* index.php: fixed notice message php.

View File

@ -120,12 +120,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
@ -184,11 +188,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(