forked from extern/egroupware
Add unit day for calendar category report
This commit is contained in:
parent
d099fbe28a
commit
b5b1ffec65
@ -315,6 +315,7 @@ class calendar_category_report extends calendar_ui{
|
|||||||
|
|
||||||
// unit selectbox options
|
// unit selectbox options
|
||||||
$sel_options['unit'] = array (
|
$sel_options['unit'] = array (
|
||||||
|
86400 => array('label' => lang('day'), 'title'=>'Output value in day'),
|
||||||
3600 => array('label' => lang('hour'), 'title'=>'Output value in hour'),
|
3600 => array('label' => lang('hour'), 'title'=>'Output value in hour'),
|
||||||
60 => array('label' => lang('minute'), 'title'=>'Output value in minute'),
|
60 => array('label' => lang('minute'), 'title'=>'Output value in minute'),
|
||||||
1 => array('label' => lang('second'), 'title'=>'Output value in second')
|
1 => array('label' => lang('second'), 'title'=>'Output value in second')
|
||||||
|
Loading…
Reference in New Issue
Block a user