Bugzilla – Attachment 151420 Details for
Bug 33767
Accessibility: The 'OPAC results' page contains semantically incorrect headings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33767: Fix incorrect heading in page-numbers.inc
Bug-33767-Fix-incorrect-heading-in-page-numbersinc.patch (text/plain), 1.31 KB, created by
Owen Leonard
on 2023-05-18 14:26:24 UTC
(
hide
)
Description:
Bug 33767: Fix incorrect heading in page-numbers.inc
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-05-18 14:26:24 UTC
Size:
1.31 KB
patch
obsolete
>From de0f300ead2e8be6d1ec3348a9e30dbfad5c28d5 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Thu, 18 May 2023 13:55:02 +0000 >Subject: [PATCH] Bug 33767: Fix incorrect heading in page-numbers.inc > >This patch replaces an h6 with a span to avoid a jump from h2 to h6. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc >index 21e1b1dab7..04f9562dd1 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc >@@ -2,7 +2,7 @@ > [% IF ( PAGE_NUMBERS ) %] > <nav class="pagination pagination-sm noprint" aria-label="Search results pagination"> > [% IF hits_to_paginate < total %] >- <h6>[% hits_to_paginate | html %] of [% total | html %] results loaded, refine your search to view other records</h6> >+ <span class="h6">[% hits_to_paginate | html %] of [% total | html %] results loaded, refine your search to view other records</span> > [% END %] > <ul class="pagination"> > [% IF ( previous_page_offset.defined ) %] >-- >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 33767
:
151419
|
151420
|
151463