From 57f267b9d545032f62873f92e1e9ced47b8188e9 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 --- .../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 8a6f1d89731..a772fb08b27 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.41.0