From a9ac4462a5b87f2833488839f5b4304a0bf4d4cd Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Fri, 24 Aug 2018 09:15:10 +0200 Subject: [PATCH] added help dialog in visual console editor --- .../include/functions_visual_map_editor.php | 2 +- .../help/en/help_macros_visual_maps.php | 19 +++++++++++++++++++ .../help/es/help_macros_visual_maps.php | 19 +++++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 pandora_console/include/help/en/help_macros_visual_maps.php create mode 100644 pandora_console/include/help/es/help_macros_visual_maps.php diff --git a/pandora_console/include/functions_visual_map_editor.php b/pandora_console/include/functions_visual_map_editor.php index ff07b6bcb4..83c394ab44 100755 --- a/pandora_console/include/functions_visual_map_editor.php +++ b/pandora_console/include/functions_visual_map_editor.php @@ -166,7 +166,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) { 'bars_graph', 'clock'); $form_items['label_row']['html'] = - '' . __('Label') . ' + '' . __('Label') . ui_print_help_icon ('macros_visual_maps', true) . '
Label position diff --git a/pandora_console/include/help/en/help_macros_visual_maps.php b/pandora_console/include/help/en/help_macros_visual_maps.php new file mode 100644 index 0000000000..95b88968d8 --- /dev/null +++ b/pandora_console/include/help/en/help_macros_visual_maps.php @@ -0,0 +1,19 @@ + +

Macros

+ +It is possible to enter a macro in the text box when editing an element of the visual console. +

+List of visual maps' macros: + \ No newline at end of file diff --git a/pandora_console/include/help/es/help_macros_visual_maps.php b/pandora_console/include/help/es/help_macros_visual_maps.php new file mode 100644 index 0000000000..290007c555 --- /dev/null +++ b/pandora_console/include/help/es/help_macros_visual_maps.php @@ -0,0 +1,19 @@ + +

Macros

+ +Es posible introducir una macro en el cuadro de texto al editar un elemento de la consola visual. +

+Lista de macros de mapas visuales: + \ No newline at end of file