Change to use n-tier preferencing in the calendar.

This commit is contained in:
skeeter 2001-07-29 22:03:35 +00:00
parent a7108085a3
commit ea51d5f83a

View File

@ -14,7 +14,7 @@
// Only Modify the $file and $title variables.....
$title = $appname;
$file = Array(
'Calendar preferences' => $phpgw->link('/calendar/preferences.php'),
'Calendar preferences' => $phpgw->link('/index.php','menuaction=calendar.uicalendar.preferences'),
'Grant Access' => $phpgw->link('/preferences/acl_preferences.php','acl_app='.$appname),
'Edit Categories' => $phpgw->link('/preferences/categories.php','cats_app='.$appname.'&global_cats=True')
);