View | Details | Raw Unified | Return to bug 27741
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt (-1 / +1 lines)
Lines 46-52 Link Here
46
46
47
[% INCLUDE 'blocking_errors.inc' %]
47
[% INCLUDE 'blocking_errors.inc' %]
48
<h2>[% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2>
48
<h2>[% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2>
49
<h3>Barcode [% barcode | html %]</h3>
49
<p><strong>Barcode [% barcode | html %]</strong></p>
50
<table>
50
<table>
51
        <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>
51
        <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>
52
52
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-1 / +1 lines)
Lines 38-44 Link Here
38
            <h1>Branch transfers</h1>
38
            <h1>Branch transfers</h1>
39
39
40
[% IF ( found ) %]
40
[% IF ( found ) %]
41
    <h3>Reserve found</h3>
41
    <h2>Reserve found</h2>
42
    <table>
42
    <table>
43
        <caption>
43
        <caption>
44
            [% IF ( reserved ) %]
44
            [% IF ( reserved ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt (-6 / +6 lines)
Lines 29-35 Link Here
29
        <div class="row">
29
        <div class="row">
30
30
31
            <div class="col-sm-5 col-md-4">
31
            <div class="col-sm-5 col-md-4">
32
                <h3>Circulation</h3>
32
                <h2>Circulation</h2>
33
33
34
                <ul class="buttons-list">
34
                <ul class="buttons-list">
35
                    <li>
35
                    <li>
Lines 71-77 Link Here
71
            </div>
71
            </div>
72
72
73
            <div class="col-sm-5 col-md-4">
73
            <div class="col-sm-5 col-md-4">
74
                <h3>Holds</h3>
74
                <h2>Holds</h2>
75
75
76
                <ul class="buttons-list">
76
                <ul class="buttons-list">
77
                    <li>
77
                    <li>
Lines 94-100 Link Here
94
94
95
            <div class="col-sm-5 col-md-4">
95
            <div class="col-sm-5 col-md-4">
96
                [% IF Koha.Preference('ArticleRequests') %]
96
                [% IF Koha.Preference('ArticleRequests') %]
97
                    <h3>Patron request</h3>
97
                    <h2>Patron request</h2>
98
                    <ul class="buttons-list">
98
                    <ul class="buttons-list">
99
                        <li>
99
                        <li>
100
                            <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>
100
                            <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>
Lines 102-108 Link Here
102
                    </ul>
102
                    </ul>
103
                [% END %]
103
                [% END %]
104
104
105
                <h3>Transfers</h3>
105
                <h2>Transfers</h2>
106
106
107
                <ul class="buttons-list">
107
                <ul class="buttons-list">
108
                    [% IF !Koha.Preference('IndependentBranchesTransfers') || CAN_user_superlibrarian %]
108
                    [% IF !Koha.Preference('IndependentBranchesTransfers') || CAN_user_superlibrarian %]
Lines 118-124 Link Here
118
                    </li>
118
                    </li>
119
                </ul>
119
                </ul>
120
120
121
                <h3>Overdues</h3>
121
                <h2>Overdues</h2>
122
122
123
                <ul class="buttons-list">
123
                <ul class="buttons-list">
124
                     [% IF ( CAN_user_circulate_overdues_report ) %]
124
                     [% IF ( CAN_user_circulate_overdues_report ) %]
Lines 145-151 Link Here
145
        </div>
145
        </div>
146
        <div class="row" id="offline-circulation">
146
        <div class="row" id="offline-circulation">
147
            <div class="col-md-12">
147
            <div class="col-md-12">
148
                <h4>Offline circulation</h4>
148
                <h2>Offline circulation</h2>
149
                    <div class="col-sm-5 col-md-3">
149
                    <div class="col-sm-5 col-md-3">
150
                    [% IF (AllowOfflineCirculation) %]
150
                    [% IF (AllowOfflineCirculation) %]
151
                        <a href="/cgi-bin/koha/circ/offline.pl">Built-in offline circulation interface</a>
151
                        <a href="/cgi-bin/koha/circ/offline.pl">Built-in offline circulation interface</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-14 / +14 lines)
Lines 102-110 Link Here
102
                    [% IF ( NEEDSCONFIRMATION ) %]
102
                    [% IF ( NEEDSCONFIRMATION ) %]
103
                        <div id="circ_needsconfirmation" class="dialog alert audio-alert-action focus" tabindex="-1">
103
                        <div id="circ_needsconfirmation" class="dialog alert audio-alert-action focus" tabindex="-1">
104
                            [% IF CAN_user_circulate_force_checkout or ADDITIONAL_MATERIALS %]
104
                            [% IF CAN_user_circulate_force_checkout or ADDITIONAL_MATERIALS %]
105
                                <h3>Please confirm checkout</h3>
105
                                <h2>Please confirm checkout</h2>
106
                            [% ELSE %]
106
                            [% ELSE %]
107
                              <h3>Cannot check out</h3>
107
                              <h2>Cannot check out</h2>
108
                            [% END %]
108
                            [% END %]
109
109
110
                            <ul>
110
                            <ul>
Lines 351-357 Link Here
351
                    [% IF ( IMPOSSIBLE ) %]
351
                    [% IF ( IMPOSSIBLE ) %]
352
                        <div id="circ_impossible" class="dialog alert audio-alert-warning focus" tabindex="-1">
352
                        <div id="circ_impossible" class="dialog alert audio-alert-warning focus" tabindex="-1">
353
                            [% IF ( UNKNOWN_BARCODE ) %]
353
                            [% IF ( UNKNOWN_BARCODE ) %]
354
                                <h3>Barcode not found</h3>
354
                                <h2>Barcode not found</h2>
355
                            [% END %]
355
                            [% END %]
356
356
357
                            <!-- RESULT OF ISSUING REQUEST -->
357
                            <!-- RESULT OF ISSUING REQUEST -->
Lines 478-484 Link Here
478
                                        <div class="modal-content">
478
                                        <div class="modal-content">
479
                                            <div class="modal-header">
479
                                            <div class="modal-header">
480
                                                <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
480
                                                <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
481
                                                <h3 id="itemSearchFallbackLabel"><h3>Barcode not found. The following items were found by searching:</h3>
481
                                                <h2 id="itemSearchFallbackLabel"><h2>Barcode not found. The following items were found by searching:</h2>
482
                                            </div>
482
                                            </div>
483
                                            <div class="modal-body">
483
                                            <div class="modal-body">
484
                                                <table class="table_borrowers">
484
                                                <table class="table_borrowers">
Lines 560-566 Link Here
560
560
561
                    [% IF ( message ) %]
561
                    [% IF ( message ) %]
562
                        [% INCLUDE 'patron-toolbar.inc' %]
562
                        [% INCLUDE 'patron-toolbar.inc' %]
563
                        <h4>No patron matched <span class="ex">[% message | html %]</span></h4>
563
                        <h2>No patron matched <span class="ex">[% message | html %]</span></h2>
564
                    [% END %]
564
                    [% END %]
565
565
566
                    [% IF ( borrowers ) %]
566
                    [% IF ( borrowers ) %]
Lines 741-758 Link Here
741
                                    [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
741
                                    [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
742
                                        <div id="circmessages" class="circmessage attention">
742
                                        <div id="circmessages" class="circmessage attention">
743
                                    [% ELSE %]
743
                                    [% ELSE %]
744
                                        <h4>Checking out to [% INCLUDE 'patron-title.inc' %]</h4>
744
                                        <h2>Checking out to [% INCLUDE 'patron-title.inc' %]</h2>
745
                                        <div id="circmessages" class="circmessage warning">
745
                                        <div id="circmessages" class="circmessage warning">
746
                                    [% END %]
746
                                    [% END %]
747
                                    <h3>
747
                                    <h2>
748
                                        Cannot check out!
748
                                        Cannot check out!
749
                                        [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
749
                                        [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
750
                                            <span class="circ-hlt">Only on-site checkouts are allowed</span>
750
                                            <span class="circ-hlt">Only on-site checkouts are allowed</span>
751
                                        [% END %]
751
                                        [% END %]
752
                                    </h3>
752
                                    </h2>
753
                                [% ELSE %]
753
                                [% ELSE %]
754
                                    <div id="circmessages" class="circmessage attention">
754
                                    <div id="circmessages" class="circmessage attention">
755
                                        <h3>Attention:</h3>
755
                                        <h2>Attention:</h2>
756
                                [% END %]
756
                                [% END %]
757
757
758
                                <ul>
758
                                <ul>
Lines 882-888 Link Here
882
                                        [% END %]
882
                                        [% END %]
883
883
884
                                        [% IF ( waiting_here > 0 ) %]
884
                                        [% IF ( waiting_here > 0 ) %]
885
                                            <h4>Holds waiting here ([% waiting_here | html %])</h4>
885
                                            <h2>Holds waiting here ([% waiting_here | html %])</h2>
886
                                            <ul>
886
                                            <ul>
887
                                                [% FOREACH w IN WaitingHolds %]
887
                                                [% FOREACH w IN WaitingHolds %]
888
                                                    [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode()  ) %]
888
                                                    [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode()  ) %]
Lines 904-910 Link Here
904
                                        [% END %]
904
                                        [% END %]
905
905
906
                                        [% IF ( waiting_elsewhere > 0 ) %]
906
                                        [% IF ( waiting_elsewhere > 0 ) %]
907
                                            <h4>Holds waiting at other libraries ([% waiting_elsewhere | html %])</h4>
907
                                            <h2>Holds waiting at other libraries ([% waiting_elsewhere | html %])</h2>
908
                                            <ul>
908
                                            <ul>
909
                                                [% FOREACH w IN WaitingHolds %]
909
                                                [% FOREACH w IN WaitingHolds %]
910
                                                    [% IF ( w.branch.branchcode != Branches.GetLoggedInBranchcode()  ) %]
910
                                                    [% IF ( w.branch.branchcode != Branches.GetLoggedInBranchcode()  ) %]
Lines 930-942 Link Here
930
930
931
                                [% IF ( notes ) %]
931
                                [% IF ( notes ) %]
932
                                    <div id="circnotes" class="circmessage">
932
                                    <div id="circnotes" class="circmessage">
933
                                       <h4>Notes:</h4>
933
                                       <h2>Notes:</h2>
934
                                        <p><span class="circ-hlt">[% notesmsg | $raw %]</span></p>
934
                                        <p><span class="circ-hlt">[% notesmsg | $raw %]</span></p>
935
                                    </div>
935
                                    </div>
936
                                [% END %]
936
                                [% END %]
937
937
938
                                <div id="messages" class="circmessage">
938
                                <div id="messages" class="circmessage">
939
                                    <h4>Messages:</h4>
939
                                    <h2>Messages:</h2>
940
                                    <ul>
940
                                    <ul>
941
                                        [% FOREACH message IN messages %]
941
                                        [% FOREACH message IN messages %]
942
                                            <li>
942
                                            <li>
Lines 1158-1164 Link Here
1158
    <div class="modal-dialog">
1158
    <div class="modal-dialog">
1159
        <div class="modal-content">
1159
        <div class="modal-content">
1160
            <div class="modal-header">
1160
            <div class="modal-header">
1161
                <h3 id="barcodeSubmittedModalLabel">Barcode submitted</h3>
1161
                <h2 id="barcodeSubmittedModalLabel">Barcode submitted</h2>
1162
            </div>
1162
            </div>
1163
            <div class="modal-body">
1163
            <div class="modal-body">
1164
                <p>You have already submitted a barcode, please wait for the checkout to process...</p>
1164
                <p>You have already submitted a barcode, please wait for the checkout to process...</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-2 / +2 lines)
Lines 127-136 Link Here
127
127
128
[% ELSIF patron %]
128
[% ELSIF patron %]
129
  [% IF confirmation_needed && CAN_user_circulate_force_checkout %]
129
  [% IF confirmation_needed && CAN_user_circulate_force_checkout %]
130
    <h3>Batch checkout confirmation [% IF patron %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h3>
130
    <h2>Batch checkout confirmation [% IF patron %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h2>
131
    <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off">
131
    <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off">
132
  [% ELSE %]
132
  [% ELSE %]
133
    <h3>Batch checkout information [% IF patron.borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] |[% batch | html %]|[% END %]</h3>
133
    <h2>Batch checkout information [% IF patron.borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] |[% batch | html %]|[% END %]</h2>
134
  [% END %]
134
  [% END %]
135
    <table id="checkout_infos">
135
    <table id="checkout_infos">
136
      <thead>
136
      <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt (-1 / +1 lines)
Lines 174-180 Link Here
174
                        </div>
174
                        </div>
175
175
176
                        <div id="oldissues">
176
                        <div id="oldissues">
177
                            <h5>Previous checkouts</h5>
177
                            <h2>Previous checkouts</h2>
178
                            <table id="oldissuest">
178
                            <table id="oldissuest">
179
                                <thead><tr>
179
                                <thead><tr>
180
                                    <th scope="col">Due date</th>
180
                                    <th scope="col">Due date</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt (-1 / +1 lines)
Lines 75-81 Link Here
75
            </tbody>
75
            </tbody>
76
          </table>
76
          </table>
77
        [% ELSE %]
77
        [% ELSE %]
78
          <h3>No pending on-site checkout.</h3>
78
          <h2>No pending on-site checkout.</h2>
79
        [% END %]
79
        [% END %]
80
80
81
                    [% IF Koha.Preference('CircSidebar') %]
81
                    [% IF Koha.Preference('CircSidebar') %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-1 / +1 lines)
Lines 140-146 Link Here
140
140
141
<form method="post" action="/cgi-bin/koha/circ/overdue.pl">
141
<form method="post" action="/cgi-bin/koha/circ/overdue.pl">
142
  <fieldset class="brief">
142
  <fieldset class="brief">
143
<h4>Filter on:</h4>
143
<h2>Filter on:</h2>
144
    <fieldset><legend>Date due:</legend>
144
    <fieldset><legend>Date due:</legend>
145
        <ol>
145
        <ol>
146
            <li class="radio">
146
            <li class="radio">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-2 / +2 lines)
Lines 58-64 Link Here
58
        [% END %]
58
        [% END %]
59
59
60
<h1>Holds to pull placed between [% from | $KohaDates %] and [% to | $KohaDates %]</h1>
60
<h1>Holds to pull placed between [% from | $KohaDates %] and [% to | $KohaDates %]</h1>
61
<h3>Reported on [% todaysdate | $KohaDates %]</h3>
61
<h2>Reported on [% todaysdate | $KohaDates %]</h2>
62
<p>The following holds have not been filled. Please retrieve them and check them in.</p>
62
<p>The following holds have not been filled. Please retrieve them and check them in.</p>
63
<div id="searchresults">
63
<div id="searchresults">
64
    [% IF holds_info %]
64
    [% IF holds_info %]
Lines 265-271 Link Here
265
265
266
<form action="/cgi-bin/koha/circ/pendingreserves.pl" method="post" >
266
<form action="/cgi-bin/koha/circ/pendingreserves.pl" method="post" >
267
<fieldset class="brief">
267
<fieldset class="brief">
268
<h4>Refine results</h4>
268
<h2>Refine results</h2>
269
<ol>
269
<ol>
270
<li>
270
<li>
271
<label for="from">
271
<label for="from">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt (-1 / +1 lines)
Lines 50-56 Link Here
50
50
51
                    [% IF no_patrons_found %]
51
                    [% IF no_patrons_found %]
52
                        <div class="dialog alert">
52
                        <div class="dialog alert">
53
                            <h3>Patron not found</h3>
53
                            <h2>Patron not found</h2>
54
                            <p>No patron with this name, please, try another</p>
54
                            <p>No patron with this name, please, try another</p>
55
                        </div>
55
                        </div>
56
                    [% ELSIF patrons %]
56
                    [% ELSIF patrons %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-3 / +3 lines)
Lines 44-51 Link Here
44
            <main>
44
            <main>
45
45
46
<h1>Hold ratios to calculate items needed</h1>
46
<h1>Hold ratios to calculate items needed</h1>
47
   <h3>Calculated on [% todaysdate | $KohaDates %]. From [% from | $KohaDates %]
47
   <h2>Calculated on [% todaysdate | $KohaDates %]. From [% from | $KohaDates %]
48
    to [% to | $KohaDates %]</h3>
48
    to [% to | $KohaDates %]</h2>
49
<p>These items have a hold ratio &ge; [% ratio | html %].</p>
49
<p>These items have a hold ratio &ge; [% ratio | html %].</p>
50
<div class="sql">[% sql | html %]</div>
50
<div class="sql">[% sql | html %]</div>
51
51
Lines 139-145 Link Here
139
139
140
<form action="/cgi-bin/koha/circ/reserveratios.pl" method="post" >
140
<form action="/cgi-bin/koha/circ/reserveratios.pl" method="post" >
141
<fieldset class="brief">
141
<fieldset class="brief">
142
<h4>Refine results:</h4>
142
<h2>Refine results:</h2>
143
<ol>
143
<ol>
144
    <li>
144
    <li>
145
        <label for="ratio">Hold ratio (greater than or equal to):</label>
145
        <label for="ratio">Hold ratio (greater than or equal to):</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-32 / +32 lines)
Lines 70-78 Link Here
70
                            [% IF hold_auto_filled %]
70
                            [% IF hold_auto_filled %]
71
                                <div class="dialog message hold-auto-filled">
71
                                <div class="dialog message hold-auto-filled">
72
                                    [% IF ( reservenotes ) %]
72
                                    [% IF ( reservenotes ) %]
73
                                        <h4>Notes: [% reservenotes | html %]</h4>
73
                                        <h2>Notes: [% reservenotes | html %]</h2>
74
                                    [% END %]
74
                                    [% END %]
75
                                    <h3>Hold filled for:</h3>
75
                                    <h2>Hold filled for:</h2>
76
                                    <ul>
76
                                    <ul>
77
                                        <li>
77
                                        <li>
78
                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 %]
78
                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 %]
Lines 109-117 Link Here
109
                                    </ul>
109
                                    </ul>
110
110
111
                                    [% IF ( transfertodo ) %]
111
                                    [% IF ( transfertodo ) %]
112
                                        <h4><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h4>
112
                                        <h2><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h2>
113
                                    [% ELSE %]
113
                                    [% ELSE %]
114
                                        <h4><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h4>
114
                                        <h2><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h2>
115
                                    [% END %]
115
                                    [% END %]
116
116
117
                                    <a href="#" class="btn btn-default print print-slip">
117
                                    <a href="#" class="btn btn-default print print-slip">
Lines 122-128 Link Here
122
122
123
                            [% IF ( trigger ) %]
123
                            [% IF ( trigger ) %]
124
                                 <div id="transfer-trigger" class="dialog message">
124
                                 <div id="transfer-trigger" class="dialog message">
125
                                     <h3>Reason for transfer</h3>
125
                                     <h2>Reason for transfer</h2>
126
                                     <p>
126
                                     <p>
127
                                         [%- SWITCH trigger -%]
127
                                         [%- SWITCH trigger -%]
128
                                             [%- CASE 'Manual' -%]Manual
128
                                             [%- CASE 'Manual' -%]Manual
Lines 161-167 Link Here
161
161
162
                            [% IF ( collectionItemNeedsTransferred ) %]
162
                            [% IF ( collectionItemNeedsTransferred ) %]
163
                                 <div id="rotating-collection" class="dialog message">
163
                                 <div id="rotating-collection" class="dialog message">
164
                                    <h3>Please transfer item to: [% Branches.GetName( collectionBranch ) | html %]</h3>
164
                                    <h2>Please transfer item to: [% Branches.GetName( collectionBranch ) | html %]</h2>
165
                                    <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% item.barcode | html %]: [% title | html %]</a></p>
