mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +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.....
|
// Only Modify the $file and $title variables.....
|
||||||
$title = $appname;
|
$title = $appname;
|
||||||
$file = array(
|
$file = array(
|
||||||
'Calendar preferences' => $GLOBALS['phpgw']->link('/index.php',array(
|
'Preferences' => $GLOBALS['phpgw']->link('/index.php',
|
||||||
'menuaction' => 'calendar.uipreferences.preferences'
|
Array(
|
||||||
)),
|
'menuaction' => 'calendar.uipreferences.preferences'
|
||||||
|
)
|
||||||
|
),
|
||||||
'Grant Access' => $GLOBALS['phpgw']->link('/preferences/acl_preferences.php','acl_app='.$appname),
|
'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')
|
'Edit Categories' => $GLOBALS['phpgw']->link('/preferences/categories.php','cats_app='.$appname.'&global_cats=True')
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user