diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index aa785bf62b..328b2143e4 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-04-30 Sergio Martin + + * godmode/alerts/alert_list.builder.php: Removed an + useless combo of old version. Bug: 2993508 + 2010-04-30 Sergio Martin * include/functions_ui.php: Fixed the access at the diff --git a/pandora_console/godmode/alerts/alert_list.builder.php b/pandora_console/godmode/alerts/alert_list.builder.php index f9dfd4196a..a332f6809e 100644 --- a/pandora_console/godmode/alerts/alert_list.builder.php +++ b/pandora_console/godmode/alerts/alert_list.builder.php @@ -39,13 +39,10 @@ $table->style[0] = 'font-weight: bold; vertical-align: top;'; /* Add an agent selector */ if (! $id_agente) { - $table->data['group'][0] = __('Group'); - $table->data['group'][1] = print_select ($groups, 'id_group', $id_group, - false, '', '', true); $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', '', 'text_id_agent', '', 30, 100, false, '', array('style' => 'background: url(images/lightning.png) no-repeat right;'), true) . ' ' . __("Type at least two characters to search") . ''; } @@ -273,4 +270,4 @@ $(document).ready (function () { }); }); /* ]]> */ - \ No newline at end of file +