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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc (-3 / +3 lines)
Lines 141-147 Link Here
141
        [% END %]
141
        [% END %]
142
142
143
        [% IF ( waiting_here > 0 ) %]
143
        [% IF ( waiting_here > 0 ) %]
144
            <h4>Holds waiting here ([% waiting_here | html %])</h4>
144
            <h2>Holds waiting here ([% waiting_here | html %])</h2>
145
            <ul>
145
            <ul>
146
                [% FOREACH w IN WaitingHolds %]
146
                [% FOREACH w IN WaitingHolds %]
147
                    [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode()  ) %]
147
                    [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode()  ) %]
Lines 163-169 Link Here
163
        [% END %]
163
        [% END %]
164
164
165
        [% IF ( waiting_elsewhere > 0 ) %]
165
        [% IF ( waiting_elsewhere > 0 ) %]
166
            <h4>Holds waiting at other libraries ([% waiting_elsewhere | html %])</h4>
166
            <h2>Holds waiting at other libraries ([% waiting_elsewhere | html %])</h2>
167
            <ul>
167
            <ul>
168
                [% FOREACH w IN WaitingHolds %]
168
                [% FOREACH w IN WaitingHolds %]
169
                    [% IF ( w.branch.branchcode != Branches.GetLoggedInBranchcode()  ) %]
169
                    [% IF ( w.branch.branchcode != Branches.GetLoggedInBranchcode()  ) %]
Lines 188-194 Link Here
188
188
189
[% IF ( patron.borrowernotes ) %]
189
[% IF ( patron.borrowernotes ) %]
190
    <div id="circnotes" class="circmessage">
190
    <div id="circnotes" class="circmessage">
191
        <h4>Notes</h4>
191
        <h2>Notes</h2>
192
        <ul>
192
        <ul>
193
            <li>
193
            <li>
194
                <span class="circ-hlt">
194
                <span class="circ-hlt">
(-)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
48
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>Transfer items</h1>
38
            <h1>Transfer items</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 (-9 / +9 lines)
Lines 103-111 Link Here
103
                    [% IF ( NEEDSCONFIRMATION ) %]
103
                    [% IF ( NEEDSCONFIRMATION ) %]
104
                        <div id="circ_needsconfirmation" class="dialog alert audio-alert-action focus" tabindex="-1">
104
                        <div id="circ_needsconfirmation" class="dialog alert audio-alert-action focus" tabindex="-1">
105
                            [% IF CAN_user_circulate_force_checkout or ADDITIONAL_MATERIALS %]
105
                            [% IF CAN_user_circulate_force_checkout or ADDITIONAL_MATERIALS %]
106
                                <h3>Please confirm checkout</h3>
106
                                <h2>Please confirm checkout</h2>
107
                            [% ELSE %]
107
                            [% ELSE %]
108
                              <h3>Cannot check out</h3>
108
                              <h2>Cannot check out</h2>
109
                            [% END %]
109
                            [% END %]
110
110
111
                            <ul>
111
                            <ul>
Lines 352-358 Link Here
352
                    [% IF ( IMPOSSIBLE ) %]
352
                    [% IF ( IMPOSSIBLE ) %]
353
                        <div id="circ_impossible" class="dialog alert audio-alert-warning focus" tabindex="-1">
353
                        <div id="circ_impossible" class="dialog alert audio-alert-warning focus" tabindex="-1">
354
                            [% IF ( UNKNOWN_BARCODE ) %]
354
                            [% IF ( UNKNOWN_BARCODE ) %]
355
                                <h3>Barcode not found</h3>
355
                                <h2>Barcode not found</h2>
356
                            [% END %]
356
                            [% END %]
357
357
358
                            <!-- RESULT OF ISSUING REQUEST -->
358
                            <!-- RESULT OF ISSUING REQUEST -->
Lines 479-485 Link Here
479
                                        <div class="modal-content">
479
                                        <div class="modal-content">
480
                                            <div class="modal-header">
480
                                            <div class="modal-header">
481
                                                <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
481
                                                <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
482
                                                <h3 id="itemSearchFallbackLabel"><h3>Barcode not found. The following items were found by searching:</h3>
482
                                                <h3 id="itemSearchFallbackLabel"><h2>Barcode not found. The following items were found by searching:</h2>
