Bugzilla – Attachment 127382 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: labels folder
Bug-27741-labels-folder.patch (text/plain), 5.60 KB, created by
Owen Leonard
on 2021-11-05 14:58:31 UTC
(
hide
)
Description:
Bug 27741: labels folder
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-11-05 14:58:31 UTC
Size:
5.60 KB
patch
obsolete
>From d964854eb4fddb94e461e37869c4d1c9783fc6c0 Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Fri, 28 May 2021 04:50:53 +0000 >Subject: [PATCH] Bug 27741: labels 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 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/modules/labels/label-edit-batch.tt | 2 +- > .../intranet-tmpl/prog/en/modules/labels/label-manage.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/labels/label-print.tt | 6 +++--- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt | 2 +- > 4 files changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >index 273bb5ceb2..45e6e04ff7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >@@ -187,7 +187,7 @@ > </form> > [% ELSE %] > <div class="dialog message"> >- <h4>There are no items in this batch yet</h4> >+ <h2>There are no items in this batch yet</h2> > <p>Add items by using the text area above or leave empty to add via item search.</p> > </div> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >index d36915f8e1..cc724487a9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >@@ -117,9 +117,9 @@ > </form> > [% ELSE %] > <div class="dialog message"> >- <h4>There are no >+ <h3>There are no > [% PROCESS translate_label_element element=label_element_title %] >- currently available.</h4> >+ currently available.</h3> > <p>Use the toolbar above to create a new > [% PROCESS translate_label_element element=label_element %].</p></div> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >index d8bda80551..d3b3b79be3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >@@ -11,7 +11,7 @@ > <h1>Label printing/exporting</h1> > [% IF ( batches ) %] > <form> >- <h3>Click on the following links to download the exported batch(es).</h3> >+ <h2>Click on the following links to download the exported batch(es).</h2> > [% IF warn_empty_range %] > <div class="dialog alert"> > <p>Some or all of the barcodes in the range you have selected have no corresponding items.</p> >@@ -56,7 +56,7 @@ > </fieldset> > </form> > [% ELSE %] >- <h3> >+ <h2> > [% IF ( label_ids ) %] > [% IF ( label_count == 1 ) %]Exporting [% label_count | html %] label[% ELSE %]Exporting [% label_count | html %] labels[% END %] > [% ELSIF ( item_numbers ) %] >@@ -64,7 +64,7 @@ > [% ELSE %] > [% IF ( multi_batch_count == 1 ) %][% multi_batch_count | html %] batch to export[% ELSE %][% multi_batch_count | html %] batches to export[% END %] > [% END %] >- </h3> >+ </h2> > <form name="exporting" method="post" action="/cgi-bin/koha/labels/label-print.pl"> > <input type="hidden" name="op" value="export" /> > <input type="hidden" name="referer" value="[% referer | html %]" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt >index 3e31ec279b..5334b09825 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt >@@ -49,7 +49,7 @@ > <input type="hidden" name="ccl_query" value="[% ccl_query | html %]" /> > [% FOREACH result_se IN result_set %] > <div style="border-bottom:1px solid #CCC;padding:1em 0;"> >- <h4>[% result_se.title | html %]</h4> >+ <h2>[% result_se.title | html %]</h2> > <p>[% IF ( result_se.author ) %]by [% result_se.author | html %][% END %] > [[% result_se.itemtype | html %]], [% IF ( result_se.publishercode ) %][% result_se.publishercode | html %] [% END %][% IF ( result_se.place ) %][% result_se.place | html %] [% END %][% IF ( result_se.copyrightdate ) %][% result_se.copyrightdate | html %], [% END %][% IF ( result_se.pages ) %][% result_se.pages | html %][% END %][% IF ( result_se.isbn ) %], <strong>ISBN: </strong>[% result_se.isbn | html %][% END %][% IF ( result_se.notes ) %],<br />[% result_se.notes | html %][% END %]</p> > >-- >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