|
Lines 612-620
Link Here
|
| 612 |
[% END %] |
612 |
[% END %] |
| 613 |
<button type="submit" class="btn btn-default">Check in</button> |
613 |
<button type="submit" class="btn btn-default">Check in</button> |
| 614 |
[% FOREACH inputloo IN inputloop %] |
614 |
[% FOREACH inputloo IN inputloop %] |
| 615 |
<input type="hidden" name="ri-[% inputloo.counter %]" value="[% inputloo.barcode %]" /> |
615 |
<input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" /> |
| 616 |
<input type="hidden" name="dd-[% inputloo.counter %]" value="[% inputloo.duedate %]" /> |
616 |
<input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" /> |
| 617 |
<input type="hidden" name="bn-[% inputloo.counter %]" value="[% inputloo.borrowernumber %]" /> |
617 |
<input type="hidden" name="bn-[% inputloo.counter | html %]" value="[% inputloo.borrowernumber | html %]" /> |
| 618 |
[% END %] |
618 |
[% END %] |
| 619 |
</div> |
619 |
</div> |
| 620 |
<div id="show-circ-settings"> |
620 |
<div id="show-circ-settings"> |
|
Lines 622-635
Link Here
|
| 622 |
</div> |
622 |
</div> |
| 623 |
</div> |
623 |
</div> |
| 624 |
<div class="col-sm-6"> |
624 |
<div class="col-sm-6"> |
| 625 |
<div id="exemptfines" class="checkin-active-setting" style="display:none;"> |
625 |
[% IF ( exemptfine ) %] |
|
|
626 |
<div id="exemptfines" class="checkin-active-setting"> |
| 627 |
[% ELSE %] |
| 628 |
<div id="exemptfines" class="checkin-active-setting" style="display:none;"> |
| 629 |
[% END %] |
| 626 |
<p><i class="fa fa-check"></i> Fines for returned items are forgiven.</p> |
630 |
<p><i class="fa fa-check"></i> Fines for returned items are forgiven.</p> |
| 627 |
</div> |
631 |
</div> |
| 628 |
<div id="forgivemanualholdsexpire-alert" class="checkin-active-setting" style="display:none;"> |
632 |
|
|
|
633 |
[% IF ( forgivemanualholdsexpire ) %] |
| 634 |
<div id="forgivemanualholdsexpire-alert" class="checkin-active-setting"> |
| 635 |
[% ELSE %] |
| 636 |
<div id="forgivemanualholdsexpire-alert" class="checkin-active-setting" style="display:none;"> |
| 637 |
[% END %] |
| 629 |
<p><i class="fa fa-check"></i> Fines are not charged for manually cancelled holds.</p> |
638 |
<p><i class="fa fa-check"></i> Fines are not charged for manually cancelled holds.</p> |
| 630 |
</div> |
639 |
</div> |
| 631 |
<div id="dropboxmode" class="checkin-active-setting" style="display:none;"> |
640 |
|
| 632 |
<p><i class="fa fa-check"></i> Book drop mode. (Effective checkin date is [% dropboxdate %] ).</p> |
641 |
[% IF ( dropboxmode ) %] |
|
|
642 |
<div id="dropboxmode" class="checkin-active-setting"> |
| 643 |
[% ELSE %] |
| 644 |
<div id="dropboxmode" class="checkin-active-setting" style="display:none;"> |
| 645 |
[% END %] |
| 646 |
<p><i class="fa fa-check"></i> Book drop mode. (Effective checkin date is [% dropboxdate | html %] ).</p> |
| 633 |
</div> |
647 |
</div> |
| 634 |
</div> |
648 |
</div> |
| 635 |
</div> |
649 |
</div> |
| 636 |
- |
|
|