483
                                            </div>
483
                                            </div>
484
                                            <div class="modal-body">
484
                                            <div class="modal-body">
485
                                                <table class="table_borrowers">
485
                                                <table class="table_borrowers">
Lines 561-567 Link Here
561
561
562
                    [% IF ( message ) %]
562
                    [% IF ( message ) %]
563
                        [% INCLUDE 'patron-toolbar.inc' %]
563
                        [% INCLUDE 'patron-toolbar.inc' %]
564
                        <h4>No patron matched <span class="ex">[% message | html %]</span></h4>
564
                        <h2>No patron matched <span class="ex">[% message | html %]</span></h2>
565
                    [% END %]
565
                    [% END %]
566
566
567
                    <!-- BARCODE ENTRY -->
567
                    <!-- BARCODE ENTRY -->
Lines 731-745 Link Here
731
                                [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
731
                                [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
732
                                    <div id="circmessages" class="circmessage attention">
732
                                    <div id="circmessages" class="circmessage attention">
733
                                [% ELSE %]
733
                                [% ELSE %]
734
                                    <h4>Checking out to [% INCLUDE 'patron-title.inc' %]</h4>
734
                                    <h2>Checking out to [% INCLUDE 'patron-title.inc' %]</h2>
735
                                    <div id="circmessages" class="circmessage warning">
735
                                    <div id="circmessages" class="circmessage warning">
736
                                [% END %]
736
                                [% END %]
737
                                <h3>
737
                                <h2>
738
                                    Cannot check out!
738
                                    Cannot check out!
739
                                    [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
739
                                    [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
740
                                        <span class="circ-hlt">Only on-site checkouts are allowed</span>
740
                                        <span class="circ-hlt">Only on-site checkouts are allowed</span>
741
                                    [% END %]
741
                                    [% END %]
742
                                </h3>
742
                                </h2>
743
                            [% ELSE %]
743
                            [% ELSE %]
744
                                <div id="circmessages" class="circmessage attention">
744
                                <div id="circmessages" class="circmessage attention">
745
                            [% END %]
745
                            [% END %]
Lines 939-945 Link Here
939
    <div class="modal-dialog">
939
    <div class="modal-dialog">
940
        <div class="modal-content">
940
        <div class="modal-content">
941
            <div class="modal-header">
941
            <div class="modal-header">
942
                <h3 id="barcodeSubmittedModalLabel">Barcode submitted</h3>
942
                <h2 id="barcodeSubmittedModalLabel">Barcode submitted</h2>
943
            </div>
943
            </div>
944
            <div class="modal-body">
944
            <div class="modal-body">
945
                <p>You have already submitted a barcode, please wait for the checkout to process...</p>
945
                <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 128-137 Link Here
128
128
129
[% ELSIF patron %]
129
[% ELSIF patron %]
130
  [% IF confirmation_needed && CAN_user_circulate_force_checkout %]
130
  [% IF confirmation_needed && CAN_user_circulate_force_checkout %]
131
    <h3>Batch checkout confirmation [% IF patron %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h3>
131
    <h2>Batch checkout confirmation [% IF patron %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h2>
132
    <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off">
132
    <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off">
133
  [% ELSE %]
133
  [% ELSE %]
134
    <h3>Batch checkout information [% IF patron.borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] |[% batch | html %]|[% END %]</h3>
134
    <h2>Batch checkout information [% IF patron.borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] |[% batch | html %]|[% END %]</h2>
135
  [% END %]
135
  [% END %]
136
    <table id="checkout_infos">
136
    <table id="checkout_infos">
137
      <thead>
137
      <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 142-148 Link Here
142
142
143
<form method="post" action="/cgi-bin/koha/circ/overdue.pl">
143
<form method="post" action="/cgi-bin/koha/circ/overdue.pl">
144
  <fieldset class="brief">
144
  <fieldset class="brief">
145
<h4>Filter on:</h4>
145
<h2>Filter on:</h2>
146
    <fieldset><legend>Date due:</legend>
146
    <fieldset><legend>Date due:</legend>
147
        <ol>
147
        <ol>
148
            <li class="radio">
148
            <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 99-105 Link Here
99
99
100
                    [% IF no_patrons_found %]
100
                    [% IF no_patrons_found %]
101
                        <div class="dialog alert">
101
                        <div class="dialog alert">
102
                            <h3>Patron not found</h3>
102
                            <h2>Patron not found</h2>
103
                            <p>No patron with this name, please, try another</p>
103
                            <p>No patron with this name, please, try another</p>
104
                        </div>
104
                        </div>
105
                    [% ELSIF patrons %]
105
                    [% ELSIF patrons %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-3 / +3 lines)
Lines 42-49 Link Here
42
            <main>
42
            <main>
43
43
44
<h1>Hold ratios to calculate items needed</h1>
44
<h1>Hold ratios to calculate items needed</h1>
45
   <h3>Calculated on [% todaysdate | $KohaDates %]. From [% from | $KohaDates %]
45
   <h2>Calculated on [% todaysdate | $KohaDates %]. From [% from | $KohaDates %]
46
    to [% to | $KohaDates %]</h3>
46
    to [% to | $KohaDates %]</h2>
47
<p>These items have a hold ratio &ge; [% ratio | html %].</p>
47
<p>These items have a hold ratio &ge; [% ratio | html %].</p>
48
<div class="sql">[% sql | html %]</div>
48
<div class="sql">[% sql | html %]</div>
49
49
Lines 137-143 Link Here
137
137
138
<form action="/cgi-bin/koha/circ/reserveratios.pl" method="post" >
138
<form action="/cgi-bin/koha/circ/reserveratios.pl" method="post" >
139
<fieldset class="brief">
139
<fieldset class="brief">
140
<h4>Refine results:</h4>
140
<h2>Refine results:</h2>
141
<ol>
141
<ol>
142
    <li>
142
    <li>
143
        <label for="ratio">Hold ratio (greater than or equal to):</label>
143
        <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
                                        <h3><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h3>
113
                                    [% ELSE %]
113
                                    [% ELSE %]
114
                                        <h4><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h4>
114
                                        <h3><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h3>
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 160-166 Link Here
160
160
161
                            [% IF ( collectionItemNeedsTransferred ) %]
161
                            [% IF ( collectionItemNeedsTransferred ) %]
162
                                 <div id="rotating-collection" class="dialog message">
162
                                 <div id="rotating-collection" class="dialog message">
163
                                    <h3>Please transfer item to: [% Branches.GetName( collectionBranch ) | html %]</h3>
163
                                    <h2>Please transfer item to: [% Branches.GetName( collectionBranch ) | html %]</h2>
164
                                    <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% item.barcode | html %]: [% title | html %]</a></p>
164
                                    <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% item.barcode | html %]: [% title | html %]</a></p>
165
                                    <p>This item is part of a rotating collection.</p>
165
                                    <p>This item is part of a rotating collection.</p>
166
                                    <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>
166
                                    <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 180-186 Link Here
180
                            <!-- Patron has fines -->
180
                            <!-- Patron has fines -->
181
                            [% IF ( fines ) %]
181
                            [% IF ( fines ) %]
182
                                <div class="dialog alert">
182
                                <div class="dialog alert">
183
                                    <h3>Patron has outstanding fines of [% fines | html %].</h3>
183
                                    <h2>Patron has outstanding fines of [% fines | html %].</h2>
184
                                    <p><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% fineborrowernumber | uri %]">Make payment</a>.</p>
184
                                    <p><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% fineborrowernumber | uri %]">Make payment</a>.</p>
185
                                </div>
185
                                </div>
186
                            [% END %]
186
                            [% END %]
Lines 188-194 Link Here
188
                            <!-- Item has return claim(s) -->
188
                            <!-- Item has return claim(s) -->
189
                            [% IF ( ReturnClaims ) %]
189
                            [% IF ( ReturnClaims ) %]
190
                                <div class="dialog alert return-claim">
190
                                <div class="dialog alert return-claim">
191
                                    <h3>This item has been claimed as returned by:</h3>
191
                                    <h2>This item has been claimed as returned by:</h2>
192
                                    <ul>
192
                                    <ul>
193
                                        [% FOREACH rc IN ReturnClaims %]
193
                                        [% FOREACH rc IN ReturnClaims %]
194
                                            <li>
194
                                            <li>
Lines 202-208 Link Here
202
                            <!-- Patron has waiting holds -->
202
                            <!-- Patron has waiting holds -->
203
                            [% IF ( waiting_holds ) %]
203
                            [% IF ( waiting_holds ) %]
204
                                <div id="awaiting-pickup" class="dialog message">
204
                                <div id="awaiting-pickup" class="dialog message">
205
                                    <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>
205
                                    <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>
206
                                    <p><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% holdsborrowernumber | uri %]">Check out to this patron</a>.</p>
206
                                    <p><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% holdsborrowernumber | uri %]">Check out to this patron</a>.</p>
