Bugzilla – Attachment 145131 Details for
Bug 31954
Patron search has no h1 heading
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31954: Add h1 heading to patron search results page
Bug-31954-Add-h1-heading-to-patron-search-results-.patch (text/plain), 1.23 KB, created by
David Nind
on 2023-01-07 10:52:33 UTC
(
hide
)
Description:
Bug 31954: Add h1 heading to patron search results page
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-01-07 10:52:33 UTC
Size:
1.23 KB
patch
obsolete
>From 5069534585d4f19ff1a1c531d2d0e12f56b81ad5 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 6 Jan 2023 22:14:07 +0000 >Subject: [PATCH] Bug 31954: Add h1 heading to patron search results page > >Havin an h1 heading on every page has been one of our >accessibility goals, but patron search results don't have >one so far. > >To test: >* Apply patch >* Do a patron search >* Verify there is now an h1 heading between the toolbar > and the patron search results table reading: > Patron search results > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index deb8374d74..df38cfe18d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -58,6 +58,9 @@ > [% END %] > > [% INCLUDE 'patron-toolbar.inc' %] >+ >+ <h1>Patron search results</h1> >+ > [% INCLUDE 'noadd-warnings.inc' %] > > [% IF CAN_user_borrowers_edit_borrowers && pending_borrower_modifications %] >-- >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 31954
:
145110
| 145131