From a6699190bbd63796289f4a8873c0a5c84a71df81 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Diaz Date: Mon, 28 Sep 2015 16:44:35 +0200 Subject: [PATCH] Added a message in Simple Value to do it more clear. --- pandora_console/include/functions_visual_map_editor.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/functions_visual_map_editor.php b/pandora_console/include/functions_visual_map_editor.php index fb765bc6f5..48ffd55abd 100755 --- a/pandora_console/include/functions_visual_map_editor.php +++ b/pandora_console/include/functions_visual_map_editor.php @@ -54,7 +54,8 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) { 'static_graph' => __('Static Graph'), 'percentile_item' => __('Percentile Item'), 'module_graph' => __('Graph'), - 'simple_value' => __('Simple value'), + 'simple_value' => __('Simple value') . ui_print_help_tip(__("To use 'label'field, you should write + a text to replace '(_VALUE_)' and the value of the module will be printed at the end."), true), 'label' => __('Label'), 'icon' => __('Icon'), 'group_item' => __('Group'),