|
Lines 85-91
$(document).ready(function() {
Link Here
|
| 85 |
|
85 |
|
| 86 |
[% ELSE %] |
86 |
[% ELSE %] |
| 87 |
[% IF confirmation_needed && CAN_user_circulate_force_checkout %] |
87 |
[% IF confirmation_needed && CAN_user_circulate_force_checkout %] |
|
|
88 |
<h3>Batch checkout confirmation [% IF borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h1> |
| 88 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
89 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
|
|
90 |
[% ELSE %] |
| 91 |
<h3>Batch checkout information [% IF borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h1> |
| 89 |
[% END %] |
92 |
[% END %] |
| 90 |
<table id="checkout_infos"> |
93 |
<table id="checkout_infos"> |
| 91 |
<thead> |
94 |
<thead> |
| 92 |
- |
|
|