From 195bcc7930beaf495153cd9838fa304883ef4992 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 14 Sep 2009 14:38:13 +0000 Subject: [PATCH] 2009-09-14 Miguel de Dios * operation/agentes/exportdata.php, godmode/agentes/agent_manager.php, godmode/reporting/map_builder.php, godmode/reporting/graph_builder.php, godmode/alerts/alert_list.php: fix the bug that the div of autocomplete don't show. Fixes: 2856945 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1938 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 8 ++++++++ pandora_console/godmode/agentes/agent_manager.php | 2 +- pandora_console/godmode/alerts/alert_list.php | 13 ++++++++----- pandora_console/godmode/reporting/graph_builder.php | 2 +- pandora_console/godmode/reporting/map_builder.php | 2 +- pandora_console/operation/agentes/exportdata.php | 2 +- 6 files changed, 20 insertions(+), 9 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 4ac1260606..8f2c828271 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2009-09-14 Miguel de Dios + + * operation/agentes/exportdata.php, godmode/agentes/agent_manager.php, + godmode/reporting/map_builder.php, godmode/reporting/graph_builder.php, + godmode/alerts/alert_list.php: fix the bug that the div of autocomplete + don't show. + Fixes: 2856945 + 2009-09-14 Miguel de Dios * include/styles/pandora.css, godmode/alerts/alert_list.php: minor fixes diff --git a/pandora_console/godmode/agentes/agent_manager.php b/pandora_console/godmode/agentes/agent_manager.php index 096d84d411..00097f650e 100644 --- a/pandora_console/godmode/agentes/agent_manager.php +++ b/pandora_console/godmode/agentes/agent_manager.php @@ -223,7 +223,7 @@ $(document).ready (function () { if (total == 0) $("#text-id_parent").css ('background-color', '#cc0000'); else - $("#text-id_parent").css ('background-color', 'none'); + $("#text-id_parent").css ('background-color', ''); if (data == "") return false; return data[0]+'
: '+data[1]+''; diff --git a/pandora_console/godmode/alerts/alert_list.php b/pandora_console/godmode/alerts/alert_list.php index 525b32a94e..cdd7685e12 100644 --- a/pandora_console/godmode/alerts/alert_list.php +++ b/pandora_console/godmode/alerts/alert_list.php @@ -438,7 +438,7 @@ if (! $id_agente) { $table->data['agent'][0] = __('Agent'); - $table->data['agent'][1] = print_input_text_extended ('id_agent', __('Select'), 'text-id_agent', '', 30, 100, false, '', + $table->data['agent'][1] = print_input_text_extended ('id_agent', __('Select'), 'text_id_agent', '', 30, 100, false, '', array('style' => 'background: url(images/lightning.png) no-repeat right;'), true) . ' ' . __("Type two chars at least for search") . ''; @@ -531,13 +531,14 @@ echo ''; require_css_file ('cluetip'); require_jquery_file ('cluetip'); require_jquery_file ('pandora.controls'); +require_jquery_file ('bgiframe'); require_jquery_file ('autocomplete'); ?>