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-672
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" /> |
661 |
|
662 |
[% ELSE %] |
662 |
<div class="checkout-settings"> |
663 |
<input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" /> |
663 |
|
|
|
664 |
[% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %] |
665 |
[% IF ( SpecifyDueDate ) %] |
666 |
<div id="specify-due-date" class="checkout-setting"> |
667 |
<div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div> |
668 |
[% IF ( duedatespec ) %] |
669 |
<input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec %]" readonly="readonly" /> |
670 |
[% ELSE %] |
671 |
<input type="text" size="13" id="duedatespec" name="duedatespec" value="" readonly="readonly" /> |
672 |
[% END %] |
673 |
<label for="stickyduedate"> Remember for session:</label> |
674 |
[% IF ( stickyduedate ) %] |
675 |
<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" checked="checked" /> |
676 |
[% ELSE %] |
677 |
<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" /> |
678 |
[% END %] |
679 |
<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> |
680 |
</div> |
664 |
[% END %] |
681 |
[% END %] |
|
|
682 |
[% END %] |
665 |
|
683 |
|
666 |
<label for="auto_renew">Automatic renewal</label> |
684 |
[% UNLESS ( noissues ) %] |
|
|
685 |
<div id="set-automatic-renewal" class="checkout-setting"> |
686 |
[% IF NEEDSCONFIRMATION %] |
687 |
<input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" disabled="disabled" /> |
688 |
[% ELSE %] |
689 |
<input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" /> |
690 |
[% END %] |
667 |
|
691 |
|
668 |
<span class="circ-override-high-holds"> |
692 |
<label for="auto_renew">Automatic renewal</label> |
669 |
[% IF Koha.Preference('decreaseLoanHighHolds') %] |
693 |
</div> |
|
|
694 |
[% IF Koha.Preference('decreaseLoanHighHolds') %] |
695 |
<div id="set_high_holds_overrride" class="checkout-setting"> |
670 |
[% IF NEEDSCONFIRMATION %] |
696 |
[% IF NEEDSCONFIRMATION %] |
671 |
[% IF override_high_holds %] |
697 |
[% IF override_high_holds %] |
672 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" disabled="disabled" checked="checked"/> |
698 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" disabled="disabled" checked="checked"/> |
Lines 680-724
No patron matched <span class="ex">[% message %]</span>
Link Here
|
680 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" /> |
706 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" /> |
681 |
[% END %] |
707 |
[% END %] |
682 |
[% END %] |
708 |
[% END %] |
683 |
<label for="override_high_holds">Don't decrease loan length based on holds</label> |
709 |
<label for="override_high_holds">Don't decrease checkout length based on holds</label> |
684 |
[% END %] |
710 |
</div> |
685 |
</span> |
711 |
[% END %] |
686 |
</div> |
712 |
[% END %] |
687 |
[% END %] |
|
|
688 |
|
713 |
|
689 |
[% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %] |
714 |
[% IF Koha.Preference('OnSiteCheckouts') %] |
690 |
[% IF ( SpecifyDueDate ) %] |
715 |
<div id="onsite_checkout-select" class="checkout-setting"> |
691 |
<div class="date-select"> |
716 |
[% IF noissues %] |
692 |
<div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div> |
717 |
<div class="onsite-checkout-only"> |
693 |
[% IF ( duedatespec ) %] |
718 |
<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> |
694 |
<input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec %]" readonly="readonly" /> |
719 |
<input type="text" name="duedatespec" id="duedatespec" readonly="readonly" /> |
695 |
[% ELSE %] |
720 |
<input type="hidden" name="onsite_checkout" checked="checked" value="1" /> |
696 |
<input type="text" size="13" id="duedatespec" name="duedatespec" value="" readonly="readonly" /> |
721 |
</div> |
697 |
[% END %] |
|
|
698 |
<label for="stickyduedate"> Remember for session:</label> |
699 |
[% IF ( stickyduedate ) %] |
700 |
<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" checked="checked" /> |
701 |
[% ELSE %] |
722 |
[% ELSE %] |
702 |
<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" /> |
723 |
<input type="checkbox" id="onsite_checkout" name="onsite_checkout" /> <label for="onsite_checkout">On-site checkout</label> |
703 |
[% END %] |
724 |
[% 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> |
725 |
</div> |
706 |
[% END %] |
726 |
[% END %] |
707 |
[% END %] |
|
|
708 |
|
727 |
|
709 |
[% IF Koha.Preference('OnSiteCheckouts') %] |
728 |
</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 |
|
729 |
|
723 |
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /> |
730 |
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /> |
724 |
<input type="hidden" name="branch" value="[% branch %]" /> |
731 |
<input type="hidden" name="branch" value="[% branch %]" /> |
725 |
- |
|
|