Lines 219-224
Link Here
|
219 |
[% IF recalls.count %] |
219 |
[% IF recalls.count %] |
220 |
<form method="post" action="/cgi-bin/koha/recalls/request.pl"> |
220 |
<form method="post" action="/cgi-bin/koha/recalls/request.pl"> |
221 |
<input type="hidden" name="op" value="cancel_multiple_recalls"> |
221 |
<input type="hidden" name="op" value="cancel_multiple_recalls"> |
|
|
222 |
<input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]"> |
222 |
<input type="checkbox" id="select_all"> <span id="select_all_text">Select all</span> |
223 |
<input type="checkbox" id="select_all"> <span id="select_all_text">Select all</span> |
223 |
[% INCLUDE 'recalls.inc' %] |
224 |
[% INCLUDE 'recalls.inc' %] |
224 |
<fieldset class="action"> |
225 |
<fieldset class="action"> |