2009-02-11 Sancho Lerena <slerena@artica.es>

* godmode/reporting/reporting_builder.php: Added 3-month period



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1442 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2009-02-11 16:47:53 +00:00
parent a6a58d7b16
commit 400b02f09a
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-02-11 Sancho Lerena <slerena@artica.es>
* godmode/reporting/reporting_builder.php: Added 3-month period
2009-02-10 Evi Vanoost <vanooste@rcbi.rochester.edu>
* general/main_menu.php: Modified it to go with Esteban's idea

View File

@ -399,6 +399,7 @@ if ($edit_sla_report_content) {
$periods[168] = __('1 week');
$periods[360] = __('2 weeks');
$periods[720] = __('1 month');
$periods[2160] = __('3 months');
$periods[4320] = __('6 months');
$table->data[1][1] = print_select ($periods, 'period', 0, '', '--', 0, true, false, false);