207
                                </div>
207
                                </div>
208
                            [% END %]
208
                            [% END %]
Lines 210-226 Link Here
210
                            <!-- Patron is restricted and checkin was backdated -->
210
                            <!-- Patron is restricted and checkin was backdated -->
211
                            [% IF return_date_was_overriden && issue.patron.is_debarred %]
211
                            [% IF return_date_was_overriden && issue.patron.is_debarred %]
212
                                <div id="restricted_backdated" class="dialog message">
212
                                <div id="restricted_backdated" class="dialog message">
213
                                    <h3>
213
                                    <h2>
214
                                        [% INCLUDE 'patron-title.inc' patron=issue.patron hide_patron_infos_if_needed=1 invert_name=1 %]
214
                                        [% INCLUDE 'patron-title.inc' patron=issue.patron hide_patron_infos_if_needed=1 invert_name=1 %]
215
                                        is restricted. Please verify this patron should still be restricted.
215
                                        is restricted. Please verify this patron should still be restricted.
216
                                    </h3>
216
                                    </h2>
217
                                </div>
217
                                </div>
218
                            [% END %]
218
                            [% END %]
219
219
220
220
221
                            [% IF ( errmsgloop ) %]
221
                            [% IF ( errmsgloop ) %]
222
                                <div class="dialog alert audio-alert-warning">
