diff --git a/pandora_console/operation/users/webchat.php b/pandora_console/operation/users/webchat.php index 809ccaa000..94eb12ddcf 100644 --- a/pandora_console/operation/users/webchat.php +++ b/pandora_console/operation/users/webchat.php @@ -111,6 +111,16 @@ echo "
".html_print_button( var first_time = true; $(document).ready(function() { + confirmDialog({ + title: "Attention", + message: + "

This feature will be removed from the console in the next version of Pandora FMS.

If you want to keep the history, make a backup.

", + cancel: "Cancel", + ok: "Ok", + onAccept: function() { + // Nothing to do. + } + }); $("input[name=\"message_box\"]").keydown(function(e) { //Enter key. if (e.keyCode == 13) {