165
                                    <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% item.barcode | html %]: [% title | html %]</a></p>
166
                                    <p>This item is part of a rotating collection.</p>
166
                                    <p>This item is part of a rotating collection.</p>
167
                                    <p><button type="button" class="openWin" data-url="transfer-slip.pl?transferitem=[% itemnumber | uri %]&amp;branchcode=[% collectionBranch | uri %]&amp;op=slip"><i class="fa fa-print"></i> Print slip</button></p>
167
                                    <p><button type="button" class="openWin" data-url="transfer-slip.pl?transferitem=[% itemnumber | uri %]&amp;branchcode=[% collectionBranch | uri %]&amp;op=slip"><i class="fa fa-print"></i> Print slip</button></p>
Lines 181-187 Link Here
181
                            <!-- Patron has fines -->
181
                            <!-- Patron has fines -->
182
                            [% IF ( fines ) %]
182
                            [% IF ( fines ) %]
183
                                <div class="dialog alert">
183
                                <div class="dialog alert">
184
                                    <h3>Patron has outstanding fines of [% fines | html %].</h3>
184
                                    <h2>Patron has outstanding fines of [% fines | html %].</h2>
185
                                    <p><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% fineborrowernumber | uri %]">Make payment</a>.</p>
185
                                    <p><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% fineborrowernumber | uri %]">Make payment</a>.</p>