222
                                <div class="dialog alert audio-alert-warning">
223
                                    <h3>Check in message</h3>
223
                                    <h2>Check in message</h2>
224
                                    [% IF itembiblionumber %]
224
                                    [% IF itembiblionumber %]
225
                                        <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% item.barcode | html %]: [% title | html %]</a></p>
225
                                        <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% item.barcode | html %]: [% title | html %]</a></p>
226
                                    [% END %]
226
                                    [% END %]
Lines 305-311 Link Here
305
                                            [% ELSIF LostItemFeeRestored and not Koha.Preference('BlockReturnOfLostItems') %]
305
                                            [% ELSIF LostItemFeeRestored and not Koha.Preference('BlockReturnOfLostItems') %]
306
                                                <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>
306
                                                <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
                                            [% ELSIF Koha.Preference('BlockReturnOfLostItems') %]
307
                                            [% ELSIF Koha.Preference('BlockReturnOfLostItems') %]
308
                                               <h5>Cannot check in</h5>
308
                                               <h3>Cannot check in</h3>
309
                                               <p><strong>NOT CHECKED IN</strong></p>
309
                                               <p><strong>NOT CHECKED IN</strong></p>
310
                                            [% ELSE %]
310
                                            [% ELSE %]
311
                                                <p class="problem ret_feeremains">Any lost item fees for this item will remain on the patron's account.</p>
311
                                                <p class="problem ret_feeremains">Any lost item fees for this item will remain on the patron's account.</p>
Lines 313-319 Link Here
313
                                        [% END %]
313
                                        [% END %]
314
                                        [% IF ( errmsgloo.withdrawn ) %]
314
                                        [% IF ( errmsgloo.withdrawn ) %]
315
                                            [% IF Koha.Preference('BlockReturnOfWithdrawnItems') %]
315
                                            [% IF Koha.Preference('BlockReturnOfWithdrawnItems') %]
316
                                               <h5>Cannot check in</h5>
316
                                               <h3>Cannot check in</h3>
317
                                               <p><strong>NOT CHECKED IN</strong></p>
317
                                               <p><strong>NOT CHECKED IN</strong></p>
318
                                            [% END %]
318
                                            [% END %]
319
                                           <p class="problem ret_withdrawn">
319
                                           <p class="problem ret_withdrawn">
