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'); ?>