Bugzilla – Attachment 119691 Details for
Bug 27740
Accessibility: OPAC - Headings should have correct tags and hierarchy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27740: (follow-up) quote of the day to <h2>
Bug-27740-follow-up-quote-of-the-day-to-h2.patch (text/plain), 1.46 KB, created by
Wainui Witika-Park
on 2021-04-16 03:24:38 UTC
(
hide
)
Description:
Bug 27740: (follow-up) quote of the day to <h2>
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-04-16 03:24:38 UTC
Size:
1.46 KB
patch
obsolete
>From 7a0d25db26eb174b81bc5815dfd3fab4379e4067 Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Fri, 16 Apr 2021 03:19:13 +0000 >Subject: [PATCH] Bug 27740: (follow-up) quote of the day to <h2> > >If the quote of the day feature is enabled, a "Quote of the day" heading >is displayed. It was an <h3> which was not proper hierarchy, so this has >been changed to an <h2>. > >To test: >1) Go to staff client >2) Enable quote of the day preference >3) Go to the OPAC >4) Observe "Quote of the day" heading >5) Ensure it is an <h2> > >Sponsored-by: Catalyst IT >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >index e64dfbbc1d..08e2310b8a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >@@ -163,7 +163,7 @@ > [% UNLESS news_item # Don't show under single news item %] > [% IF ( daily_quote ) %] > <div id="daily-quote"> >- <h3>Quote of the day</h3> >+ <h2>Quote of the day</h2> > <div> > <span id="daily-quote-text">[% daily_quote.text | html %]</span><span id="daily-quote-sep"> ~ </span><span id="daily-quote-source">[% daily_quote.source | html %]</span> > </div> >-- >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 27740
:
117629
|
117771
|
118837
|
118858
|
119633
|
119634
|
119635
|
119687
|
119688
|
119689
|
119690
|
119691
|
119815
|
119816
|
119953
|
119954
|
119955
|
119958
|
119981
|
120437
|
120438
|
120439
|
120440
|
120441
|
120442
|
120443