Bugzilla – Attachment 119842 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.77 KB, created by
Wainui Witika-Park
on 2021-04-19 07:54:45 UTC
(
hide
)
Description:
Bug 27631: acqui folder
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-04-19 07:54:45 UTC
Size:
14.77 KB
patch
obsolete
>From f04fd5f97e23ee3b96e8ddc31bb97e2f1fbcee91 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 >--- > 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 +- > koha-tmpl/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 +++ > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt | 2 +- > koha-tmpl/intranet-tmpl/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 +-- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt | 1 + > koha-tmpl/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 99480f6765..d3f36c6cf6 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 bfe850ebc6..2dfd24157e 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 cfa362278c..a2baba0279 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 a75fdc0485..fccd68a0ae 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 @@ Basket [% basket.basketno | html %] › Duplicate existing orders > <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 20df882ed8..2e6b09206e 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 5a6528a866..26ca9c2015 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 7c4d2c3f1d..89a2848416 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 da26c692dd..3b2638ccda 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 aa9847bb46..b2c7656b82 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 771740d504..9de83d69ff 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 c4c0dec3d1..25090aee6e 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 74b1ac576f..fbac96aa3c 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 7b6e6702fb..11070b06c7 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 4d333b8351..da3c2ec720 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 8d026afdcd..caaaff8a02 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 1393e8c9a0..13a8191c0e 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 7ebb3c3244..557914585f 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 a6f4ae568b..2a2ca2ed27 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 c492d285ce..c87cb1f48e 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 >@@ -54,7 +54,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.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 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