Bugzilla – Attachment 157245 Details for
Bug 34399
Inconsistencies in Record overlay rules page titles, breadcrumbs, and header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34399: Fix inconsistencies in Record overlay rules page titles, breadcrumbs, and headers
Bug-34399-Fix-inconsistencies-in-Record-overlay-ru.patch (text/plain), 1.93 KB, created by
Martin Renvoize (ashimema)
on 2023-10-17 12:58:28 UTC
(
hide
)
Description:
Bug 34399: Fix inconsistencies in Record overlay rules page titles, breadcrumbs, and headers
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-10-17 12:58:28 UTC
Size:
1.93 KB
patch
obsolete
>From 57f267b9d545032f62873f92e1e9ced47b8188e9 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 <martin.renvoize@ptfs-europe.com> >--- > .../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' %] > <title>[% FILTER collapse %] >- [% t("MARC overlay rules") | html %] › >+ [% t("Record overlay rules") | html %] › > [% t("Koha") | html %] › > [% t("Administration") | html %] > [% END %]</title> >@@ -33,7 +33,7 @@ > [% END %] > [% WRAPPER breadcrumb_item %] > <a href="#" aria-current="page"> >- <span>MARC overlay rules</span> >+ <span>Record overlay rules</span> > </a> > [% END %] > [% END #/ WRAPPER breadcrumbs %] >@@ -43,7 +43,7 @@ > <div class="row"> > <div class="col-sm-10 col-sm-push-2"> > >- <h1>Manage MARC overlay rules</h1> >+ <h1>Record overlay rules</h1> > > [% FOR m IN messages %] > <div class="dialog [% m.type | html %]"> >-- >2.41.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34399
:
156510
| 157245