From dd0b23d7fd515c7275bdc181d5bc66126105f844 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 29 Mar 2021 10:31:52 +0100 Subject: [PATCH] Bug 14957: (QA follow-up) Rename and move admin link This patch renames 'MARC overlay rules' to 'Record overlay rules' and moves it up the list to just below 'Record matching rules' to make it more contextually ordered. --- .../intranet-tmpl/prog/en/modules/admin/admin-home.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt index 9ec886cf41..90e1976517 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt +++ b/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 %] -- 2.20.1