From 8c54b9caa4bd43ca338ad4484e7bedceee9608bc Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 3 Dec 2009 10:38:31 +0000 Subject: [PATCH] 2009-12-3 Miguel de Dios * godmode/reporting/map_builder.php: tiny fix the text for select all modules in select box. Fixes: 2897433 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2152 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/godmode/reporting/map_builder.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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');