diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c2d09ea6ab..f916f2df5b 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,22 @@ +2009-03-18 Esteban Sanchez + + * godmode/alerts/alert_list.php: Put tooltip before the template name + so it's always in the same place. + + * include/javascript/jquery.pandora.controls.js: Fixed a bug on + pandoraSelectAgentModule which was getting wrong fields. + + * include/functions_html.php: Do not add id counter on checkboxes if + it's 0. + + * operation/agentes/estado_agente.php: Create agent button was going + to a wrong place. + + * reporting/fgraph.php: Fixed graphic_agentaccess() which was not + showing anything. + + * pandoradb_data.sql: Removed Compound only from talert_commands. + 2009-03-17 Esteban Sanchez * reporting/fgraph.php: Fixed a bug on graphic_error() which always diff --git a/pandora_console/godmode/alerts/alert_list.php b/pandora_console/godmode/alerts/alert_list.php index 56bb8ca59b..9f106466d4 100644 --- a/pandora_console/godmode/alerts/alert_list.php +++ b/pandora_console/godmode/alerts/alert_list.php @@ -252,10 +252,10 @@ foreach ($simple_alerts as $alert) { $data[1] .= ''; } $data[2] = get_agentmodule_name ($alert['id_agent_module']); - $data[3] = get_alert_template_name ($alert['id_alert_template']); - $data[3] .= ' - '; + '; + $data[3] .= get_alert_template_name ($alert['id_alert_template']); $actions = get_alert_agent_module_actions ($alert['id']); $data[4] = '