Lines 607-622
function validate1(date) {
Link Here
|
607 |
</fieldset> |
607 |
</fieldset> |
608 |
</form> |
608 |
</form> |
609 |
|
609 |
|
610 |
[% IF SuspendHoldsIntranet %] |
610 |
[% IF Koha.Preference('SuspendHoldsIntranet') %] |
611 |
<fieldset class="action"> |
611 |
<fieldset class="action"> |
612 |
<form action="/cgi-bin/koha/reserve/modrequest_suspendall.pl" method="post"> |
612 |
<form action="/cgi-bin/koha/reserve/modrequest_suspendall.pl" method="post"> |
613 |
<input type="hidden" name="from" value="borrower" /> |
613 |
<input type="hidden" name="from" value="borrower" /> |
614 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
614 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
615 |
<input type="submit" value="Suspend all holds" /> |
615 |
<input type="submit" value="Suspend all holds" /> |
616 |
|
616 |
|
617 |
[% IF AutoResumeSuspendedHolds %] |
617 |
[% IF Koha.Preference('AutoResumeSuspendedHolds') %] |
618 |
<label for="suspend_until">until</label> |
618 |
<label for="suspend_until">until</label> |
619 |
<input type="text" size="10" id="suspend_until" name="suspend_until datepicker"/> |
619 |
<input type="text" size="10" id="suspend_until" name="suspend_until" class="datepicker"/> |
620 |
<span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span> |
620 |
<span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span> |
621 |
[% END %] |
621 |
[% END %] |
622 |
</form> |
622 |
</form> |