Lines 354-360 Link Here
354
                                <div class="modal-dialog">
354
                                <div class="modal-dialog">
355
                                    <div class="modal-content">
355
                                    <div class="modal-content">
356
                                        <div class="modal-header">
356
                                        <div class="modal-header">
357
                                            <h3>Please confirm checkin</h3>
357
                                            <h2>Please confirm checkin</h2>
358
                                        </div>
358
                                        </div>
359
                                        <div class="modal-body">
359
                                        <div class="modal-body">
360
                                            <ul>
360
                                            <ul>
Lines 387-395 Link Here
387
                                    <div class="modal-content">
387
                                    <div class="modal-content">
388
                                        <form method="post" action="returns.pl" name="mainform" id="mainform">
388
                                        <form method="post" action="returns.pl" name="mainform" id="mainform">
389
                                            <div class="modal-header">
389
                                            <div class="modal-header">
390
                                                <h3>
390
                                                <h2>
391
                                                    Cannot check in
391
                                                    Cannot check in
392
                                                </h3>
392
                                                </h2>
393
                                            </div>
393
                                            </div>
394
                                            <div class="modal-body">
394
                                            <div class="modal-body">
395
                                                <p>
395
                                                <p>
Lines 441-449 Link Here
441
                                                [% END %]
441
                                                [% END %]
442
442
443
                                                <div class="modal-header">
443
                                                <div class="modal-header">
444
                                                    <h3>
444
                                                    <h2>
445
                                                        Wrong transfer detected, please return item to: [% Branches.GetName( TransferWaitingAt ) | html %]
445
                                                        Wrong transfer detected, please return item to: [% Branches.GetName( TransferWaitingAt ) | html %]
446
                                                    </h3>
446
                                                    </h2>
447
                                                </div>
447
                                                </div>
448
448
449
                                                <div class="modal-body">
449
                                                <div class="modal-body">
Lines 476-497 Link Here
476
                                        <div class="modal-content">
476
                                        <div class="modal-content">
477
                                            <form method="post" action="returns.pl" class="confirm">
477
                                            <form method="post" action="returns.pl" class="confirm">
478
                                                <div class="modal-header">
478
                                                <div class="modal-header">
479
                                                    <h3>
479
                                                    <h2>
480
                                                        Hold found (item is already waiting):
480
                                                        Hold found (item is already waiting):
481
                                                        <br/>
481
                                                        <br/>
482
                                                        <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a>
482
                                                        <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a>
483
                                                        <div class="hold-found-barcode">
483
                                                        <div class="hold-found-barcode">
484
                                                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&amp;itemnumber=[% itemnumber | uri %]">[% item.barcode | html %]</a>
484
                                                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&amp;itemnumber=[% itemnumber | uri %]">[% item.barcode | html %]</a>
485
                                                        </div>
485
                                                        </div>
486
                                                    </h3>
486
                                                    </h2>
487
                                                </div>
487
                                                </div>
488
488
489
                                                <div class="modal-body">
489
                                                <div class="modal-body">
490
                                                    [% IF ( reservenotes ) %]
490
                                                    [% IF ( reservenotes ) %]
491
                                                        <h4>Notes: [% reservenotes | html %]</h4>
491
                                                        <h3>Notes: [% reservenotes | html %]</h3>
492
                                                    [% END %]
492
                                                    [% END %]
493
493
494
                                                    <h4>Hold for:</h4>
494
                                                    <h3>Hold for:</h3>
495
                                                    <ul>
495
                                                    <ul>
496
                                                        <li>
496
                                                        <li>
497
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %]
497
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %]
Lines 516-522 Link Here
516
                                                    </ul>
516
                                                    </ul>
517
517
518
                                                    [% IF ( transfertodo ) %]
518
                                                    [% IF ( transfertodo ) %]
519
                                                        <h4><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h4>
519
                                                        <h2><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h2>
520
                                                    [% ELSE %]
520
                                                    [% ELSE %]
521
                                                        <h4><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h4>
521
                                                        <h4><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h4>
522
                                                    [% END %]
522
                                                    [% END %]
Lines 577-585 Link Here
577
                                                <input type="hidden" name="print_slip" value="0" />
