From 0f5284693606f6c2418bf6b94431fa8bf636edd8 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 f0477d9e62..1dfe603a3d 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 @@ -171,6 +171,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
@@ -183,10 +187,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