Backed out the calendar categories from preferences. This is scheduled for 0.9.11

This commit is contained in:
skeeter 2001-03-30 12:41:37 +00:00
parent c36f4d201f
commit 8aea75f953

View File

@ -36,8 +36,8 @@
echo '<a href="' . $phpgw->link('/calendar/preferences.php') . '">' . lang('Calendar preferences')
. '</a><br>';
echo '<a href="' . $phpgw->link('/calendar/categories.php') . '">'
. lang('Edit Categories') . '</a><br>';
// echo '<a href="' . $phpgw->link('/calendar/categories.php') . '">'
// . lang('Edit Categories') . '</a><br>';
echo '<a href="' . $phpgw->link('/calendar/acl_preferences.php') . '">'
. lang('Grant Calendar Access') . '</a>';