From 66ee09742baa2b0118d15cadb84b5d3ba1ad365e Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 15 Apr 2013 15:02:50 +0000 Subject: [PATCH] 2013-04-15 Miguel de Dios * godmode/reporting/reporting_builder.item_editor.php: fixed the hide autocomplete agent in all cases. Fixes: #3609628 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7984 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 ++ .../reporting_builder.item_editor.php | 76 ++++++++++++++----- 2 files changed, 66 insertions(+), 17 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 3a0730db78..63c1aeb839 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2013-04-15 Miguel de Dios + + * godmode/reporting/reporting_builder.item_editor.php: fixed the + hide autocomplete agent in all cases. + + Fixes: #3609628 + 2013-04-15 Miguel de Dios * include/functions_html.php, include/javascript/jquery.pandora.js: diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 6590593670..f10d652d6c 100644 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -569,17 +569,54 @@ html_print_input_hidden('id_item', $idItem); - + + + - - - - - - - + + + + + + + @@ -595,15 +632,20 @@ html_print_input_hidden('id_item', $idItem); @@ -627,9 +669,9 @@ html_print_input_hidden('id_item', $idItem); } html_print_input_hidden('id_agent', $idAgent); - html_print_input_hidden ('server_name', $server_name); - html_print_input_hidden ('server_id', $server_name); - html_print_input_hidden ('id_server', ''); + html_print_input_hidden('server_name', $server_name); + html_print_input_hidden('server_id', $server_name); + html_print_input_hidden('id_server', ''); ////////////////// @@ -1756,8 +1798,8 @@ function chooseType() { $("#row_max_values").hide(); $("#row_resolution").hide(); - $('#agent_autocomplete').show(); - $('#agent_autocomplete_events').hide(); + //$('#agent_autocomplete').show(); + $('#agent_autocomplete_events').show(); switch (type) { case 'event_report_group':
+ + + + + + + + + + + + + +
- +
- +