Bugzilla – Attachment 122018 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: circ folder
Bug-27741-circ-folder.patch (text/plain), 34.22 KB, created by
Wainui Witika-Park
on 2021-06-16 01:58:53 UTC
(
hide
)
Description:
Bug 27741: circ folder
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-06-16 01:58:53 UTC
Size:
34.22 KB
patch
obsolete
>From c1ab1b2ccc933e0415bc766f189e2cd079d49ca3 Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Wed, 2 Jun 2021 08:00:21 +0000 >Subject: [PATCH] Bug 27741: circ 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 >--- > .../prog/en/modules/circ/bookcount.tt | 2 +- > .../prog/en/modules/circ/branchtransfers.tt | 2 +- > .../prog/en/modules/circ/circulation-home.tt | 12 ++-- > .../prog/en/modules/circ/circulation.tt | 28 +++++----- > .../en/modules/circ/circulation_batch_checkouts.tt | 4 +- > .../intranet-tmpl/prog/en/modules/circ/offline.tt | 2 +- > .../prog/en/modules/circ/on-site_checkouts.tt | 2 +- > .../intranet-tmpl/prog/en/modules/circ/overdue.tt | 2 +- > .../prog/en/modules/circ/pendingreserves.tt | 4 +- > .../prog/en/modules/circ/request-article.tt | 2 +- > .../prog/en/modules/circ/reserveratios.tt | 6 +- > .../intranet-tmpl/prog/en/modules/circ/returns.tt | 64 +++++++++++----------- > .../prog/en/modules/circ/waitingreserves.tt | 4 +- > 13 files changed, 67 insertions(+), 67 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt >index 1a4ed98afe..6219d7330d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt >@@ -46,7 +46,7 @@ > > [% INCLUDE 'blocking_errors.inc' %] > <h2>[% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2> >-<h3>Barcode [% barcode | html %]</h3> >+<p><strong>Barcode [% barcode | html %]</strong></p> > <table> > <tr><th>Home library</th><th>Current library</th><th>Date arrived<br />at current library </th><th>Number of checkouts<br />since last transfer</th></tr> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >index ed7741e4fa..58bd7dd264 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >@@ -38,7 +38,7 @@ > <h1>Branch transfers</h1> > > [% IF ( found ) %] >- <h3>Reserve found</h3> >+ <h2>Reserve found</h2> > <table> > <caption> > [% IF ( reserved ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >index dd74d44afe..1ff3481d06 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >@@ -29,7 +29,7 @@ > <div class="row"> > > <div class="col-sm-5 col-md-4"> >- <h3>Circulation</h3> >+ <h2>Circulation</h2> > > <ul class="buttons-list"> > <li> >@@ -71,7 +71,7 @@ > </div> > > <div class="col-sm-5 col-md-4"> >- <h3>Holds</h3> >+ <h2>Holds</h2> > > <ul class="buttons-list"> > <li> >@@ -94,7 +94,7 @@ > > <div class="col-sm-5 col-md-4"> > [% IF Koha.Preference('ArticleRequests') %] >- <h3>Patron request</h3> >+ <h2>Patron request</h2> > <ul class="buttons-list"> > <li> > <a class="circ-button" href="/cgi-bin/koha/circ/article-requests.pl" title="Article requests"><i class="fa fa-newspaper-o"></i> Article requests</a> >@@ -102,7 +102,7 @@ > </ul> > [% END %] > >- <h3>Transfers</h3> >+ <h2>Transfers</h2> > > <ul class="buttons-list"> > [% IF !Koha.Preference('IndependentBranchesTransfers') || CAN_user_superlibrarian %] >@@ -118,7 +118,7 @@ > </li> > </ul> > >- <h3>Overdues</h3> >+ <h2>Overdues</h2> > > <ul class="buttons-list"> > [% IF ( CAN_user_circulate_overdues_report ) %] >@@ -145,7 +145,7 @@ > </div> > <div class="row" id="offline-circulation"> > <div class="col-md-12"> >- <h4>Offline circulation</h4> >+ <h2>Offline circulation</h2> > <div class="col-sm-5 col-md-3"> > [% IF (AllowOfflineCirculation) %] > <a href="/cgi-bin/koha/circ/offline.pl">Built-in offline circulation interface</a> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 764ccb74a6..51378ec2b4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -102,9 +102,9 @@ > [% IF ( NEEDSCONFIRMATION ) %] > <div id="circ_needsconfirmation" class="dialog alert audio-alert-action focus" tabindex="-1"> > [% IF CAN_user_circulate_force_checkout or ADDITIONAL_MATERIALS %] >- <h3>Please confirm checkout</h3> >+ <h2>Please confirm checkout</h2> > [% ELSE %] >- <h3>Cannot check out</h3> >+ <h2>Cannot check out</h2> > [% END %] > > <ul> >@@ -351,7 +351,7 @@ > [% IF ( IMPOSSIBLE ) %] > <div id="circ_impossible" class="dialog alert audio-alert-warning focus" tabindex="-1"> > [% IF ( UNKNOWN_BARCODE ) %] >- <h3>Barcode not found</h3> >+ <h2>Barcode not found</h2> > [% END %] > > <!-- RESULT OF ISSUING REQUEST --> >@@ -478,7 +478,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> >- <h3 id="itemSearchFallbackLabel"><h3>Barcode not found. The following items were found by searching:</h3> >+ <h2 id="itemSearchFallbackLabel"><h2>Barcode not found. The following items were found by searching:</h2> > </div> > <div class="modal-body"> > <table class="table_borrowers"> >@@ -560,7 +560,7 @@ > > [% IF ( message ) %] > [% INCLUDE 'patron-toolbar.inc' %] >- <h4>No patron matched <span class="ex">[% message | html %]</span></h4> >+ <h2>No patron matched <span class="ex">[% message | html %]</span></h2> > [% END %] > > [% IF ( borrowers ) %] >@@ -741,18 +741,18 @@ > [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %] > <div id="circmessages" class="circmessage attention"> > [% ELSE %] >- <h4>Checking out to [% INCLUDE 'patron-title.inc' %]</h4> >+ <h2>Checking out to [% INCLUDE 'patron-title.inc' %]</h2> > <div id="circmessages" class="circmessage warning"> > [% END %] >- <h3> >+ <h2> > Cannot check out! > [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %] > <span class="circ-hlt">Only on-site checkouts are allowed</span> > [% END %] >- </h3> >+ </h2> > [% ELSE %] > <div id="circmessages" class="circmessage attention"> >- <h3>Attention:</h3> >+ <h2>Attention:</h2> > [% END %] > > <ul> >@@ -882,7 +882,7 @@ > [% END %] > > [% IF ( waiting_here > 0 ) %] >- <h4>Holds waiting here ([% waiting_here | html %])</h4> >+ <h2>Holds waiting here ([% waiting_here | html %])</h2> > <ul> > [% FOREACH w IN WaitingHolds %] > [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode() ) %] >@@ -904,7 +904,7 @@ > [% END %] > > [% IF ( waiting_elsewhere > 0 ) %] >- <h4>Holds waiting at other libraries ([% waiting_elsewhere | html %])</h4> >+ <h2>Holds waiting at other libraries ([% waiting_elsewhere | html %])</h2> > <ul> > [% FOREACH w IN WaitingHolds %] > [% IF ( w.branch.branchcode != Branches.GetLoggedInBranchcode() ) %] >@@ -930,13 +930,13 @@ > > [% IF ( notes ) %] > <div id="circnotes" class="circmessage"> >- <h4>Notes:</h4> >+ <h2>Notes:</h2> > <p><span class="circ-hlt">[% notesmsg | $raw %]</span></p> > </div> > [% END %] > > <div id="messages" class="circmessage"> >- <h4>Messages:</h4> >+ <h2>Messages:</h2> > <ul> > [% FOREACH message IN messages %] > <li> >@@ -1158,7 +1158,7 @@ > <div class="modal-dialog"> > <div class="modal-content"> > <div class="modal-header"> >- <h3 id="barcodeSubmittedModalLabel">Barcode submitted</h3> >+ <h2 id="barcodeSubmittedModalLabel">Barcode submitted</h2> > </div> > <div class="modal-body"> > <p>You have already submitted a barcode, please wait for the checkout to process...</p> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >index 630c9b01bf..25d112a5bf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >@@ -127,10 +127,10 @@ > > [% ELSIF patron %] > [% IF confirmation_needed && CAN_user_circulate_force_checkout %] >- <h3>Batch checkout confirmation [% IF patron %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h3> >+ <h2>Batch checkout confirmation [% IF patron %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h2> > <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> > [% ELSE %] >- <h3>Batch checkout information [% IF patron.borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] |[% batch | html %]|[% END %]</h3> >+ <h2>Batch checkout information [% IF patron.borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] |[% batch | html %]|[% END %]</h2> > [% END %] > <table id="checkout_infos"> > <thead> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >index dc7a8c7206..5c1cea9353 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >@@ -174,7 +174,7 @@ > </div> > > <div id="oldissues"> >- <h5>Previous checkouts</h5> >+ <h2>Previous checkouts</h2> > <table id="oldissuest"> > <thead><tr> > <th scope="col">Due date</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt >index 906b9d46d2..44ec043d5b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt >@@ -75,7 +75,7 @@ > </tbody> > </table> > [% ELSE %] >- <h3>No pending on-site checkout.</h3> >+ <h2>No pending on-site checkout.</h2> > [% END %] > > [% IF Koha.Preference('CircSidebar') %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >index 01a8ae6f18..407a996a86 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >@@ -140,7 +140,7 @@ > > <form method="post" action="/cgi-bin/koha/circ/overdue.pl"> > <fieldset class="brief"> >-<h4>Filter on:</h4> >+<h2>Filter on:</h2> > <fieldset><legend>Date due:</legend> > <ol> > <li class="radio"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >index 042dd02341..ab14d53f34 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >@@ -58,7 +58,7 @@ > [% END %] > > <h1>Holds to pull placed between [% from | $KohaDates %] and [% to | $KohaDates %]</h1> >-<h3>Reported on [% todaysdate | $KohaDates %]</h3> >+<h2>Reported on [% todaysdate | $KohaDates %]</h2> > <p>The following holds have not been filled. Please retrieve them and check them in.</p> > <div id="searchresults"> > [% IF holds_info %] >@@ -265,7 +265,7 @@ > > <form action="/cgi-bin/koha/circ/pendingreserves.pl" method="post" > > <fieldset class="brief"> >-<h4>Refine results</h4> >+<h2>Refine results</h2> > <ol> > <li> > <label for="from"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt >index ddbfea6f65..089bfe62eb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt >@@ -50,7 +50,7 @@ > > [% IF no_patrons_found %] > <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> > [% ELSIF patrons %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt >index 6f049439ca..a788fbbc3e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt >@@ -44,8 +44,8 @@ > <main> > > <h1>Hold ratios to calculate items needed</h1> >- <h3>Calculated on [% todaysdate | $KohaDates %]. From [% from | $KohaDates %] >- to [% to | $KohaDates %]</h3> >+ <h2>Calculated on [% todaysdate | $KohaDates %]. From [% from | $KohaDates %] >+ to [% to | $KohaDates %]</h2> > <p>These items have a hold ratio ≥ [% ratio | html %].</p> > <div class="sql">[% sql | html %]</div> > >@@ -139,7 +139,7 @@ > > <form action="/cgi-bin/koha/circ/reserveratios.pl" method="post" > > <fieldset class="brief"> >-<h4>Refine results:</h4> >+<h2>Refine results:</h2> > <ol> > <li> > <label for="ratio">Hold ratio (greater than or equal to):</label> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index b81a1f29fc..a54321dd94 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -70,9 +70,9 @@ > [% IF hold_auto_filled %] > <div class="dialog message hold-auto-filled"> > [% IF ( reservenotes ) %] >- <h4>Notes: [% reservenotes | html %]</h4> >+ <h2>Notes: [% reservenotes | html %]</h2> > [% END %] >- <h3>Hold filled for:</h3> >+ <h2>Hold filled for:</h2> > <ul> > <li> > [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 %] >@@ -109,9 +109,9 @@ > </ul> > > [% IF ( transfertodo ) %] >- <h4><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h4> >+ <h2><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h2> > [% ELSE %] >- <h4><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h4> >+ <h2><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h2> > [% END %] > > <a href="#" class="btn btn-default print print-slip"> >@@ -122,7 +122,7 @@ > > [% IF ( trigger ) %] > <div id="transfer-trigger" class="dialog message"> >- <h3>Reason for transfer</h3> >+ <h2>Reason for transfer</h2> > <p> > [%- SWITCH trigger -%] > [%- CASE 'Manual' -%]Manual >@@ -160,7 +160,7 @@ > > [% IF ( collectionItemNeedsTransferred ) %] > <div id="rotating-collection" class="dialog message"> >- <h3>Please transfer item to: [% Branches.GetName( collectionBranch ) | html %]</h3> >+ <h2>Please transfer item to: [% Branches.GetName( collectionBranch ) | html %]</h2> > <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber | uri %]">[% item.barcode | html %]: [% title | html %]</a></p> > <p>This item is part of a rotating collection.</p> > <p><button type="button" class="openWin" data-url="transfer-slip.pl?transferitem=[% itemnumber | uri %]&branchcode=[% collectionBranch | uri %]&op=slip"><i class="fa fa-print"></i> Print slip</button></p> >@@ -180,7 +180,7 @@ > <!-- Patron has fines --> > [% IF ( fines ) %] > <div class="dialog alert"> >- <h3>Patron has outstanding fines of [% fines | html %].</h3> >+ <h2>Patron has outstanding fines of [% fines | html %].</h2> > <p><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% fineborrowernumber | uri %]">Make payment</a>.</p> > </div> > [% END %] >@@ -188,7 +188,7 @@ > <!-- Item has return claim(s) --> > [% IF ( ReturnClaims ) %] > <div class="dialog alert return-claim"> >- <h3>This item has been claimed as returned by:</h3> >+ <h2>This item has been claimed as returned by:</h2> > <ul> > [% FOREACH rc IN ReturnClaims %] > <li> >@@ -202,7 +202,7 @@ > <!-- Patron has waiting holds --> > [% IF ( waiting_holds ) %] > <div id="awaiting-pickup" class="dialog message"> >- <h3>[% INCLUDE 'patron-title.inc' patron=issue.patron hide_patron_infos_if_needed=1 invert_name=1 %] has [% waiting_holds | html %] hold(s) waiting for pickup.</h3> >+ <h2>[% INCLUDE 'patron-title.inc' patron=issue.patron hide_patron_infos_if_needed=1 invert_name=1 %] has [% waiting_holds | html %] hold(s) waiting for pickup.</h2> > <p><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% holdsborrowernumber | uri %]">Check out to this patron</a>.</p> > </div> > [% END %] >@@ -210,7 +210,7 @@ > <!-- Patron is restricted and checkin was backdated --> > [% IF return_date_was_overriden && issue.patron.is_debarred %] > <div id="restricted_backdated" class="dialog message"> >- <h3> >+ <h2> > [% INCLUDE 'patron-title.inc' patron=issue.patron hide_patron_infos_if_needed=1 invert_name=1 %] > is restricted. Please verify this patron should still be restricted. > </h3> >@@ -220,7 +220,7 @@ > > [% IF ( errmsgloop ) %] > <div class="dialog alert audio-alert-warning"> >- <h3>Check in message</h3> >+ <h2>Check in message</h2> > [% IF itembiblionumber %] > <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber | uri %]">[% item.barcode | html %]: [% title | html %]</a></p> > [% END %] >@@ -305,7 +305,7 @@ > [% ELSIF LostItemFeeRestored and not Koha.Preference('BlockReturnOfLostItems') %] > <p class="problem ret_restored">A refund for the lost item charge has been applied to the borrowing patron's account and if an overdue fine was forgiven when the item was marked as lost, it has been reverted.</p> > [% ELSIF Koha.Preference('BlockReturnOfLostItems') %] >- <h5>Cannot check in</h5> >+ <h3>Cannot check in</h3> > <p><strong>NOT CHECKED IN</strong></p> > [% ELSE %] > <p class="problem ret_feeremains">Any lost item fees for this item will remain on the patron's account.</p> >@@ -313,7 +313,7 @@ > [% END %] > [% IF ( errmsgloo.withdrawn ) %] > [% IF Koha.Preference('BlockReturnOfWithdrawnItems') %] >- <h5>Cannot check in</h5> >+ <h3>Cannot check in</h3> > <p><strong>NOT CHECKED IN</strong></p> > [% END %] > <p class="problem ret_withdrawn"> >@@ -354,7 +354,7 @@ > <div class="modal-dialog"> > <div class="modal-content"> > <div class="modal-header"> >- <h3>Please confirm checkin</h3> >+ <h2>Please confirm checkin</h2> > </div> > <div class="modal-body"> > <ul> >@@ -387,9 +387,9 @@ > <div class="modal-content"> > <form method="post" action="returns.pl" name="mainform" id="mainform"> > <div class="modal-header"> >- <h3> >+ <h2> > Cannot check in >- </h3> >+ </h2> > </div> > <div class="modal-body"> > <p> >@@ -441,9 +441,9 @@ > [% END %] > > <div class="modal-header"> >- <h3> >+ <h2> > Wrong transfer detected, please return item to: [% Branches.GetName( TransferWaitingAt ) | html %] >- </h3> >+ </h2> > </div> > > <div class="modal-body"> >@@ -476,22 +476,22 @@ > <div class="modal-content"> > <form method="post" action="returns.pl" class="confirm"> > <div class="modal-header"> >- <h3> >+ <h2> > Hold found (item is already waiting): > <br/> > <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a> > <div class="hold-found-barcode"> > <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&itemnumber=[% itemnumber | uri %]">[% item.barcode | html %]</a> > </div> >- </h3> >+ </h2> > </div> > > <div class="modal-body"> > [% IF ( reservenotes ) %] >- <h4>Notes: [% reservenotes | html %]</h4> >+ <h3>Notes: [% reservenotes | html %]</h3> > [% END %] > >- <h4>Hold for:</h4> >+ <h3>Hold for:</h3> > <ul> > <li> > [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %] >@@ -516,9 +516,9 @@ > </ul> > > [% IF ( transfertodo ) %] >- <h4><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h4> >+ <h3><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h3> > [% ELSE %] >- <h4><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h4> >+ <h3><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h3> > [% END %] > > [% FOREACH inputloo IN inputloop %] >@@ -577,9 +577,9 @@ > <input type="hidden" name="print_slip" value="0" /> > > <div class="modal-header"> >- <h3> >+ <h2> > Please return this item to [% IF transfer %][% Branches.GetName( transfer ) | html %][% ELSE %][% Branches.GetName( returnbranch ) | html %][% END %] >- </h3> >+ </h2> > </div> > <div class="modal-body"> > <p> >@@ -635,23 +635,23 @@ > <input type="hidden" name="print_slip" value="0" /> > > <div class="modal-header"> >- <h3> >+ <h2> > Hold found: > <br/> > <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a> > <div class="hold-found-barcode"> > (<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&itemnumber=[% itemnumber | uri %]">[% item.barcode | html %]</a>) > </div> >- </h3> >+ </h2> > </div> > > <div class="modal-body"> > [% IF ( reservenotes ) %] >- <h4>Notes:</h4> >+ <h3>Notes:</h3> > <p>[% reservenotes | html %]</p> > <hr /> > [% END %] >- <h5>Hold for:</h5> >+ <h3>Hold for:</h3> > <ul> > <li> > [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %] >@@ -687,9 +687,9 @@ > [% END %] > </ul> > [% IF ( transfertodo ) %] >- <h4><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h4> >+ <h3><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h3> > [% ELSE %] >- <h4><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h4> >+ <h3><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h3> > [% END %] > > [% FOREACH inputloo IN inputloop %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >index 7cd685e417..8d48208dc5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >@@ -41,12 +41,12 @@ > [% END %] > > <h1>Holds awaiting pickup for your library on: [% show_date | $KohaDates %]</h1> >- <h2> > [% IF ( all_branches_link ) %] >+ <h2> > <span><a href="[% all_branches_link | url %]"> > View all libraries</a></span> >+ </h2> > [% END %] >- </h2> > [% IF ( cancel_result ) %] > [% FOREACH cancel_result %] > [% IF ( messagetransfert ) %] >-- >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