From e9ed5b0e34a403cb4157486a38c8158f9a169979 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. Signed-off-by: Jonathan Druart --- .../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 ee96ccee04..afdae6c399 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 @@ -180,6 +180,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
@@ -192,10 +196,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