Lines 201-207
Link Here
|
201 |
<td> |
201 |
<td> |
202 |
[% IF Koha.Preference('SuspendHoldsIntranet') %] |
202 |
[% IF Koha.Preference('SuspendHoldsIntranet') %] |
203 |
[% UNLESS ( hold.found ) %] |
203 |
[% UNLESS ( hold.found ) %] |
204 |
<button class="btn btn-default btn-xs" onclick="window.location.href='request.pl?action=toggleSuspend&reserve_id=[% hold.reserve_id | html %]&borrowernumber=[% hold.borrowernumber | html %]&biblionumber=[% hold.biblionumber | html %]&date=[% hold.date | html %]&suspend_until=' + $('#suspend_until_[% hold.reserve_id | html %]').val()"> |
204 |
<button class="btn btn-default btn-xs toggle-suspend" data-reserve-id="[% hold.reserve_id | html %]" data-borrowernumber="[% hold.borrowernumber | html %]" data-biblionumber="[% hold.biblionumber | html %]" data-date="[% hold.date | html %]"> |
205 |
[% IF ( hold.suspend ) %] |
205 |
[% IF ( hold.suspend ) %] |
206 |
<i class="fa fa-play" aria-hidden="true"></i> Unsuspend |
206 |
<i class="fa fa-play" aria-hidden="true"></i> Unsuspend |
207 |
[% ELSE %] |
207 |
[% ELSE %] |