|
Lines 644-650
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 644 |
|
644 |
|
| 645 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
645 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 646 |
|
646 |
|
| 647 |
<label for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> |
647 |
<label class="circ_barcode" for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> |
| 648 |
|
648 |
|
| 649 |
<div class="hint">Enter item barcode:</div> |
649 |
<div class="hint">Enter item barcode:</div> |
| 650 |
|
650 |
|
|
Lines 655-669
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 655 |
[% END %] |
655 |
[% END %] |
| 656 |
<button type="submit" class="btn">Check out</button> |
656 |
<button type="submit" class="btn">Check out</button> |
| 657 |
|
657 |
|
| 658 |
[% UNLESS noissues %] |
658 |
<div id="show-checkout-settings"> |
| 659 |
<div class="date-select"> |
659 |
<a href="#"><i class="fa fa-caret-right checkout-settings-icon"></i> Checkout settings</a> |
| 660 |
[% IF NEEDSCONFIRMATION %] |
660 |
</div> |
| 661 |
<input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" disabled="disabled" /> |
|
|
| 662 |
[% ELSE %] |
| 663 |
<input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" /> |
| 664 |
[% END %] |
| 665 |
|
661 |
|
| 666 |
<label for="auto_renew">Automatic renewal</label> |
662 |
<div class="checkout-settings"> |
| 667 |
|
663 |
|
| 668 |
<span class="circ-override-high-holds"> |
664 |
<span class="circ-override-high-holds"> |
| 669 |
[% IF Koha.Preference('decreaseLoanHighHolds') %] |
665 |
[% IF Koha.Preference('decreaseLoanHighHolds') %] |
|
Lines 683-724
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 683 |
<label for="override_high_holds">Don't decrease loan length based on holds</label> |
679 |
<label for="override_high_holds">Don't decrease loan length based on holds</label> |
| 684 |
[% END %] |
680 |
[% END %] |
| 685 |
</span> |
681 |
</span> |
| 686 |
</div> |
|
|
| 687 |
[% END %] |
| 688 |
|
682 |
|
| 689 |
[% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %] |
683 |
[% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %] |
| 690 |
[% IF ( SpecifyDueDate ) %] |
684 |
[% IF ( SpecifyDueDate ) %] |
| 691 |
<div class="date-select"> |
685 |
<div id="specify-due-date" class="checkout-setting"> |
| 692 |
<div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div> |
686 |
<div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div> |
| 693 |
[% IF ( duedatespec ) %] |
687 |
[% IF ( duedatespec ) %] |
| 694 |
<input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec %]" readonly="readonly" /> |
688 |
<input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec %]" readonly="readonly" /> |
|
|
689 |
[% ELSE %] |
| 690 |
<input type="text" size="13" id="duedatespec" name="duedatespec" value="" readonly="readonly" /> |
| 691 |
[% END %] |
| 692 |
<label for="stickyduedate"> Remember for session:</label> |
| 693 |
[% IF ( stickyduedate ) %] |
| 694 |
<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" checked="checked" /> |
| 695 |
[% ELSE %] |
| 696 |
<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" /> |
| 697 |
[% END %] |
| 698 |
<button class="btn btn-small action" id="cleardate" name="cleardate" onclick="this.checked = false; this.form.duedatespec.value = ''; this.form.stickyduedate.checked = false; this.form.barcode.focus(); return false;" >Clear</button> |
| 699 |
</div> |
| 700 |
[% END %] |
| 701 |
[% END %] |
| 702 |
|
| 703 |
[% UNLESS ( noissues ) %] |
| 704 |
<div id="set-automatic-renewal" class="checkout-setting"> |
| 705 |
[% IF NEEDSCONFIRMATION %] |
| 706 |
<input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" disabled="disabled" /> |
| 695 |
[% ELSE %] |
707 |
[% ELSE %] |
| 696 |
<input type="text" size="13" id="duedatespec" name="duedatespec" value="" readonly="readonly" /> |
708 |
<input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" /> |
| 697 |
[% END %] |
709 |
[% END %] |
| 698 |
<label for="stickyduedate"> Remember for session:</label> |
710 |
|
| 699 |
[% IF ( stickyduedate ) %] |
711 |
<label for="auto_renew">Automatic renewal</label> |
| 700 |
<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" checked="checked" /> |
712 |
</div> |
|
|
713 |
[% IF Koha.Preference('decreaseLoanHighHolds') %] |
| 714 |
<div id="set_high_holds_overrride" class="checkout-setting"> |
| 715 |
[% IF NEEDSCONFIRMATION %] |
| 716 |
[% IF override_high_holds %] |
| 717 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" disabled="disabled" checked="checked"/> |
| 718 |
[% ELSE %] |
| 719 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" disabled="disabled"/> |
| 720 |
[% END %] |
| 721 |
[% ELSE %] |
| 722 |
[% IF override_high_holds %] |
| 723 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" checked="checked" /> |
| 724 |
[% ELSE %] |
| 725 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" /> |
| 726 |
[% END %] |
| 727 |
[% END %] |
| 728 |
<label for="override_high_holds">Don't decrease checkout length based on holds</label> |
| 729 |
</div> |
| 730 |
[% END %] |
| 731 |
[% END %] |
| 732 |
|
| 733 |
[% IF Koha.Preference('OnSiteCheckouts') %] |
| 734 |
<div id="onsite_checkout-select" class="checkout-setting"> |
| 735 |
[% IF noissues %] |
| 736 |
<div class="onsite-checkout-only"> |
| 737 |
<input type="checkbox" id="onsite_checkout" name="onsite_checkout_forced" checked="checked" disabled="disabled" /> <label for="onsite_checkout">On-site checkouts only. Automatic due date: </label> |
| 738 |
<input type="text" name="duedatespec" id="duedatespec" readonly="readonly" /> |
| 739 |
<input type="hidden" name="onsite_checkout" checked="checked" value="1" /> |
| 740 |
</div> |
| 701 |
[% ELSE %] |
741 |
[% ELSE %] |
| 702 |
<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" /> |
742 |
<input type="checkbox" id="onsite_checkout" name="onsite_checkout" /> <label for="onsite_checkout">On-site checkout</label> |
| 703 |
[% END %] |
743 |
[% END %] |
| 704 |
<button class="btn btn-small action" id="cleardate" name="cleardate" onclick="this.checked = false; this.form.duedatespec.value = ''; this.form.stickyduedate.checked = false; this.form.barcode.focus(); return false;" >Clear</button> |
|
|
| 705 |
</div> |
744 |
</div> |
| 706 |
[% END %] |
745 |
[% END %] |
| 707 |
[% END %] |
|
|
| 708 |
|
746 |
|
| 709 |
[% IF Koha.Preference('OnSiteCheckouts') %] |
747 |
</div> <!-- /.checkout-settings --> |
| 710 |
<div class="onsite_checkout-select"> |
|
|
| 711 |
[% IF noissues %] |
| 712 |
<div class="onsite-checkout-only"> |
| 713 |
<input type="checkbox" id="onsite_checkout" name="onsite_checkout_forced" checked="checked" disabled="disabled" /> <label for="onsite_checkout">On-site checkouts only. Automatic due date: </label> |
| 714 |
<input type="text" name="duedatespec" id="duedatespec" readonly="readonly" /> |
| 715 |
<input type="hidden" name="onsite_checkout" checked="checked" value="1" /> |
| 716 |
</div> |
| 717 |
[% ELSE %] |
| 718 |
<input type="checkbox" id="onsite_checkout" name="onsite_checkout" /> <label for="onsite_checkout">On-site checkout</label> |
| 719 |
[% END %] |
| 720 |
</div> |
| 721 |
[% END %] |
| 722 |
|
748 |
|
| 723 |
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /> |
749 |
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /> |
| 724 |
<input type="hidden" name="branch" value="[% branch %]" /> |
750 |
<input type="hidden" name="branch" value="[% branch %]" /> |
| 725 |
- |
|
|