Bugzilla – Attachment 106118 Details for
Bug 25151
Accessibility: The 'Your cart' page does not contain a level-one header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25151: Fixing semantic headings in opac-basket.tt
Bug-25151-Fixing-semantic-headings-in-opac-baskett.patch (text/plain), 2.86 KB, created by
Katrin Fischer
on 2020-06-21 14:17:55 UTC
(
hide
)
Description:
Bug 25151: Fixing semantic headings in opac-basket.tt
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-06-21 14:17:55 UTC
Size:
2.86 KB
patch
obsolete
>From 90b6d2a561e212b210c6b30d7cc2b15e60b3a7c0 Mon Sep 17 00:00:00 2001 >From: Hayley Mapley <hayleymapley@catalyst.net.nz> >Date: Thu, 11 Jun 2020 11:48:54 +1200 >Subject: [PATCH] Bug 25151: Fixing semantic headings in opac-basket.tt > >Test plan: >1) Apply the patch >2) Add items to your cart/folder/basket >3) Open up the basket and check that the main heading is now an h1 >4) Check that the page looks fine > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >index a89bf8b001..1bf8885467 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >@@ -16,7 +16,7 @@ > <div class="row-fluid"> > <div class="span12"> > <div id="userbasket"> >- <h2>Your cart</h2> >+ <h1>Your cart</h1> > <div id="floating"> > <div id="toolbar" class="toolbar noprint"> > [% IF ( verbose ) %] >@@ -68,11 +68,11 @@ > [% IF ( verbose ) %] > <form action="opac-basket.pl" method="get" name="bookbag_form" id="bookbag_form" class="checkboxed"> > [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %] >- <h3> >+ <h2> > <input type="checkbox" class="cb" value="[% BIBLIO_RESULT.biblionumber | html %]" name="bib[% BIBLIO_RESULT.biblionumber | html %]" id="bib[% BIBLIO_RESULT.biblionumber | html %]"> > [% INCLUDE 'biblio-title.inc' biblio=BIBLIO_RESULT %] > [% IF ( BIBLIO_RESULT.author ) %] [% BIBLIO_RESULT.author | html %][% END %] >- </h3> >+ </h2> > <!-- COinS / Openurl --> > <span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.au=[% BIBLIO_RESULT.author | html %]&rft.btitle=[% BIBLIO_RESULT.title |url %]&rft.date=[% BIBLIO_RESULT.publicationyear | html %]&rft.tpages=[% BIBLIO_RESULT.item('size') | html %]&rft.isbn=[% BIBLIO_RESULT.isbn |url %]&rft.aucorp=&rft.place=[% BIBLIO_RESULT.place | html %]&rft.pub=[% BIBLIO_RESULT.publisher |url %]&rft.edition=[% BIBLIO_RESULT.edition | html %]&rft.series=[% BIBLIO_RESULT.series | html %]&rft.genre="></span> > >-- >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 25151
:
105719
|
105766
| 106118