|
Lines 79-85
$(document).ready(function() {
Link Here
|
| 79 |
[% END %] |
79 |
[% END %] |
| 80 |
</div> |
80 |
</div> |
| 81 |
[% ELSIF borrower and not checkout_infos %] |
81 |
[% ELSIF borrower and not checkout_infos %] |
| 82 |
<form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% borrowernumber %]&batch=1"> |
82 |
<form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/circ/circulation.pl"> |
| 83 |
<fieldset id="circ_circulation_issue"> |
83 |
<fieldset id="circ_circulation_issue"> |
| 84 |
<label for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> |
84 |
<label for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> |
| 85 |
<fieldset class="rows"> |
85 |
<fieldset class="rows"> |
|
Lines 110-118
$(document).ready(function() {
Link Here
|
| 110 |
[% ELSIF borrower %] |
110 |
[% ELSIF borrower %] |
| 111 |
[% IF confirmation_needed && CAN_user_circulate_force_checkout %] |
111 |
[% IF confirmation_needed && CAN_user_circulate_force_checkout %] |
| 112 |
<h3>Batch checkout confirmation [% IF borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h3> |
112 |
<h3>Batch checkout confirmation [% IF borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h3> |
| 113 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% borrowernumber %]" id="mainform" name="mainform" autocomplete="off"> |
113 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
| 114 |
[% ELSE %] |
114 |
[% ELSE %] |
| 115 |
<h3>Batch checkout information [% IF borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h3> |
115 |
<h3>Batch checkout information [% IF borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] |[% batch %]|[% END %]</h3> |
| 116 |
[% END %] |
116 |
[% END %] |
| 117 |
<table id="checkout_infos"> |
117 |
<table id="checkout_infos"> |
| 118 |
<thead> |
118 |
<thead> |
| 119 |
- |
|
|