mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Change to use n-tier preferencing in the calendar.
This commit is contained in:
parent
a7108085a3
commit
ea51d5f83a
@ -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')
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user