@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/admin/admin-home.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt @@ -160,6 +160,10 @@
Record matching rules
Manage rules for automatically matching MARC records during record imports
[% END %] + [% IF ( CAN_user_parameters_manage_marc_overlay_rules ) %] +
Record overlay rules
+
Managed rules for automatic overlay of MARC fields during record imports and updates
+ [% END %] [% IF ( CAN_user_parameters_manage_oai_sets ) %]
OAI sets configuration
Manage OAI Sets
@@ -172,10 +176,6 @@
Search engine configuration (Elasticsearch)
Manage indexes, facets, and their mappings to MARC fields and subfields
[% END %] - [% IF ( CAN_user_parameters_manage_marc_overlay_rules ) %] -
MARC overlay rules
-
Managed MARC field overlay rules
- [% END %] [% END %] --