Bugzilla – Attachment 121644 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: reserve folder
Bug-27741-reserve-folder.patch (text/plain), 3.72 KB, created by
Wainui Witika-Park
on 2021-06-06 05:32:51 UTC
(
hide
)
Description:
Bug 27741: reserve folder
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-06-06 05:32:51 UTC
Size:
3.72 KB
patch
obsolete
>From c08d728fdf6639a55548a4c5e97132b5569a1aee Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Sun, 6 Jun 2021 05:31:09 +0000 >Subject: [PATCH] Bug 27741: reserve 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 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 8fb10a6dbc..17ae37afe4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -103,14 +103,14 @@ > [% UNLESS club OR patron OR patron.borrowernumber OR noitems %] > [% IF ( messageborrower ) %] > <div class="dialog alert"> >- <h3>Patron not found</h3> >+ <h2>Patron not found</h2> > <p>No patron with this name, please, try another</p> > </div> > [% END %] > > [% IF ( messageclub ) %] > <div class="dialog alert"> >- <h3>Club not found</h3> >+ <h2>Club not found</h2> > <p>No club with this name, please, try another</p> > </div> > [% END %] >@@ -338,7 +338,7 @@ > <div class="dialog alert"> > > [% UNLESS ( multi_hold ) %] >- <h3>Cannot place hold</h3> >+ <h2>Cannot place hold</h2> > <ul> > [% IF ( no_reserves_allowed ) %] > <li><strong>No holds allowed: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> cannot place a hold on any of these items.</li> >@@ -359,7 +359,7 @@ > [% END # /IF exceeded_maxreserves %] > </ul> > [% ELSE # UNLESS multi_hold %] >- <h3>Cannot place hold on some items</h3> >+ <h2>Cannot place hold on some items</h2> > [% IF (no_reserves_allowed ) %] > <li><strong>No holds allowed: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> cannot place holds on some of these title's items.</li> > [% ELSIF ( exceeded_maxreserves ) %] >@@ -399,7 +399,7 @@ > > [% IF ( messageborrower ) %] > <div class="dialog alert"> >- <h3>Patron not found:</h3> >+ <h2>Patron not found:</h2> > <p>Name or barcode not found. Please try an other </p> > </div> > [% END %] >@@ -1016,7 +1016,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">Ã</button> >- <h3>Confirm deletion</h3> >+ <h2>Confirm deletion</h2> > </div> > > <div class="modal-body"> >-- >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