mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 11:23:54 +01:00
"an other fix for the cal prefs menu in prefs"
This commit is contained in:
parent
589d2be6b8
commit
f30dc25a71
@ -124,9 +124,9 @@ class calendar_hooks
|
|||||||
static function preferences()
|
static function preferences()
|
||||||
{
|
{
|
||||||
$file = array(
|
$file = array(
|
||||||
'Preferences' => $GLOBALS['egw']->link('/index.php','menuaction=preferences.uisettings.index&appname=' . $appname),
|
'Preferences' => $GLOBALS['egw']->link('/index.php','menuaction=preferences.uisettings.index&appname=calendar'),
|
||||||
'Grant Access' => $GLOBALS['egw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname),
|
'Grant Access' => $GLOBALS['egw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app=calendar'),
|
||||||
'Edit Categories' => $GLOBALS['egw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname.'&cats_level=True&global_cats=True'),
|
'Edit Categories' => $GLOBALS['egw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app=calendar&cats_level=True&global_cats=True'),
|
||||||
'Import CSV-File' => $GLOBALS['egw']->link('/calendar/csv_import.php'),
|
'Import CSV-File' => $GLOBALS['egw']->link('/calendar/csv_import.php'),
|
||||||
);
|
);
|
||||||
display_section('calendar','calendar',$file);
|
display_section('calendar','calendar',$file);
|
||||||
|
Loading…
Reference in New Issue
Block a user