From 094441d3f6901fac881942f8b805a951caffca07 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 3 Oct 2023 17:53:25 +0000 Subject: [PATCH] Bug 34399: Fix inconsistencies in Record overlay rules page titles, breadcrumbs, and headers This patch fixes some inconsistencies in the record overlay rules page, making sure the page title, breadcrumb navigation, and page headers are consistent with each other. Test the record matching rules page to confirm that page title, heading, and breadcrumbs are consistent. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/admin/marc-overlay-rules.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt index 8a6f1d8973..a772fb08b2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt @@ -8,7 +8,7 @@ [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] - [% t("MARC overlay rules") | html %] › + [% t("Record overlay rules") | html %] › [% t("Koha") | html %] › [% t("Administration") | html %] [% END %] @@ -33,7 +33,7 @@ [% END %] [% WRAPPER breadcrumb_item %] - MARC overlay rules + Record overlay rules [% END %] [% END #/ WRAPPER breadcrumbs %] @@ -43,7 +43,7 @@
-

Manage MARC overlay rules

+

Record overlay rules

[% FOR m IN messages %]
-- 2.20.1