From be64e416b574add43e88728420210d0f8133018e Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 29 Jul 2009 10:54:44 +0000 Subject: [PATCH] 2009-07-29 Miguel de Dios * godmode/alerts/alert_list.php: clear and coment some parts of source code. Fix bug that send more data from other forms (I forget close the tag form). And change the combo box of agents to input text rich with ajax for source code is more light and I give more usability to form. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1823 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++ pandora_console/godmode/alerts/alert_list.php | 50 ++++++++++++++++--- 2 files changed, 49 insertions(+), 8 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 59739a46ec..1baccbcaac 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2009-07-29 Miguel de Dios + + * godmode/alerts/alert_list.php: clear and coment some parts of source + code. Fix bug that send more data from other forms (I forget close + the tag form). And change the combo box of agents to input text rich with + ajax for source code is more light and I give more usability to form. + 2009-07-28 Miguel de Dios * godmode/alerts/alert_list.php, include/functions_agents.php: changes diff --git a/pandora_console/godmode/alerts/alert_list.php b/pandora_console/godmode/alerts/alert_list.php index 9a5b6fe088..dd97e0b7b4 100644 --- a/pandora_console/godmode/alerts/alert_list.php +++ b/pandora_console/godmode/alerts/alert_list.php @@ -197,15 +197,13 @@ echo ''.__('Alert control filter').'&n $templateName = get_parameter('template_name',''); $moduleName = get_parameter('module_name',''); $agentID = get_parameter('agent_id',''); +$agentName = get_parameter('agent_name',''); $actionID = get_parameter('action_id',''); $fieldContent = get_parameter('field_content',''); $searchType = get_parameter('search_type',''); $priority = get_parameter('priority',''); -if (get_parameter('search',0)) { -} - -//Start div +//INI DIV OF FORM FILTER echo "