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:
daniel 2017-02-22 09:30:46 +01:00
commit 1b1f1165e8
3 changed files with 6 additions and 6 deletions

View File

@ -365,7 +365,7 @@ switch ($action) {
}
// Page header for normal console
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') {
@ -1908,7 +1908,7 @@ switch ($action) {
}
// Page header for normal console
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);
@ -1980,7 +1980,7 @@ if ($enterpriseEnable and defined('METACONSOLE')) {
else {
ui_print_page_header(__('Reporting') . $textReportName,
"images/op_reporting.png", false,
"reporting_" . $activeTab . "_tab", false, $buttons,false,'',80);
"reporting_" . $activeTab . "_tab", false, $buttons,false,'',50);
}
if ($resultOperationDB !== null) {

View File

@ -1262,7 +1262,7 @@ div.title_line {
#menu_tab_left li.view {
background: #82b92e;
max-width: 45%;
max-width: 60%;
min-width: 20%;
padding: 5px 5px 0px;
text-align: center;
@ -1289,7 +1289,7 @@ div.title_line {
#menu_tab_left li a, #menu_tab_left li span {
text-transform: uppercase;
padding: 0px 20px 0px 20px;
padding: 0px 0px 0px 5px;
color: #fff;
font-size: 9.5pt;
line-height: 20px;

View File

@ -128,7 +128,7 @@ else {
__('Reporting') .
" » " .
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 ---------------------------------------