From 63e05ff3043225224e7245f483bc8d3351a4b65c Mon Sep 17 00:00:00 2001 From: Jose Gonzalez Date: Wed, 1 Mar 2023 12:07:03 +0100 Subject: [PATCH 1/2] Update help tip icon --- pandora_console/include/functions_ui.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index bc51e9613e..c770a147d1 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -2491,7 +2491,7 @@ function ui_print_session_action_icon($action, $return=false) function ui_print_help_tip( $text, $return=false, - $img='images/tip_help.png', + $img='images/info@svg.svg', $is_relative=false, $style='', $blink=false @@ -2503,6 +2503,7 @@ function ui_print_help_tip( [ 'title' => $text, 'class' => $blink === true ? 'blink' : '', + 'style' => 'width: 16px; height: 16px;', ], false, $is_relative && is_metaconsole() From 7e4337e4f3f2c83c12788a9eed3be1b47c61d878 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 1 Mar 2023 12:14:23 +0100 Subject: [PATCH 2/2] Reporting templates --- .../reporting/reporting_builder.item_editor.php | 12 ++++++------ pandora_console/include/styles/pandora.css | 14 ++++++++++++++ 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index d48a4735a0..cfd9742b1c 100755 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -1040,7 +1040,7 @@ html_print_input_hidden('id_item', $idItem); $class = 'databox filters'; ?> - +
@@ -2458,7 +2458,7 @@ $class = 'databox filters'; - - - - -
+ + + '; @@ -3249,7 +3249,7 @@ $class = 'databox filters'; echo __('Failover type'); ?> + '; @@ -3358,7 +3358,7 @@ $class = 'databox filters';
+ img { margin: 5px; } + +#table_item_reporting > tbody > tr > td:first-child, +#add_advanced_table > tbody > tr > td:first-child, +#table_item_edit_reporting > tbody > tr > td:first-child, +.row-title-font > td, +.row-title-font > td > div > div > b, +.td-title-font { + font-size: 13px; + line-height: 16px; + color: #161628; + text-align: left; + margin-bottom: 10px; + font-weight: bold; +}