Bugzilla – Attachment 121646 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.60 KB, created by
Wainui Witika-Park
on 2021-06-06 10:57:41 UTC
(
hide
)
Description:
Bug 27741: main page
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-06-06 10:57:41 UTC
Size:
2.60 KB
patch
obsolete
>From e65e5313d5c81b206196859f758654d7b07e2eb9 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 >--- > 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 a25604481f..5729322bd7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -26,10 +26,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 newsdisp = Koha.Preference('NewsAuthorDisplay') %] > [% 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.newdate | html %][% IF( ( newsdisp == 'staff' || newsdisp == 'both' ) && koha_new.borrowernumber ) %] by <span class="newsauthor_title">[% koha_new.author_title | html %] </span>[% koha_new.author_firstname | html %] [% koha_new.author_surname | html %]<br />[% END %] > [% IF ( CAN_user_tools ) %] >@@ -44,7 +44,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.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 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