From f3b1de047249e1e5bc13ccd5428e6740e13e68d5 Mon Sep 17 00:00:00 2001 From: Daniel Maya <daniel.maya@artica.es> Date: Tue, 19 Jul 2016 15:52:45 +0200 Subject: [PATCH] Fixed icon in graphs. Ticket #3830. (cherry picked from commit 24a9eee6e83b0032be114244ddef287597b32208) --- .../operation/agentes/interface_traffic_graph_win.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pandora_console/operation/agentes/interface_traffic_graph_win.php b/pandora_console/operation/agentes/interface_traffic_graph_win.php index 71d5f17f35..b0b752f559 100644 --- a/pandora_console/operation/agentes/interface_traffic_graph_win.php +++ b/pandora_console/operation/agentes/interface_traffic_graph_win.php @@ -188,7 +188,8 @@ $interface_traffic_modules = array( /////////////////////////// $side_layer_params = array(); // TOP TEXT - $side_layer_params['top_text'] = "<div style='color: white; width: 100%; text-align: center; font-weight: bold; vertical-align: top;'>" . html_print_image('images/config_mc.png', true, array('width' => '16px')) . ' ' . __('Pandora FMS Graph configuration menu') . "</div>"; + + $side_layer_params['top_text'] = "<div style='color: white; width: 100%; text-align: center; font-weight: bold; vertical-align: top;'>" . html_print_image('/images/config.disabled.png', true, array('width' => '16px'),false,false,false,true) . ' ' . __('Pandora FMS Graph configuration menu') . "</div>"; $side_layer_params['body_text'] = "<div class='menu_sidebar_outer'>"; $side_layer_params['body_text'] .=__('Please, make your changes and apply with the <i>Reload</i> button'); @@ -215,7 +216,7 @@ $interface_traffic_modules = array( $data = array(); $data[0] = __('Begin date'); $data[1] = html_print_input_text ("start_date", substr ($start_date, 0, 10),'', 15, 255, true); - $data[1] .= html_print_image ("images/calendar_view_day.png", true, array ("onclick" => "scwShow(scwID('text-start_date'),this);", "style" => 'vertical-align: bottom;')); + $data[1] .= html_print_image ("/images/calendar_view_day.png", true, array ("onclick" => "scwShow(scwID('text-start_date'),this);", "style" => 'vertical-align: bottom;'),false,false,false,true); $table->data[] = $data; $table->rowclass[] = '';