186
                                </div>
186
                                </div>
187
                            [% END %]
187
                            [% END %]
Lines 189-195 Link Here
189
                            <!-- Item has return claim(s) -->
189
                            <!-- Item has return claim(s) -->
190
                            [% IF ( ReturnClaims ) %]
190
                            [% IF ( ReturnClaims ) %]
191
                                <div class="dialog alert return-claim">
191
                                <div class="dialog alert return-claim">
192
                                    <h3>This item has been claimed as returned by:</h3>
192
                                    <h2>This item has been claimed as returned by:</h2>
193
                                    <ul>
193
                                    <ul>
194
                                        [% FOREACH rc IN ReturnClaims %]
194
                                        [% FOREACH rc IN ReturnClaims %]
195
                                            <li>
195
                                            <li>
Lines 203-209 Link Here
203
                            <!-- Patron has waiting holds -->
203
                            <!-- Patron has waiting holds -->
204
                            [% IF ( waiting_holds ) %]
204
                            [% IF ( waiting_holds ) %]
205
                                <div id="awaiting-pickup" class="dialog message">
205
                                <div id="awaiting-pickup" class="dialog message">
206
                                    <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>
206
                                    <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>
207
                                    <p><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% holdsborrowernumber | uri %]">Check out to this patron</a>.</p>
