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&biblionumber=[% itembiblionumber | uri %]">[% item.barcode | html %]: [% title | html %]</a></p> |
165 |
<p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&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 %]&branchcode=[% collectionBranch | uri %]&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 %]&branchcode=[% collectionBranch | uri %]&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&biblionumber=[% itembiblionumber | uri %]">[% item.barcode | html %]: [% title | html %]</a></p> |
226 |
<p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&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&biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a> |
481 |
<a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&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 %]&itemnumber=[% itemnumber | uri %]">[% item.barcode | html %]</a> |
483 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&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&biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a> |
640 |
<a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&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 %]&itemnumber=[% itemnumber | uri %]">[% item.barcode | html %]</a>) |
642 |
(<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&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 %] |