From 197fa4c69a9df7bd8421a8bb1a4ad552431102cf Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Tue, 20 Sep 2022 15:16:56 +0200 Subject: [PATCH] #9143 Added help tip --- pandora_console/godmode/setup/license.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pandora_console/godmode/setup/license.php b/pandora_console/godmode/setup/license.php index 73e049b6eb..6dc3df0d10 100644 --- a/pandora_console/godmode/setup/license.php +++ b/pandora_console/godmode/setup/license.php @@ -180,7 +180,10 @@ $table->data[8][0] = ''.__('Satellite').''; $table->data[8][1] = html_print_input_text('expires', ($license['dhpm'] == 1 ? __('enabled') : __('disabled')), '', 10, 255, true, true); if ($license['dhpm'] == 1) { - $table->data[9][0] = ''.__('License encryption key').''; + $table->data[9][0] = ''.__('License encryption key').''.ui_print_help_tip( + __('This key is used to encrypt your Pandora FMS license when it is shared with other Pandora FMS components'), + true + ); $table->data[9][1] = html_print_input_password( 'license_encryption_key', io_safe_output($settings->license_encryption_key),