207
                                    <p><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% holdsborrowernumber | uri %]">Check out to this patron</a>.</p>
208
                                </div>
208
                                </div>
209
                            [% END %]
209
                            [% END %]
Lines 211-217 Link Here
211
                            <!-- Patron is restricted and checkin was backdated -->
211
                            <!-- Patron is restricted and checkin was backdated -->
212
                            [% IF return_date_was_overriden && issue.patron.is_debarred %]
212
                            [% IF return_date_was_overriden && issue.patron.is_debarred %]
213
                                <div id="restricted_backdated" class="dialog message">
213
                                <div id="restricted_backdated" class="dialog message">
214
                                    <h3>
214
                                    <h2>
215
                                        [% INCLUDE 'patron-title.inc' patron=issue.patron hide_patron_infos_if_needed=1 invert_name=1 %]
215
                                        [% INCLUDE 'patron-title.inc' patron=issue.patron hide_patron_infos_if_needed=1 invert_name=1 %]
216
                                        is restricted. Please verify this patron should still be restricted.
216
                                        is restricted. Please verify this patron should still be restricted.
217
                                    </h3>
217
                                    </h3>
Lines 221-227 Link Here
221
221
222
                            [% IF ( errmsgloop ) %]
222
                            [% IF ( errmsgloop ) %]
