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