Bugzilla – Attachment 121402 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: suggestion folder
Bug-27741-suggestion-folder.patch (text/plain), 3.48 KB, created by
Wainui Witika-Park
on 2021-05-26 02:25:38 UTC
(
hide
)
Description:
Bug 27741: suggestion folder
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-05-26 02:25:38 UTC
Size:
3.48 KB
patch
obsolete
>From a2433ceadad64ad2fb533aab085d0fa5bb7fe1ae Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Wed, 26 May 2021 02:20:47 +0000 >Subject: [PATCH] Bug 27741: suggestion folder > >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 each of the pages and check the headings under <h1> are in the correct order and hierarchy > >Sponsored-by: Catalyst IT >--- > .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index 5234d766a4..5d97276713 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -27,7 +27,7 @@ > [% IF op == 'else' %] > [% FILTER collapse %] > <style> >- h4.local_collapse a { >+ h3.local_collapse a { > font-size: 80%; > text-decoration: none; > } >@@ -1009,11 +1009,11 @@ > </ol> > </fieldset> <!-- /.brief --> > >- <h4>Filter by: <a style="font-size:80%;font-weight:normal;" href="/cgi-bin/koha/suggestion/suggestion.pl">[clear]</a></h4> >+ <h2>Filter by: <a style="font-size:80%;font-weight:normal;" href="/cgi-bin/koha/suggestion/suggestion.pl">[clear]</a></h2> > > <div id="limits"> > <fieldset class="brief"> >- <h4 class="local_collapse"><a href="#">Bibliographic information</a></h4> >+ <h3 class="local_collapse"><a href="#">Bibliographic information</a></h3> > <ol> > <li> > <label for="title"> Title:</label> >@@ -1043,7 +1043,7 @@ > </fieldset> <!-- /.brief --> > > <fieldset class="brief"> >- <h4 class="local_collapse"><a href="#">Suggestion information</a></h4> >+ <h3 class="local_collapse"><a href="#">Suggestion information</a></h3> > <ol> > <li> > <label for="archived" style="display: inline;">Include archived:</label> >@@ -1167,7 +1167,7 @@ > </fieldset> > > <fieldset class="brief"> >- <h4 class="local_collapse"> >+ <h3 class="local_collapse"> > <a href="#">Acquisition information</a> > </h4> > <ol> >@@ -1344,7 +1344,7 @@ > $(this).siblings("input[name='other_reason']").hide(); > e.preventDefault(); > }); >- $("h4.local_collapse a").click(function(){ >+ $("h3.local_collapse a").click(function(){ > $(this).parent().parent().find("ol").toggle(); > return false; > }); >-- >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