forked from extern/egroupware
Add 'None' option to calendar display options
This commit is contained in:
parent
c328d72f27
commit
6046480847
@ -451,7 +451,7 @@ class infolog_hooks
|
||||
'type' => 'multiselect',
|
||||
'label' => 'Which types should the calendar show',
|
||||
'name' => 'cal_show',
|
||||
'values' => $info->enums['type'],
|
||||
'values' => array(0 => lang('None')) + $info->enums['type'],
|
||||
'help' => 'Can be used to show further InfoLog types in the calendar or limit it to show eg. only tasks.',
|
||||
'xmlrpc' => True,
|
||||
'admin' => False,
|
||||
|
Loading…
Reference in New Issue
Block a user