mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
2009-12-3 Miguel de Dios <miguel.dedios@artica.es>
* 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
This commit is contained in:
parent
9b1ad4eead
commit
8c54b9caa4
@ -1,3 +1,9 @@
|
|||||||
|
2009-12-3 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* godmode/reporting/map_builder.php: tiny fix the text for select all
|
||||||
|
modules in select box.
|
||||||
|
Fixes: 2897433
|
||||||
|
|
||||||
2009-12-1 Sancho Lerena <slerena@artica.es>
|
2009-12-1 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* include/functions_reporting.php: Fixed some innacurate queries, skipping
|
* include/functions_reporting.php: Fixed some innacurate queries, skipping
|
||||||
|
@ -485,7 +485,7 @@ if (! $edit_layout && ! $id_layout) {
|
|||||||
$table->data[5][1] = print_input_text_extended ('agent', '', 'text-agent', '', 30, 100, false, '',
|
$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);
|
array('style' => 'background: url(images/lightning.png) no-repeat right;'), true);
|
||||||
$table->data[6][0] = __('Module');
|
$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][0] = __('Period');
|
||||||
$table->data[7][1] = print_select ($intervals, 'period', '', '', '--', 0, true);
|
$table->data[7][1] = print_select ($intervals, 'period', '', '', '--', 0, true);
|
||||||
$table->data[8][0] = __('Image');
|
$table->data[8][0] = __('Image');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user