mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Increase default consolidation by 1
This commit is contained in:
parent
061498c79a
commit
4792b69802
@ -297,7 +297,7 @@ class calendar_hooks
|
|||||||
'name' => 'day_consolidate',
|
'name' => 'day_consolidate',
|
||||||
'values'=> $consolidated,
|
'values'=> $consolidated,
|
||||||
'help' => 'How many seperate calendars to show before merging them together',
|
'help' => 'How many seperate calendars to show before merging them together',
|
||||||
'default'=> 5
|
'default'=> 6
|
||||||
),
|
),
|
||||||
'week_consolidate' => array(
|
'week_consolidate' => array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
@ -305,7 +305,7 @@ class calendar_hooks
|
|||||||
'name' => 'week_consolidate',
|
'name' => 'week_consolidate',
|
||||||
'values'=> $consolidated,
|
'values'=> $consolidated,
|
||||||
'help' => 'How many seperate calendars to show before merging them together',
|
'help' => 'How many seperate calendars to show before merging them together',
|
||||||
'default'=> 3
|
'default'=> 4
|
||||||
),
|
),
|
||||||
'display_holidays_event' => array(
|
'display_holidays_event' => array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
|
Loading…
Reference in New Issue
Block a user