mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Added a message in Simple Value to do it more clear.
This commit is contained in:
parent
afef30bc75
commit
a6699190bb
@ -54,7 +54,8 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) {
|
|||||||
'static_graph' => __('Static Graph'),
|
'static_graph' => __('Static Graph'),
|
||||||
'percentile_item' => __('Percentile Item'),
|
'percentile_item' => __('Percentile Item'),
|
||||||
'module_graph' => __('Graph'),
|
'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'),
|
'label' => __('Label'),
|
||||||
'icon' => __('Icon'),
|
'icon' => __('Icon'),
|
||||||
'group_item' => __('Group'),
|
'group_item' => __('Group'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user