1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-02-17 10:51:38 +01:00

Added the global cats to the calednar prefs.

This commit is contained in:
skeeter 2001-05-13 03:57:00 +00:00
parent 8eba7c5194
commit 5d3d8e252d

View File

@ -39,7 +39,7 @@
section_item($phpgw->link('/preferences/acl_preferences.php','acl_app='.$appname), section_item($phpgw->link('/preferences/acl_preferences.php','acl_app='.$appname),
lang('Grant Calendar Access')); lang('Grant Calendar Access'));
section_item($phpgw->link('/preferences/categories.php','cats_app='.$appname), section_item($phpgw->link('/preferences/categories.php','cats_app='.$appname.'&global_cats=True'),
lang('Edit Categories')); lang('Edit Categories'));
section_end(); section_end();