mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Change to use n-tier admin in the calendar.
This commit is contained in:
parent
ea51d5f83a
commit
14a4569328
@ -16,7 +16,7 @@
|
||||
$title = $appname;
|
||||
$file = Array(
|
||||
'Site Configuration' => $phpgw->link('/admin/config.php','appname=' . $appname),
|
||||
'Calendar Holiday Management' => $phpgw->link('/calendar/holiday_admin.php')
|
||||
'Calendar Holiday Management' => $phpgw->link('/index.php','menuaction=calendar.uiholiday.admin')
|
||||
);
|
||||
//Do not modify below this line
|
||||
display_section($appname,$title,$file);
|
||||
|
Loading…
Reference in New Issue
Block a user