Add comment regarding broken field editing

This commit is contained in:
Miles Lott 2001-03-08 14:48:10 +00:00
parent 34f99bb3dd
commit f42f077d35

View File

@ -31,7 +31,7 @@
. lang('Addressbook preferences') . '</a><br>';
echo '<a href="' . $phpgw->link('/addressbook/fields.php') . '">'
. lang('Edit custom fields') . '</a><br>';
. lang('Edit custom fields (NOT WORKING)') . '</a><br>';
echo '<a href="' . $phpgw->link('/addressbook/acl_preferences.php') . '">'
. lang('Grant Addressbook Access') . '</a>';