From eeda908447320d5e3382f636b278ea2e2197b32c Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Fri, 28 Dec 2001 04:09:14 +0000 Subject: [PATCH] using new field editor --- addressbook/inc/hook_admin.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addressbook/inc/hook_admin.inc.php b/addressbook/inc/hook_admin.inc.php index 73d97595bf..1a8b0eff0d 100644 --- a/addressbook/inc/hook_admin.inc.php +++ b/addressbook/inc/hook_admin.inc.php @@ -15,7 +15,8 @@ // Only Modify the $file and $title variables..... $title = $appname; $file = Array( - 'Site Configuration' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname) + 'Site Configuration' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname), + 'Edit custom fields' => $GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uifields.index') ); //Do not modify below this line display_section($appname,$title,$file);