mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
added max_icons=12 default pref and manual as app for the default group
This commit is contained in:
parent
ff84561c98
commit
f085648705
@ -107,7 +107,7 @@
|
||||
}
|
||||
|
||||
/* Group perms for the default group */
|
||||
$GLOBALS['phpgw_setup']->add_acl(array('addressbook','calendar','infolog','email','preferences'),'run',$defaultgroupid);
|
||||
$GLOBALS['phpgw_setup']->add_acl(array('addressbook','calendar','infolog','email','preferences','manual'),'run',$defaultgroupid);
|
||||
|
||||
// give admin access to all apps, to save us some support requests
|
||||
$all_apps = array();
|
||||
@ -133,6 +133,7 @@
|
||||
'default_app' => 'calendar',
|
||||
'currency' => '$',
|
||||
'show_help' => True,
|
||||
'max_icons' => 12,
|
||||
),
|
||||
'calendar' => array(
|
||||
'workdaystarts' => 9,
|
||||
|
Loading…
Reference in New Issue
Block a user