Lines 54-59
$(document).ready(function() {
Link Here
|
54 |
|
54 |
|
55 |
[% IF NOT batch_allowed %] |
55 |
[% IF NOT batch_allowed %] |
56 |
<div class="dialog message">You are not allowed to use batch checkout for this patron</div> |
56 |
<div class="dialog message">You are not allowed to use batch checkout for this patron</div> |
|
|
57 |
[% ELSIF noissues and not checkout_infos %] |
58 |
<div class="dialog message"> |
59 |
Cannot check out! |
60 |
[% IF charges_is_blocker %] |
61 |
Checkouts are <span class="circ-hlt">BLOCKED</span> because fine balance is <span class="circ-hlt">OVER THE LIMIT</span>. |
62 |
[% END %] |
63 |
</div> |
57 |
[% ELSIF NOT checkout_infos %] |
64 |
[% ELSIF NOT checkout_infos %] |
58 |
<form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/circ/circulation.pl"> |
65 |
<form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/circ/circulation.pl"> |
59 |
<fieldset id="circ_circulation_issue"> |
66 |
<fieldset id="circ_circulation_issue"> |
60 |
- |
|
|