Bugzilla – Attachment 105762 Details for
Bug 25236
Accessibility: The 'Refine your search' box contains semantically incorrect headings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25236: Fix semantic heading for opac-full-serial-issues.tt
Bug-25236-Fix-semantic-heading-for-opac-full-seria.patch (text/plain), 2.98 KB, created by
PTFS Europe Sandboxes
on 2020-06-11 14:39:31 UTC
(
hide
)
Description:
Bug 25236: Fix semantic heading for opac-full-serial-issues.tt
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2020-06-11 14:39:31 UTC
Size:
2.98 KB
patch
obsolete
>From 0efc92f3f0b67f0e168a778d3d6f7e23b7347b8a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 11 Jun 2020 11:54:22 +0100 >Subject: [PATCH] Bug 25236: Fix semantic heading for > opac-full-serial-issues.tt > >Prior to this patch, the opac-full-serial-issues side navigation box contained >semantically incorrect headings. > >Test plan >1/ Search for a serial with many linked issues >2/ Navigate to the detailed view of that serial >3/ Click on the 'More details' link after all the listed issues >4/ Inspect the 'Refine your search' elements on the left side of the screen. > Note that the headings are H1 (Koha page title) > H4 (Refine your search) >3/ Apply this patch >4/ Reload the page >5/ Re-inspect the 'Refine your search' elements and note the heading > semantics are now H1 (Title of page) > H2 (Refine your search) >6/ Note the appearance of the box is improved and consistent with elsewhere >7/ Signoff > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >--- > .../bootstrap/en/modules/opac-full-serial-issues.tt | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt >index b20196c8cd..42d63dd77a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt >@@ -25,17 +25,19 @@ > <div class="span2"> > <div id="searchfacetscontainer"> > <div id="search-facets"> >- <h4>Refine your search</h4> > <form action="/cgi-bin/koha/opac-serial-issues.pl" id="filterform"> >- <fieldset> >+ <h2><a href="#" class="menu-collapse-toggle">Refine your search</a></h2> >+ <ul class="menu-collapse"> >+ <li> > <label for="libraryfilter">Library: </label> > <select id="libraryfilter" name="libraryfilter" style="width:10em;"></select> > <label for="subscriptionidfilter">Subscription: </label> > <select id="subscriptionidfilter" name="subscriptionfilter" style="width:10em;" disabled="disabled"></select> >- </fieldset> >- <fieldset class="action"> >+ </li> >+ <li class="action"> > <input type="reset" id="reset" class="btn" value="Clear" /> >- </fieldset> >+ </li> >+ </ul> > </form> > </div> <!-- / #search-facets --> > </div> <!-- / #searchfacetscontainer --> >-- >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 25236
:
105726
|
105727
|
105728
|
105729
|
105730
|
105731
|
105760
|
105761
|
105762
|
106119
|
106120
|
106121