mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Small changes to make it more consistent with the rest of the apps.
This commit is contained in:
parent
40ee06a1d1
commit
3bd53a72c2
@ -14,9 +14,11 @@
|
||||
// Only Modify the $file and $title variables.....
|
||||
$title = $appname;
|
||||
$file = array(
|
||||
'Calendar preferences' => $GLOBALS['phpgw']->link('/index.php',array(
|
||||
'menuaction' => 'calendar.uipreferences.preferences'
|
||||
)),
|
||||
'Preferences' => $GLOBALS['phpgw']->link('/index.php',
|
||||
Array(
|
||||
'menuaction' => 'calendar.uipreferences.preferences'
|
||||
)
|
||||
),
|
||||
'Grant Access' => $GLOBALS['phpgw']->link('/preferences/acl_preferences.php','acl_app='.$appname),
|
||||
'Edit Categories' => $GLOBALS['phpgw']->link('/preferences/categories.php','cats_app='.$appname.'&global_cats=True')
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user