Small changes to make it more consistent with the rest of the apps.

This commit is contained in:
skeeter 2001-12-27 15:15:19 +00:00
parent 40ee06a1d1
commit 3bd53a72c2

View File

@ -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')
);