mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Switch to nextmatch and edit dialog for customfield list (missed files from #49147)
This commit is contained in:
parent
8a3df3911f
commit
16c902196d
@ -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'),
|
||||
|
@ -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'),
|
||||
);
|
||||
|
@ -783,7 +783,7 @@ implement only a subset of XUL. Here are the main differences:</p>
|
||||
<td>no</td>
|
||||
<td>custom_fields</td>
|
||||
<td>
|
||||
<b>display custom fields</b>: the fields can be configured with admin.customfields.edit&appname={app}<p>
|
||||
<b>display custom fields</b>: the fields can be configured with admin.customfields.index&appname={app}<p>
|
||||
The indexes of the custom fields in content are prefixed with a hash (#).
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user