diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 4aca734950..32380caade 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2012-04-18 Dario Rodriguez + + * godmode/agentes/agent_disk_conf_editor.php: Print message + using new message box + + MERGED FROM 4.0.2 + 2012-04-18 Juan Manuel Ramon * include/functions_html.php diff --git a/pandora_console/godmode/agentes/agent_disk_conf_editor.php b/pandora_console/godmode/agentes/agent_disk_conf_editor.php index 040d96e1d5..b4dd78253f 100644 --- a/pandora_console/godmode/agentes/agent_disk_conf_editor.php +++ b/pandora_console/godmode/agentes/agent_disk_conf_editor.php @@ -1,6 +1,10 @@ This feature is not included on the Open Source version. Please visit our website to learn more about the advanced features of Pandora FMS Enterprise edition"; + + $message = array("title" => "Pandora FMS Enterprise", + "message" => "

This feature is not included on the Open Source version. Please visit our website to learn more about the advanced features of Pandora FMS Enterprise edition

", + "no_close" => 1); + + ui_print_info_message($message); } ?>