223
                                <div class="dialog alert audio-alert-warning">
223
                                <div class="dialog alert audio-alert-warning">
224
                                    <h3>Check in message</h3>
224
                                    <h2>Check in message</h2>
225
                                    [% IF itembiblionumber %]
225
                                    [% IF itembiblionumber %]
226
                                        <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% item.barcode | html %]: [% title | html %]</a></p>
226
                                        <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% item.barcode | html %]: [% title | html %]</a></p>
227
                                    [% END %]
227
                                    [% END %]
Lines 306-312 Link Here
306
                                            [% ELSIF LostItemFeeRestored and not Koha.Preference('BlockReturnOfLostItems') %]
306
                                            [% ELSIF LostItemFeeRestored and not Koha.Preference('BlockReturnOfLostItems') %]
307
                                                <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>
307
                                                <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>
308
                                            [% ELSIF Koha.Preference('BlockReturnOfLostItems') %]
308
                                            [% ELSIF Koha.Preference('BlockReturnOfLostItems') %]
309
                                               <h5>Cannot check in</h5>
309
                                               <h3>Cannot check in</h3>
310
                                               <p><strong>NOT CHECKED IN</strong></p>
310
                                               <p><strong>NOT CHECKED IN</strong></p>
311
                                            [% ELSE %]
