From 9e452993cfc400e60ccd7dc50d1393e23a486040 Mon Sep 17 00:00:00 2001 From: "tatiana.llorente@artica.es" Date: Tue, 23 Oct 2018 15:19:15 +0200 Subject: [PATCH] Tip added - #2904 --- pandora_console/include/functions_visual_map_editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_visual_map_editor.php b/pandora_console/include/functions_visual_map_editor.php index 56d809da67..309a1da7db 100755 --- a/pandora_console/include/functions_visual_map_editor.php +++ b/pandora_console/include/functions_visual_map_editor.php @@ -586,7 +586,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) { $form_items['show_on_top_row']['html'] = '' . __('Always show on top') . ' ' . - html_print_checkbox('show_on_top', 1, '', true) . ''; + html_print_checkbox('show_on_top', 1, '', true) .ui_print_help_tip (__("It allows the element to be superimposed to the rest of items of the visual console"), true) . ''; $show_last_value = array('0' => __('Hide last value on boolean modules'), '1' => __('Enabled'), '2' => __('Disabled')); $form_items['show_last_value_row'] = array();