|
Lines 689-699
Link Here
|
| 689 |
[% IF RESERVE.suspend %] |
689 |
[% IF RESERVE.suspend %] |
| 690 |
<form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
690 |
<form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
| 691 |
<input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> |
691 |
<input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> |
| 692 |
<button class="btn btn-link" type="submit" name="submit"><i class="icon-play"></i> Resume</button> |
692 |
<button class="btn btn-link" type="submit" name="submit"><i class="fa fa-play"></i> Resume</button> |
| 693 |
</form> |
693 |
</form> |
| 694 |
[% ELSE %] |
694 |
[% ELSE %] |
| 695 |
[% IF AutoResumeSuspendedHolds %] |
695 |
[% IF AutoResumeSuspendedHolds %] |
| 696 |
<a class="btn btn-link js-show" href="#suspendModal[% RESERVE.reserve_id %]" role="button" data-toggle="modal"><i class="icon-pause"></i> Suspend</a> |
696 |
<a class="btn btn-link js-show" href="#suspendModal[% RESERVE.reserve_id %]" role="button" data-toggle="modal"><i class="fa fa-pause"></i> Suspend</a> |
| 697 |
[% # hold suspend modal form %] |
697 |
[% # hold suspend modal form %] |
| 698 |
<div id="suspendModal[% RESERVE.reserve_id %]" class="modal-nojs" tabindex="-1" role="dialog" aria-labelledby="suspendModal[% RESERVE.reserve_id %]Label" aria-hidden="true"> |
698 |
<div id="suspendModal[% RESERVE.reserve_id %]" class="modal-nojs" tabindex="-1" role="dialog" aria-labelledby="suspendModal[% RESERVE.reserve_id %]Label" aria-hidden="true"> |
| 699 |
<form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
699 |
<form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
|
Lines 722-728
Link Here
|
| 722 |
[% ELSE %] |
722 |
[% ELSE %] |
| 723 |
<form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
723 |
<form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
| 724 |
<input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> |
724 |
<input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> |
| 725 |
<button class="btn btn-link" type="submit" name="submit"><i class="icon-pause"></i> Suspend</button> |
725 |
<button class="btn btn-link" type="submit" name="submit"><i class="fa fa-pause"></i> Suspend</button> |
| 726 |
</form> |
726 |
</form> |
| 727 |
[% END # / IF AutoResumeSuspendedHolds %] |
727 |
[% END # / IF AutoResumeSuspendedHolds %] |
| 728 |
[% END # / IF RESERVE.suspend %] |
728 |
[% END # / IF RESERVE.suspend %] |
|
Lines 734-740
Link Here
|
| 734 |
<form action="/cgi-bin/koha/opac-modrequest.pl" method="post"> |
734 |
<form action="/cgi-bin/koha/opac-modrequest.pl" method="post"> |
| 735 |
<input type="hidden" name="biblionumber" value="[% RESERVE.biblionumber %]" /> |
735 |
<input type="hidden" name="biblionumber" value="[% RESERVE.biblionumber %]" /> |
| 736 |
<input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> |
736 |
<input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> |
| 737 |
<button type="submit" name="submit" class="btn btn-mini btn-danger" onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);"><i class="icon-remove icon-white"></i> Cancel</button></form> |
737 |
<button type="submit" name="submit" class="btn btn-xs btn-danger" onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);"><i class="fa fa-remove"></i> Cancel</button></form> |
| 738 |
[% END %] |
738 |
[% END %] |
| 739 |
</td> |
739 |
</td> |
| 740 |
</tr> |
740 |
</tr> |
|
Lines 745-751
Link Here
|
| 745 |
[% IF SuspendHoldsOpac %] |
745 |
[% IF SuspendHoldsOpac %] |
| 746 |
<div> |
746 |
<div> |
| 747 |
<form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
747 |
<form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
| 748 |
<button type="submit" name="submit" class="btn" onclick="return confirmDelete(MSG_CONFIRM_SUSPEND_HOLDS);"><i class="icon-pause"></i> Suspend all holds</button> |
748 |
<button type="submit" name="submit" class="btn" onclick="return confirmDelete(MSG_CONFIRM_SUSPEND_HOLDS);"><i class="fa fa-pause"></i> Suspend all holds</button> |
| 749 |
<input type="hidden" name="suspend" value="1" /> |
749 |
<input type="hidden" name="suspend" value="1" /> |
| 750 |
|
750 |
|
| 751 |
[% IF AutoResumeSuspendedHolds %] |
751 |
[% IF AutoResumeSuspendedHolds %] |
|
Lines 758-764
Link Here
|
| 758 |
<br/> |
758 |
<br/> |
| 759 |
<div> |
759 |
<div> |
| 760 |
<form action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
760 |
<form action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
| 761 |
<button type="submit" name="submit" class="btn" onclick="return confirmDelete(MSG_CONFIRM_RESUME_HOLDS);"><i class="icon-play"></i> Resume all suspended holds</button> |
761 |
<button type="submit" name="submit" class="btn" onclick="return confirmDelete(MSG_CONFIRM_RESUME_HOLDS);"><i class="fa fa-play"></i> Resume all suspended holds</button> |
| 762 |
<input type="hidden" name="suspend" value="0" /> |
762 |
<input type="hidden" name="suspend" value="0" /> |
| 763 |
</form> |
763 |
</form> |
| 764 |
</div> |
764 |
</div> |
|
Lines 854-860
Link Here
|
| 854 |
|
854 |
|
| 855 |
<td class="article-request-cancel"> |
855 |
<td class="article-request-cancel"> |
| 856 |
<span class="tdlabel">Cancel:</span> |
856 |
<span class="tdlabel">Cancel:</span> |
| 857 |
<a class="btn btn-mini btn-danger" href="opac-article-request-cancel.pl?id=[% ar.id %]" onclick="return confirmDelete(MSG_CONFIRM_DELETE_ARTREQ);"><i class="icon-remove icon-white"></i> Cancel</a> |
857 |
<a class="btn btn-xs btn-danger" href="opac-article-request-cancel.pl?id=[% ar.id %]" onclick="return confirmDelete(MSG_CONFIRM_DELETE_ARTREQ);"><i class="fa fa-remove"></i> Cancel</a> |
| 858 |
</td> |
858 |
</td> |
| 859 |
</tr> |
859 |
</tr> |
| 860 |
[% END %] |
860 |
[% END %] |