mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Add category editing
This commit is contained in:
parent
25f13d5072
commit
10790a2005
@ -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>';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user