diff --git a/pandora_console/godmode/reporting/map_builder.php b/pandora_console/godmode/reporting/map_builder.php index afd9f69d0b..61d77665a4 100644 --- a/pandora_console/godmode/reporting/map_builder.php +++ b/pandora_console/godmode/reporting/map_builder.php @@ -36,8 +36,6 @@ if (is_ajax ()) { return; } - - return; } require_once ("include/config.php"); @@ -439,10 +437,7 @@ if (! $edit_layout && ! $id_layout) { $table->data[4][0] = __('Width'); $table->data[4][1] = print_input_text ('width', '', '', 5, 5, true); $table->data[5][0] = __('Agent'); -// $table->data[5][1] = print_select ($agents, 'agent', '', '', '--', 0, true); - $table->data[5][1] = print_input_text_extended ('agent', '', 'text-agent', '', 30, 100, false, '', - array('style' => 'background: url(images/lightning.png) no-repeat right;'), true) - . ' ' . __("Type two chars at least for search") . ''; + $table->data[5][1] = print_select ($agents, 'agent', '', '', '--', 0, true); $table->data[6][0] = __('Module'); $table->data[6][1] = print_select (array (), 'module', '', '', '--', 0, true); $table->data[7][0] = __('Period');