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:
parent
5b861cd064
commit
2d0eeb0720
|
@ -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
|
||||
|
|
|
@ -1283,8 +1283,22 @@ switch ($action) {
|
|||
break;
|
||||
}
|
||||
|
||||
// Report LIST
|
||||
ui_print_page_header (__('Reporting') . $subsection, "images/reporting_edit.png", false, "", true, $buttons);
|
||||
// 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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue