Bugzilla – Attachment 151632 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.19 KB, created by
Matt Blenkinsop
on 2023-05-24 14:52:28 UTC
(
hide
)
Description:
Bug 33818: Descriptive title added to opac-ISBDdetail.tt
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-05-24 14:52:28 UTC
Size:
1.19 KB
patch
obsolete
>From 9e7059db258b9bd077c87715a02d79ee8eb0c33b 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 > >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. >--- > 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 936960f6bd..ec113ca952 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.37.1 (Apple Git-137.1)
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