mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Fix calendar preferences
This commit is contained in:
parent
b3e551e74b
commit
8b5ff32c53
@ -159,6 +159,10 @@ class calendar_hooks
|
||||
'planner_user' => lang('Planner by user'),
|
||||
'listview' => lang('Listview'),
|
||||
);
|
||||
$yesno = array(
|
||||
'1' => lang('Yes'),
|
||||
'0' => lang('No'),
|
||||
);
|
||||
$grid_views = array(
|
||||
'all' => lang('all'),
|
||||
'day_week' => lang('Dayview').', '.lang('Four days view').' & '.lang('Weekview'),
|
||||
|
Loading…
Reference in New Issue
Block a user