From 16c902196dd9213b1b22db566ea927a1bcb0b203 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 22 Oct 2014 20:11:31 +0000 Subject: [PATCH] Switch to nextmatch and edit dialog for customfield list (missed files from #49147) --- calendar/inc/class.calendar_hooks.inc.php | 2 +- calendar/inc/class.calendar_ui.inc.php | 2 +- etemplate/doc/reference.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/calendar/inc/class.calendar_hooks.inc.php b/calendar/inc/class.calendar_hooks.inc.php index 0dfa10e8d7..724041f821 100644 --- a/calendar/inc/class.calendar_hooks.inc.php +++ b/calendar/inc/class.calendar_hooks.inc.php @@ -138,7 +138,7 @@ class calendar_hooks { $file = Array( 'Site Configuration' => egw::link('/index.php','menuaction=admin.uiconfig.index&appname=calendar'), - 'Custom fields' => egw::link('/index.php','menuaction=admin.customfields.edit&appname=calendar'), + 'Custom fields' => egw::link('/index.php','menuaction=admin.customfields.index&appname=calendar'), 'Calendar Holiday Management' => egw::link('/index.php','menuaction=calendar.uiholiday.admin'), 'Global Categories' => egw::link('/index.php','menuaction=admin.admin_categories.index&appname=calendar'), 'Category ACL' => egw::link('/index.php','menuaction=calendar.calendar_uiforms.cat_acl'), diff --git a/calendar/inc/class.calendar_ui.inc.php b/calendar/inc/class.calendar_ui.inc.php index acce2e9af1..a5e92aa7dc 100644 --- a/calendar/inc/class.calendar_ui.inc.php +++ b/calendar/inc/class.calendar_ui.inc.php @@ -875,7 +875,7 @@ class calendar_ui { $file = Array( 'Configuration'=>egw::link('/index.php','menuaction=admin.uiconfig.index&appname=calendar'), - 'Custom Fields'=>egw::link('/index.php','menuaction=admin.customfields.edit&appname=calendar'), + 'Custom Fields'=>egw::link('/index.php','menuaction=admin.customfields.index&appname=calendar'), 'Holiday Management'=>egw::link('/index.php','menuaction=calendar.uiholiday.admin'), 'Global Categories' =>egw::link('/index.php','menuaction=admin.admin_categories.index&appname=calendar'), ); diff --git a/etemplate/doc/reference.html b/etemplate/doc/reference.html index 1c777b1497..3454337da1 100644 --- a/etemplate/doc/reference.html +++ b/etemplate/doc/reference.html @@ -783,7 +783,7 @@ implement only a subset of XUL. Here are the main differences:

no custom_fields - display custom fields: the fields can be configured with admin.customfields.edit&appname={app}

+ display custom fields: the fields can be configured with admin.customfields.index&appname={app}

The indexes of the custom fields in content are prefixed with a hash (#).