mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Merge branch '58-tab-de-la-seccion-reporting-en-todas-las-secciones' into 'develop'
fixed errors in tabs reports See merge request !192
This commit is contained in:
commit
1b1f1165e8
@ -365,7 +365,7 @@ switch ($action) {
|
|||||||
}
|
}
|
||||||
// Page header for normal console
|
// Page header for normal console
|
||||||
else
|
else
|
||||||
ui_print_page_header (__('Reporting').' » '.__('Custom reporting'), "images/op_reporting.png", false, "", false, $buttons,false,'',80);
|
ui_print_page_header (__('Reporting').' » '.__('Custom reporting'), "images/op_reporting.png", false, "", false, $buttons,false,'',50);
|
||||||
|
|
||||||
|
|
||||||
if ($action == 'delete_report') {
|
if ($action == 'delete_report') {
|
||||||
@ -1908,7 +1908,7 @@ switch ($action) {
|
|||||||
}
|
}
|
||||||
// Page header for normal console
|
// Page header for normal console
|
||||||
else
|
else
|
||||||
ui_print_page_header (__('Reporting') . $subsection, "images/op_reporting.png", false, "", false, $buttons,false,'',80);
|
ui_print_page_header (__('Reporting') . $subsection, "images/op_reporting.png", false, "", false, $buttons,false,'',50);
|
||||||
|
|
||||||
|
|
||||||
reporting_enterprise_select_main_tab($action);
|
reporting_enterprise_select_main_tab($action);
|
||||||
@ -1980,7 +1980,7 @@ if ($enterpriseEnable and defined('METACONSOLE')) {
|
|||||||
else {
|
else {
|
||||||
ui_print_page_header(__('Reporting') . $textReportName,
|
ui_print_page_header(__('Reporting') . $textReportName,
|
||||||
"images/op_reporting.png", false,
|
"images/op_reporting.png", false,
|
||||||
"reporting_" . $activeTab . "_tab", false, $buttons,false,'',80);
|
"reporting_" . $activeTab . "_tab", false, $buttons,false,'',50);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($resultOperationDB !== null) {
|
if ($resultOperationDB !== null) {
|
||||||
|
@ -1262,7 +1262,7 @@ div.title_line {
|
|||||||
|
|
||||||
#menu_tab_left li.view {
|
#menu_tab_left li.view {
|
||||||
background: #82b92e;
|
background: #82b92e;
|
||||||
max-width: 45%;
|
max-width: 60%;
|
||||||
min-width: 20%;
|
min-width: 20%;
|
||||||
padding: 5px 5px 0px;
|
padding: 5px 5px 0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -1289,7 +1289,7 @@ div.title_line {
|
|||||||
|
|
||||||
#menu_tab_left li a, #menu_tab_left li span {
|
#menu_tab_left li a, #menu_tab_left li span {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding: 0px 20px 0px 20px;
|
padding: 0px 0px 0px 5px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 9.5pt;
|
font-size: 9.5pt;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
@ -128,7 +128,7 @@ else {
|
|||||||
__('Reporting') .
|
__('Reporting') .
|
||||||
" » " .
|
" » " .
|
||||||
reporting_get_name($id_report),
|
reporting_get_name($id_report),
|
||||||
"images/op_reporting.png", false, "", false, $options,false,'',80);
|
"images/op_reporting.png", false, "", false, $options,false,'',50);
|
||||||
}
|
}
|
||||||
//------------------- END HEADER ---------------------------------------
|
//------------------- END HEADER ---------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user