Bugzilla – Attachment 127386 Details for
Bug 27741
Accessibility: Staff Client - Headings should have correct tags and hierarchy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27741: main page
Bug-27741-main-page.patch (text/plain), 2.62 KB, created by
Owen Leonard
on 2021-11-05 14:58:48 UTC
(
hide
)
Description:
Bug 27741: main page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-11-05 14:58:48 UTC
Size:
2.62 KB
patch
obsolete
>From bd79cdfe5cca4d5d2f2377e4614a96998ca9c88b Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Sun, 6 Jun 2021 07:07:02 +0000 >Subject: [PATCH] Bug 27741: main page > >Bug 27631 corrected the <h1> tags in each of the pages in the staff client. This >bug deals with correcting the hierarchy of each of the other headings. > >To test: >1) Apply patch and dependencies >2) Go to the main page of the staff client and check the headings under <h1> are > in the correct order and hierarchy > >Sponsored-by: Catalyst IT > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index f49da33656..3003199cf1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -27,10 +27,10 @@ > <div class="col-sm-3"> > [% IF ( koha_news.count ) %] > <div id="area-news"> >- <h3><span class="news_title">News</span></h3> >+ <h2><span class="news_title">News</span></h2> > [% SET show_author = Koha.Preference('NewsAuthorDisplay') == 'staff' || Koha.Preference('NewsAuthorDisplay') == 'both' %] > [% FOREACH koha_new IN koha_news %] >- <div class="newsitem" id="news[% koha_new.idnew | html %]"><h4>[% koha_new.title | html %]</h4> >+ <div class="newsitem" id="news[% koha_new.idnew | html %]"><h3>[% koha_new.title | html %]</h3> > <div class="newsbody">[% koha_new.content | $raw %]</div> > <p class="newsfooter"> Posted on [% koha_new.published_on | $KohaDates %][% IF( show_author && koha_new.author ) %] by <span class="newsauthor">[% INCLUDE 'patron-title.inc' patron=koha_new.author %]<br />[% END %] > [% IF ( CAN_user_tools ) %] >@@ -45,7 +45,7 @@ > [% END %] > [% IF ( daily_quote ) %] > <div id="area-news"> >- <h3>Quote of the day</h3> >+ <h2>Quote of the day</h2> > <div class="newsitem"> > <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.20.1
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 27741
:
120192
|
120193
|
120194
|
120195
|
120197
|
120198
|
121344
|
121346
|
121347
|
121348
|
121349
|
121350
|
121351
|
121357
|
121358
|
121365
|
121400
|
121402
|
121403
|
121404
|
121509
|
121510
|
121521
|
121534
|
121560
|
121622
|
121642
|
121643
|
121644
|
121645
|
121646
|
121699
|
121700
|
121701
|
122018
|
127369
|
127370
|
127371
|
127372
|
127373
|
127374
|
127375
|
127376
|
127377
|
127378
|
127379
|
127380
|
127381
|
127382
|
127383
|
127384
|
127385
| 127386 |
127387
|
127388
|
127389
|
127390
|
127391
|
127392
|
127393
|
127394
|
127395