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&biblionumber=[% itembiblionumber | uri %]">[% item.barcode | html %]: [% title | html %]</a></p> |
164 |
<p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&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 %]&branchcode=[% collectionBranch | uri %]&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 %]&branchcode=[% collectionBranch | uri %]&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&biblionumber=[% itembiblionumber | uri %]">[% item.barcode | html %]: [% title | html %]</a></p> |
225 |
<p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&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&biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a> |
482 |
<a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&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 %]&itemnumber=[% itemnumber | uri %]">[% item.barcode | html %]</a> |
484 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&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&biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a> |
641 |
<a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&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 %]&itemnumber=[% itemnumber | uri %]">[% item.barcode | html %]</a>) |
643 |
(<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&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 %] |