Add category editing

This commit is contained in:
Miles Lott 2001-03-25 02:50:04 +00:00
parent 25f13d5072
commit 10790a2005

View File

@ -33,6 +33,9 @@
echo '<a href="' . $phpgw->link('/addressbook/acl_preferences.php') . '">'
. lang('Grant Addressbook Access') . '</a><br>';
echo '<a href="' . $phpgw->link('/addressbook/categories.php') . '">'
. lang('Edit Categories') . '</a><br>';
echo '<a href="' . $phpgw->link('/addressbook/fields.php') . '">'
. lang('Edit custom fields') . '</a>';