Bugzilla – Attachment 155651 Details for
Bug 33818
Accessibility: Non descriptive title on ISBD detail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33818: Descriptive title added to opac-ISBDdetail.tt
Bug-33818-Descriptive-title-added-to-opac-ISBDdeta.patch (text/plain), 1.32 KB, created by
Marcel de Rooy
on 2023-09-15 09:24:30 UTC
(
hide
)
Description:
Bug 33818: Descriptive title added to opac-ISBDdetail.tt
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-09-15 09:24:30 UTC
Size:
1.32 KB
patch
obsolete
>From 544be5f8caca64782158b29786b38a8a78e1dc4a Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 24 May 2023 14:51:04 +0000 >Subject: [PATCH] Bug 33818: Descriptive title added to opac-ISBDdetail.tt >Content-Type: text/plain; charset=utf-8 > >This patch adds the biblio.title to the breadcrumb for the ISBD viewer. >This now matches the normal and MARC views and is much clearer for >screen readers. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt >index 3cb72f853a..3876988b4c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt >@@ -15,7 +15,7 @@ > <a href="/cgi-bin/koha/opac-main.pl">Home</a> > </li> > <li class="breadcrumb-item active"> >- <a href="#" aria-current="page">ISBD view</a> >+ <a href="#" aria-current="page">ISBD view for: [% biblio.title | html %]</a> > </li> > </ol> > </nav> <!-- /#breadcrumbs --> >-- >2.30.2
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 33818
:
151632
|
151694
| 155651