311
                                            [% ELSE %]
312
                                                <p class="problem ret_feeremains">Any lost item fees for this item will remain on the patron's account.</p>
312
                                                <p class="problem ret_feeremains">Any lost item fees for this item will remain on the patron's account.</p>
Lines 314-320 Link Here
314
                                        [% END %]
314
                                        [% END %]
315
                                        [% IF ( errmsgloo.withdrawn ) %]
315
                                        [% IF ( errmsgloo.withdrawn ) %]
316
                                            [% IF Koha.Preference('BlockReturnOfWithdrawnItems') %]
316
                                            [% IF Koha.Preference('BlockReturnOfWithdrawnItems') %]
317
                                               <h5>Cannot check in</h5>
317
                                               <h3>Cannot check in</h3>
318
                                               <p><strong>NOT CHECKED IN</strong></p>
318
                                               <p><strong>NOT CHECKED IN</strong></p>
319
                                            [% END %]
319
                                            [% END %]
320
                                           <p class="problem ret_withdrawn">
320
                                           <p class="problem ret_withdrawn">
Lines 355-361 Link Here
355
                                <div class="modal-dialog">
355
                                <div class="modal-dialog">
356
                                    <div class="modal-content">
356
                                    <div class="modal-content">
357
                                        <div class="modal-header">
