forked from extern/egroupware
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(
|
$file = Array(
|
||||||
'Site Configuration' => egw::link('/index.php','menuaction=admin.uiconfig.index&appname=calendar'),
|
'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'),
|
'Calendar Holiday Management' => egw::link('/index.php','menuaction=calendar.uiholiday.admin'),
|
||||||
'Global Categories' => egw::link('/index.php','menuaction=admin.admin_categories.index&appname=calendar'),
|
'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'),
|
'Category ACL' => egw::link('/index.php','menuaction=calendar.calendar_uiforms.cat_acl'),
|
||||||
|
@ -875,7 +875,7 @@ class calendar_ui
|
|||||||
{
|
{
|
||||||
$file = Array(
|
$file = Array(
|
||||||
'Configuration'=>egw::link('/index.php','menuaction=admin.uiconfig.index&appname=calendar'),
|
'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'),
|
'Holiday Management'=>egw::link('/index.php','menuaction=calendar.uiholiday.admin'),
|
||||||
'Global Categories' =>egw::link('/index.php','menuaction=admin.admin_categories.index&appname=calendar'),
|
'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>no</td>
|
||||||
<td>custom_fields</td>
|
<td>custom_fields</td>
|
||||||
<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 (#).
|
The indexes of the custom fields in content are prefixed with a hash (#).
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user