Bugzilla – Attachment 125557 Details for
Bug 27631
Accessibility: Staff interface - `h1` on each page is Logo but should be page description/title
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27631: acqui folder
Bug-27631-acqui-folder.patch (text/plain), 14.63 KB, created by
Owen Leonard
on 2021-09-30 16:20:29 UTC
(
hide
)
Description:
Bug 27631: acqui folder
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-09-30 16:20:29 UTC
Size:
14.63 KB
patch
obsolete
>From 31761e48e3f6eb86607b481b23602d91c698bf2e Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Mon, 5 Apr 2021 21:50:20 +0000 >Subject: [PATCH] Bug 27631: acqui folder > >Changed each of the pages in the acqui folder to have one <h1> tag >showing that describes the page, rather than the <h1> describing the >logo. > >The hierarchy of heading tags may be broken in many pages, but this >will be dealt with in an additional bug. > >To test: >1) Go to the Staff Client >2) Apply patch >3) Go to each of the pages in the acqui folder and check that they have > an obvious and descriptive heading >4) Ensure that the heading in the page is <h1> > >Sponsored-by: Catalyst IT > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt | 2 +- > .../intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt | 3 +-- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edi_ean.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edimsg.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt | 3 +++ > .../intranet-tmpl/prog/en/modules/acqui/invoice-files.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- > .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 4 ++-- > .../prog/en/modules/acqui/neworderempty_duplicate.tt | 2 +- > .../prog/en/modules/acqui/newordersubscription.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt | 3 +-- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt | 3 +-- > .../intranet-tmpl/prog/en/modules/acqui/transferorder.tt | 1 + > .../intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 2 +- > 19 files changed, 22 insertions(+), 18 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index a63dd515e3..86e1148c6b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -184,7 +184,7 @@ > [% END %] > > [% IF ( NO_BOOKSELLER ) %] >- <h2>Vendor not found</h2> >+ <h1>Vendor not found</h1> > [% ELSE %] > [% IF ( delete_confirmed ) %] > <div class="dialog message"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index 0fb92fe568..a2ab7b6c85 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -39,6 +39,7 @@ > <main> > > [% INCLUDE 'acquisitions-toolbar.inc' %] >+<h1>Search for vendor</h1> > [% UNLESS ( count == 1 ) %] > [% UNLESS count %] > <h1>Your search returned no results.</h1> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt >index b8d6a35861..7c70c1200e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt >@@ -32,7 +32,7 @@ > [% UNLESS ( confirmcancel ) %] > <form method="post" action=""> > <div class="dialog alert"> >- <h3>Are you sure you want to cancel this order ([% ordernumber | html %])</h3> >+ <h1>Are you sure you want to cancel this order ([% ordernumber | html %])</h1> > <p> > [% IF (del_biblio) %] > Bibliographic record will be deleted too. >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >index 30fdf74cac..f70b33a1ce 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >@@ -50,10 +50,9 @@ Acquisitions › Koha > <div class="col-sm-10 col-sm-push-2"> > <main> > >+<h1>Duplicate existing orders</h1> > [% INCLUDE 'blocking_errors.inc' %] > >-<h2>Duplicate existing orders</h2> >- > [% IF op == 'search' || op == 'select' %] > <form action="/cgi-bin/koha/acqui/duplicate_orders.pl" method="post"> > <fieldset class="rows"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edi_ean.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edi_ean.tt >index a4a6082b9b..b05d6418a4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edi_ean.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edi_ean.tt >@@ -26,7 +26,7 @@ > <div class="col-sm-10 col-sm-push-2"> > <main> > >- <h2>Select the library account submitting the EDI order</h2> >+ <h1>Select the library account submitting the EDI order</h1> > <br /> > <form action="/cgi-bin/koha/acqui/basket.pl" method="get"> > <p>Select ordering library account: </p> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edimsg.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edimsg.tt >index 24d481ff55..4af2fb2a2e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edimsg.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edimsg.tt >@@ -25,6 +25,7 @@ > <div class="row"> > <div class="col-sm-10 col-sm-push-2"> > <main> >+ <h1>EDIFACT message display</h1> > <div id="edimsg"> > [% IF no_message %] > <div class"dialog message">The requested message cannot be displayed</div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >index 3cde09995a..8f0e98ca82 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >@@ -45,6 +45,9 @@ > <div class="row"> > <div class="col-sm-10 col-sm-push-2"> > <main> >+ >+ <h1>Order search</h1> >+ > [% IF !order_loop && search_done %] > <div class="dialog message"> > Your search returned no results. >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt >index d90c1b01ad..906fa3c016 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt >@@ -37,7 +37,7 @@ > <div class="col-sm-10 col-sm-push-2"> > <main> > >- <h2>Files for invoice: [% invoicenumber | html %]</h2> >+ <h1>Files for invoice: [% invoicenumber | html %]</h1> > <p><strong>Vendor: </strong><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% suppliername | html %]</a></p> > <br /> > [% IF errors %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >index de9df0dcdd..fd40981913 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -40,6 +40,7 @@ > <div class="col-sm-10 col-sm-push-2"> > <main> > >+ <h1>Invoice: [% invoicenumber | html %]</h1> > [% INCLUDE 'blocking_errors.inc' %] > > [% IF ( modified ) %] >@@ -47,7 +48,6 @@ > <p>Invoice has been modified</p> > </div> > [% END %] >- <h1>Invoice: [% invoicenumber | html %]</h1> > > <p>Vendor: <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% suppliername | html %]</a></p> > <form action="/cgi-bin/koha/acqui/invoice.pl" method="post" class="validated"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index 288b2f5f43..08a5581e5d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -53,13 +53,13 @@ > <div class="col-sm-10 col-sm-push-2"> > <main> > >-<h2> >+<h1> > [% IF ( ordernumber ) %] > Modify order line > [% ELSE %] > New order > [% END %] >-</h2> >+</h1> > > <div class="dialog alert order_error" style="display:none"></div> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt >index cd2beae0ce..59677d6036 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt >@@ -33,7 +33,7 @@ > <main> > > <div class="dialog alert"> >-<h4>Duplicate warning</h4> >+<h1>Duplicate warning</h1> > <p>You selected a record from an external source that matches an existing record in your catalog: [% IF ( BiblioDefaultViewmarc ) %]<a target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% biblionumber |url %]"> > [% ELSIF ( BiblioDefaultViewlabeled_marc ) %]<a target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=[% biblionumber |url %]"> > [% ELSIF ( BiblioDefaultViewisbd ) %]<a target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=[% biblionumber |url %]"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >index 055c3cef5e..2986089b95 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >@@ -41,7 +41,7 @@ > <div class="col-sm-10 col-sm-push-2"> > <main> > >- <h2>Serials subscriptions</h2> >+ <h1>Serials subscriptions</h1> > [% IF (done_searched) %] > <label for="show_only_renewed"> > <input type="checkbox" style="vertical-align: middle;" id="show_only_renewed" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >index dce8168d2f..f115cbd76c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >@@ -36,8 +36,7 @@ > <div class="col-sm-10 col-sm-push-2"> > <main> > >-<h1>Fund: [% fund_code | html %]</h1> >-<h2>Ordered</h2> >+<h1>Ordered - Fund: [% fund_code | html %]</h1> > > <table id="spent"> > <thead> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >index 5b4c53f548..3c12029f49 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >@@ -38,13 +38,13 @@ > <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> > [% END %] > <main> >+<h1>Receive shipment from vendor <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a></h1> > > [% IF ( error_failed_to_create_invoice ) %] > <div id="error" class="dialog alert"> > <p>An error has occurred. Invoice cannot be created.</p> > </div> > [% END %] >-<h1>Receive shipment from vendor <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a></h1> > > [% IF duplicate_invoices %] > <div id="parcels_duplicate_invoice" class="dialog alert"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt >index e9742725ad..f79e805910 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt >@@ -4,6 +4,7 @@ > </head> > <body id="acq_showorder" class="acq"> > <div id="main"> >+ <h1>Order details</h1> > [% IF order %] > <fieldset class="rows"> > <ol> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >index e46928ac3c..5eca17fe30 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >@@ -36,8 +36,7 @@ > <div class="col-sm-10 col-sm-push-2"> > <main> > >-<h1>Fund: [% fund_code | html %]</h1> >-<h2>Spent</h2> >+<h1>Spent - Fund: [% fund_code | html %]</h1> > > <table id="spent"> > <thead> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >index c424341b93..97e9c06d2d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >@@ -8,6 +8,7 @@ > > <body id="acq_transferorder" class="acq"> > <div class="container-fluid"> >+ <h1>Transfer order</h1> > [% IF ( bookselleridfrom ) %] > <h3>Search for a vendor to transfer to</h3> > <div class="transferinfo"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >index b40e3c27a0..c6c40ceda5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >@@ -79,7 +79,7 @@ > [% END %] > [% END %] > >- <h2>Orders with uncertain prices</h2> >+ <h1>Orders with uncertain prices</h1> > <form action="[% scriptname | html %]" method="post"> > <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> > <label for="owner">Orders from:</label> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >index 561895d5fa..e9b2f88067 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >@@ -55,7 +55,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > <form method="post" action="z3950_search.pl" name="f" class="checkboxed"> > <div class="row"> > <div class="col-sm-6"> >- <h2>Order from external source</h2> >+ <h1>Order from external source</h1> > <input type="hidden" name="op" id="op" value="do_search" /> > <fieldset class="rows"> > <ol> >-- >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 27631
:
116352
|
119492
|
119493
|
119496
|
119497
|
119498
|
119500
|
119501
|
119502
|
119544
|
119545
|
119546
|
119547
|
119830
|
119831
|
119832
|
119834
|
119835
|
119836
|
119837
|
119838
|
119839
|
119840
|
119841
|
119842
|
119843
|
120158
|
120159
|
120160
|
120161
|
120162
|
120166
|
120190
|
120191
|
121356
|
121469
|
121470
|
121522
|
121559
|
125547
|
125548
|
125549
|
125550
|
125551
|
125552
|
125553
|
125554
|
125555
|
125556
|
125557
|
125558
|
125559
|
125560
|
125561
|
125562
|
125563
|
125564
|
127295
|
127296
|
127297
|
127298
|
127299
|
127300
|
127301
|
127302
|
127303
|
127304
|
127305
|
127306
|
127307
|
127308
|
127309
|
127310
|
127311
|
127312
|
127432
|
127433
|
127449
|
127456
|
131069
|
131070
|
131071
|
131072
|
131073
|
131074
|
131075
|
131076
|
131077
|
131078
|
131079
|
131080
|
131081
|
131082
|
131083
|
131084
|
131085
|
131086
|
131087
|
131192
|
132886
|
132887
|
132888
|
132889
|
132890
|
132891
|
132892
|
132893
|
132894
|
132895
|
132896
|
132897
|
132898
|
132899
|
132900
|
132901
|
132902
|
132903
|
132904
|
132905