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:
parent
a6a58d7b16
commit
400b02f09a
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue