diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7f4febc2b0..5970b24ed2 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2009-12-3 Miguel de Dios + + * godmode/reporting/map_builder.php: tiny fix the text for select all + modules in select box. + Fixes: 2897433 + 2009-12-1 Sancho Lerena * include/functions_reporting.php: Fixed some innacurate queries, skipping diff --git a/pandora_console/godmode/reporting/map_builder.php b/pandora_console/godmode/reporting/map_builder.php index d0d7a1212e..858c0beb3c 100644 --- a/pandora_console/godmode/reporting/map_builder.php +++ b/pandora_console/godmode/reporting/map_builder.php @@ -485,7 +485,7 @@ if (! $edit_layout && ! $id_layout) { $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); $table->data[6][0] = __('Module'); - $table->data[6][1] = print_select (array (), 'module', '', '', '--', 0, true); + $table->data[6][1] = print_select (array (), 'module', '', '', __('Any'), 0, true); $table->data[7][0] = __('Period'); $table->data[7][1] = print_select ($intervals, 'period', '', '', '--', 0, true); $table->data[8][0] = __('Image');