diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 89a82d007e..939c9ede72 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-04-11 Dario Rodriguez + + * godmode/reporting/reporting_builder.php + godmode/reporting/graphs.php: Respored missing tabs + 2012-04-10 Juan Manuel Ramon * godmode/reporting/reporting_builder.item_editor.php: Several diff --git a/pandora_console/godmode/reporting/graphs.php b/pandora_console/godmode/reporting/graphs.php index 3e10439463..abce0eac08 100644 --- a/pandora_console/godmode/reporting/graphs.php +++ b/pandora_console/godmode/reporting/graphs.php @@ -35,7 +35,7 @@ if (enterprise_include_once('include/functions_reporting.php') !== ENTERPRISE_NO } $buttons['graph_list'] = array('active' => true, - 'text' => '' . + 'text' => '' . html_print_image("images/god6.png", true, array ("title" => __('Graph list'))) .''); if ($enterpriseEnable){ @@ -65,7 +65,7 @@ $id = (int) get_parameter ('id'); $multiple_delete = (bool)get_parameter('multiple_delete', 0); // Header -ui_print_page_header (__('Reporting')." » ".__('Custom graphs'), "images/reporting", false, ""); +ui_print_page_header (__('Reporting')." » ".__('Custom graphs'), "images/reporting", false, "", false, $buttons); // Delete module SQL code if ($delete_graph) { @@ -183,7 +183,7 @@ if (! empty ($graphs)) { array_push ($table->data, $data); } - echo "
"; + echo ""; html_print_input_hidden('multiple_delete', 1); html_print_table ($table); echo "
"; diff --git a/pandora_console/godmode/reporting/reporting_builder.php b/pandora_console/godmode/reporting/reporting_builder.php index 30cb2f26be..4dc6622073 100644 --- a/pandora_console/godmode/reporting/reporting_builder.php +++ b/pandora_console/godmode/reporting/reporting_builder.php @@ -139,7 +139,7 @@ switch ($action) { case 'list': $buttons = array( 'list_reports' => array('active' => false, - 'text' => '' . + 'text' => '' . html_print_image("images/god6.png", true, array ("title" => __('Main'))) .'') ); @@ -158,7 +158,7 @@ switch ($action) { } // Report LIST - ui_print_page_header (__('Reporting').' » '.__('Custom reporting'), "images/reporting.png", false, ""); + ui_print_page_header (__('Reporting').' » '.__('Custom reporting'), "images/reporting.png", false, "",false, $buttons); if ($action == 'delete_report') { $result = reports_delete_report ($idReport); @@ -852,7 +852,7 @@ switch ($action) { if ($enterpriseEnable){ $buttons = array( 'list_reports' => array('active' => false, - 'text' => '' . + 'text' => '' . html_print_image("images/god6.png", true, array ("title" => __('Main'))) .'') );