Bugzilla – Attachment 117770 Details for
Bug 27742
Accessibility: OPAC - Page titles should have unique information first
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27742: (follow-up) Add title for record blocked page
Bug-27742-follow-up-Add-title-for-record-blocked-p.patch (text/plain), 1.21 KB, created by
Hayley Pelham
on 2021-03-05 00:24:26 UTC
(
hide
)
Description:
Bug 27742: (follow-up) Add title for record blocked page
Filename:
MIME Type:
Creator:
Hayley Pelham
Created:
2021-03-05 00:24:26 UTC
Size:
1.21 KB
patch
obsolete
>From fbd8cf7bc5874223ee17a53f2dc08393afa6d5bf Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 23 Feb 2021 11:41:19 +0000 >Subject: [PATCH] Bug 27742: (follow-up) Add title for record blocked page > >This modifies the title for the template used when a bibliographic >record is blocked. > >Signed-off-by: Hayley Pelham <hayleypelham@catalyst.net.nz> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt >index a2c187f27e..6f9d44a4c7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt >@@ -1,6 +1,13 @@ > [% USE raw %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> >+<title> >+ Record blocked › >+ [% IF ( LibraryNameTitle ) %] >+ [% LibraryNameTitle | html %] >+ [% ELSE %] >+ Koha online >+ [% END %] catalog >+</title> > [% INCLUDE 'doc-head-close.inc' %] > [% BLOCK cssinclude %][% END %] > </head> >-- >2.11.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 27742
:
117175
|
117192
|
117193
|
117770
|
118771
|
118772