357
                                        <div class="modal-header">
358
                                            <h3>Please confirm checkin</h3>
358
                                            <h2>Please confirm checkin</h2>
359
                                        </div>
359
                                        </div>
360
                                        <div class="modal-body">
360
                                        <div class="modal-body">
361
                                            <ul>
361
                                            <ul>
Lines 388-396 Link Here
388
                                    <div class="modal-content">
388
                                    <div class="modal-content">
389
                                        <form method="post" action="returns.pl" name="mainform" id="mainform">
389
                                        <form method="post" action="returns.pl" name="mainform" id="mainform">
390
                                            <div class="modal-header">
390
                                            <div class="modal-header">
391
                                                <h3>
391
                                                <h2>
392
                                                    Cannot check in
392
                                                    Cannot check in
393
                                                </h3>
393
                                                </h2>
394
                                            </div>
394
                                            </div>
395
                                            <div class="modal-body">
395
                                            <div class="modal-body">
396
                                                <p>
396
                                                <p>
Lines 431-439 Link Here
431
                                    <div class="modal-dialog">
431
                                    <div class="modal-dialog">
432
                                        <div class="modal-content">
432
                                        <div class="modal-content">
433
                                            <div class="modal-header">
433
                                            <div class="modal-header">
434
                                                <h3>
434
                                                <h2>
435
                                                    Please return item to: [% Branches.GetName( TransferWaitingAt ) | html %]
435
                                                    Please return item to: [% Branches.GetName( TransferWaitingAt ) | html %]
436
                                                </h3>
436
                                                </h2>
437
                                            </div>
437
                                            </div>
438
                                            <div class="modal-body">
438
                                            <div class="modal-body">
439
                                                <p>
439
                                                <p>
Lines 475-496 Link Here
475
                                        <div class="modal-content">
475
                                        <div class="modal-content">
476
                                            <form method="post" action="returns.pl" class="confirm">
476
                                            <form method="post" action="returns.pl" class="confirm">
477
                                                <div class="modal-header">
477
                                                <div class="modal-header">
478
                                                    <h3>
478
                                                    <h2>
479
                                                        Hold found (item is already waiting):
479
                                                        Hold found (item is already waiting):
480
                                                        <br/>
480
                                                        <br/>
481
                                                        <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a>
481
                                                        <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a>
482
                                                        <div class="hold-found-barcode">
482
                                                        <div class="hold-found-barcode">
483
                                                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&amp;itemnumber=[% itemnumber | uri %]">[% item.barcode | html %]</a>
483
                                                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&amp;itemnumber=[% itemnumber | uri %]">[% item.barcode | html %]</a>
484
                                                        </div>
484
                                                        </div>
485
                                                    </h3>
485
                                                    </h2>
486
                                                </div>
486
                                                </div>
487
487
488
                                                <div class="modal-body">
488
                                                <div class="modal-body">
489
                                                    [% IF ( reservenotes ) %]
489
                                                    [% IF ( reservenotes ) %]
490
                                                        <h4>Notes: [% reservenotes | html %]</h4>
490
                                                        <h3>Notes: [% reservenotes | html %]</h3>
491
                                                    [% END %]
491
                                                    [% END %]
492
492
493
                                                    <h4>Hold for:</h4>
493
                                                    <h3>Hold for:</h3>
494
                                                    <ul>
494
                                                    <ul>
495
                                                        <li>
495
                                                        <li>
496
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %]
496
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %]
Lines 515-523 Link Here
515
                                                    </ul>
515
                                                    </ul>
516
516
517
                                                    [% IF ( transfertodo ) %]
517
                                                    [% IF ( transfertodo ) %]
518
                                                        <h4><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h4>
518
                                                        <h3><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h3>
519
                                                    [% ELSE %]
519
                                                    [% ELSE %]
520
                                                        <h4><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h4>
520
                                                        <h3><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h3>
521
                                                    [% END %]
521
                                                    [% END %]
522
522
523
                                                    [% FOREACH inputloo IN inputloop %]
