using new field editor

This commit is contained in:
Miles Lott 2001-12-28 04:09:14 +00:00
parent e524a44dad
commit eeda908447

View File

@ -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);