2012-12-31 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* godmode/reporting/reporting_builder.php: Fixes in template
	metaconsole editor.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7344 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2012-12-31 08:41:52 +00:00
parent 5b861cd064
commit 2d0eeb0720
2 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-12-31 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/reporting/reporting_builder.php: Fixes in template
metaconsole editor.
2012-12-31 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* pandoradb_data.sql

View File

@ -1283,7 +1283,21 @@ switch ($action) {
break;
}
// Report LIST
// Page header for metaconsole
if ($enterpriseEnable and defined('METACONSOLE')) {
// Bread crumbs
ui_meta_add_breadcrumb(
array(
'link' => 'index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&pure='.$pure,
'text' => __('Reporting')));
ui_meta_print_page_header($nav_bar);
// Print header
ui_meta_print_header(__('Reporting'), "", $buttons);
}
// Page header for normal console
else
ui_print_page_header (__('Reporting') . $subsection, "images/reporting_edit.png", false, "", true, $buttons);
reporting_enterprise_select_main_tab($action);