523
                                                    [% FOREACH inputloo IN inputloop %]
Lines 576-584 Link Here
576
                                                <input type="hidden" name="print_slip" value="0" />
576
                                                <input type="hidden" name="print_slip" value="0" />
577
577
578
                                                <div class="modal-header">
578
                                                <div class="modal-header">
579
                                                    <h3>
579
                                                    <h2>
580
                                                        Please return this item to [% IF transfer %][% Branches.GetName( transfer ) | html %][% ELSE %][% Branches.GetName( returnbranch ) | html %][% END %]
580
                                                        Please return this item to [% IF transfer %][% Branches.GetName( transfer ) | html %][% ELSE %][% Branches.GetName( returnbranch ) | html %][% END %]
581
                                                    </h3>
581
                                                    </h2>
582
                                                </div>
582
                                                </div>
583
                                                <div class="modal-body">
583
                                                <div class="modal-body">
584
                                                    <p>
584
                                                    <p>
Lines 634-656 Link Here
634
                                                <input type="hidden" name="print_slip" value="0" />
634
                                                <input type="hidden" name="print_slip" value="0" />
635
635
636
                                                <div class="modal-header">
636
                                                <div class="modal-header">
637
                                                    <h3>
637
                                                    <h2>
638
                                                        Hold found:
638
                                                        Hold found:
639
                                                        <br/>
639
                                                        <br/>
640
                                                        <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a>
640
                                                        <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a>
641
                                                        <div class="hold-found-barcode">
641
                                                        <div class="hold-found-barcode">
642
                                                            (<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&amp;itemnumber=[% itemnumber | uri %]">[% item.barcode | html %]</a>)
642
                                                            (<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&amp;itemnumber=[% itemnumber | uri %]">[% item.barcode | html %]</a>)
643
                                                        </div>
643
                                                        </div>
644
                                                    </h3>
644
                                                    </h2>
645
                                                </div>
645
                                                </div>
646
646
647
                                                <div class="modal-body">
647
                                                <div class="modal-body">
648
                                                    [% IF ( reservenotes ) %]
648
                                                    [% IF ( reservenotes ) %]
649
                                                        <h4>Notes:</h4>
649
                                                        <h3>Notes:</h3>
650
                                                        <p>[% reservenotes | html %]</p>
650
                                                        <p>[% reservenotes | html %]</p>
651
                                                        <hr />
651
                                                        <hr />
652
                                                    [% END %]
652
                                                    [% END %]
653
                                                    <h5>Hold for:</h5>
653
                                                    <h3>Hold for:</h3>
654
                                                    <ul>
654
                                                    <ul>
655
                                                        <li>
655
                                                        <li>
656
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %]
656
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %]
Lines 686-694 Link Here
686
                                                        [% END %]
686
                                                        [% END %]
687
                                                    </ul>
687
                                                    </ul>
688
                                                    [% IF ( transfertodo ) %]
688
                                                    [% IF ( transfertodo ) %]
689
                                                        <h4><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h4>
689
                                                        <h3><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h3>
690
                                                    [% ELSE %]
690
                                                    [% ELSE %]
691
                                                        <h4><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h4>
691
                                                        <h3><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h3>
692
                                                    [% END %]
692
                                                    [% END %]
693
693
694
                                                    [% FOREACH inputloo IN inputloop %]
694
                                                    [% FOREACH inputloo IN inputloop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-3 / +2 lines)
Lines 41-52 Link Here
41
                [% END %]
41
                [% END %]
42
42
43
            <h1>Holds awaiting pickup for your library on: [% show_date | $KohaDates %]</h1>
43
            <h1>Holds awaiting pickup for your library on: [% show_date | $KohaDates %]</h1>
44
            <h2>
45
            [% IF ( all_branches_link ) %]
44
            [% IF ( all_branches_link ) %]
45
            <h2>
46
            <span><a href="[% all_branches_link | url %]">
46
            <span><a href="[% all_branches_link | url %]">
47
            View all libraries</a></span>
47
            View all libraries</a></span>
48
            </h2>
48
            [% END %]
49
            [% END %]
49
        </h2>
50
    [% IF ( cancel_result ) %]
50
    [% IF ( cancel_result ) %]
51
        [% FOREACH cancel_result %]
51
        [% FOREACH cancel_result %]
52
            [% IF ( messagetransfert ) %]
52
            [% IF ( messagetransfert ) %]
53
- 

Return to bug 27741