added max_icons=12 default pref and manual as app for the default group

This commit is contained in:
Ralf Becker 2004-08-13 21:05:55 +00:00
parent 11758e6c41
commit 6b91165c2b

View File

@ -107,7 +107,7 @@
} }
/* Group perms for the default group */ /* 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 // give admin access to all apps, to save us some support requests
$all_apps = array(); $all_apps = array();
@ -133,6 +133,7 @@
'default_app' => 'calendar', 'default_app' => 'calendar',
'currency' => '$', 'currency' => '$',
'show_help' => True, 'show_help' => True,
'max_icons' => 12,
), ),
'calendar' => array( 'calendar' => array(
'workdaystarts' => 9, 'workdaystarts' => 9,