diff --git a/pandora_console/include/functions_visual_map_editor.php b/pandora_console/include/functions_visual_map_editor.php index f8db1a362f..d658a53b67 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();