577
                                                <input type="hidden" name="print_slip" value="0" />
578
578
579
                                                <div class="modal-header">
579
                                                <div class="modal-header">
580
                                                    <h3>
580
                                                    <h2>
581
                                                        Please return this item to [% IF transfer %][% Branches.GetName( transfer ) | html %][% ELSE %][% Branches.GetName( returnbranch ) | html %][% END %]
581
                                                        Please return this item to [% IF transfer %][% Branches.GetName( transfer ) | html %][% ELSE %][% Branches.GetName( returnbranch ) | html %][% END %]
582
                                                    </h3>
582
                                                    </h2>
583
                                                </div>
583
                                                </div>
584
                                                <div class="modal-body">
584
                                                <div class="modal-body">
585
                                                    <p>
585
                                                    <p>
Lines 635-657 Link Here
635
                                                <input type="hidden" name="print_slip" value="0" />
635
                                                <input type="hidden" name="print_slip" value="0" />
636
636
637
                                                <div class="modal-header">
637
                                                <div class="modal-header">
638
                                                    <h3>
638
                                                    <h2>
639
                                                        Hold found:
639
                                                        Hold found:
640
                                                        <br/>
640
                                                        <br/>
641
                                                        <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a>
641
                                                        <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a>
642
                                                        <div class="hold-found-barcode">
642
                                                        <div class="hold-found-barcode">
643
                                                            (<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&amp;itemnumber=[% itemnumber | uri %]">[% item.barcode | html %]</a>)
643
                                                            (<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&amp;itemnumber=[% itemnumber | uri %]">[% item.barcode | html %]</a>)
644
                                                        </div>
644
                                                        </div>
645
                                                    </h3>
645
                                                    </h2>
646
                                                </div>
646
                                                </div>
647
647
648
                                                <div class="modal-body">
648
                                                <div class="modal-body">
649
                                                    [% IF ( reservenotes ) %]
649
                                                    [% IF ( reservenotes ) %]
650
                                                        <h4>Notes:</h4>
650
                                                        <h3>Notes:</h3>
651
                                                        <p>[% reservenotes | html %]</p>
651
                                                        <p>[% reservenotes | html %]</p>
652
                                                        <hr />
652
                                                        <hr />
653
                                                    [% END %]
653
                                                    [% END %]
654
                                                    <h5>Hold for:</h5>
654
                                                    <h3>Hold for:</h3>
655
                                                    <ul>
655
                                                    <ul>
656
                                                        <li>
656
                                                        <li>
657
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %]
657
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %]
Lines 687-695 Link Here
687
                                                        [% END %]
687
                                                        [% END %]
688
                                                    </ul>
688
                                                    </ul>
689
                                                    [% IF ( transfertodo ) %]
689
                                                    [% IF ( transfertodo ) %]
690
                                                        <h4><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h4>
690
                                                        <h3><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h3>
691
                                                    [% ELSE %]
691
                                                    [% ELSE %]
692
                                                        <h4><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h4>
692
                                                        <h3><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h3>
693
                                                    [% END %]
693
                                                    [% END %]
694
694
695
                                                    [% FOREACH inputloo IN inputloop %]
695
                                                    [% FOREACH inputloo IN inputloop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-5 / +3 lines)
Lines 42-53 Link Here
42
                [% END %]
42
                [% END %]
43
43
44
            <h1>Holds awaiting pickup for your library on: [% show_date | $KohaDates %]</h1>
44
            <h1>Holds awaiting pickup for your library on: [% show_date | $KohaDates %]</h1>
45
            <h2>
46
            [% IF ( all_branches_link ) %]
45
            [% IF ( all_branches_link ) %]
47
            <span><a href="[% all_branches_link | url %]">
46
                <h2>
48
            View all libraries</a></span>
47
                    <span><a href="[% all_branches_link | url %]">View all libraries</a></span>
48
                </h2>
49
            [% END %]
49
            [% END %]
50
        </h2>
51
    [% IF ( cancel_result ) %]
50
    [% IF ( cancel_result ) %]
52
        [% FOREACH cancel_result %]
51
        [% FOREACH cancel_result %]
53
            [% IF ( messagetransfert ) %]
52
            [% IF ( messagetransfert ) %]
54
- 

Return to bug 27741