From 635898e4593a6051ea5e967b8cb83c87db3a6b3c Mon Sep 17 00:00:00 2001 From: esanchezm Date: Tue, 17 Mar 2009 09:22:02 +0000 Subject: [PATCH] 2009-03-17 Esteban Sanchez * godmode/agentes/manage_config.php: Select dependant modules when an alert is selected. * include/functions_agents.php: Copy selected alerts on process_manage_config(). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1540 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 10 +- .../godmode/agentes/manage_config.php | 15 +- pandora_console/include/functions_agents.php | 137 +++++++++++------- 3 files changed, 109 insertions(+), 53 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index e0dded9d76..d00ee96682 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2009-03-17 Esteban Sanchez + + * godmode/agentes/manage_config.php: Select dependant modules when an + alert is selected. + + * include/functions_agents.php: Copy selected alerts on + process_manage_config(). + 2009-03-16 Evi Vanoost * general/logoff.php: Cleaned up invalid html @@ -16,7 +24,7 @@ * include/help/en/help_planned_downtime.php, include/help/es/help_planned_downtime.php: Added more information - about the scheduled downtime. + about the scheduled downtime. 2009-03-16 Esteban Sanchez diff --git a/pandora_console/godmode/agentes/manage_config.php b/pandora_console/godmode/agentes/manage_config.php index 63630846c9..5a481ed57f 100644 --- a/pandora_console/godmode/agentes/manage_config.php +++ b/pandora_console/godmode/agentes/manage_config.php @@ -30,7 +30,7 @@ require_once ('include/functions_agents.php'); require_once ('include/functions_alerts.php'); require_once ('include/functions_modules.php'); -echo '

'.__('Agent configuration'). ' » '. __('Configuration Management').'

'; +echo '

'.__('Configuration Management').'

'; $source_id_group = (int) get_parameter ('source_id_group'); $source_id_agent = (int) get_parameter ('source_id_agent'); @@ -69,7 +69,7 @@ $table->data[0][2] .= ''; $table->data[0][3] = print_select (get_group_agents ($source_id_group, false, "none"), 'source_id_agent', $source_id_agent, false, __('Select'), 0, true); -echo '
'; +echo ''; echo '
'; echo ''.__('Source'); @@ -167,6 +167,7 @@ require_jquery_file ('pandora.controls'); ?>