|
Lines 493-499
Link Here
|
| 493 |
<input type="hidden" name="hold_borrower" value="[% resborrowernumber | html %]" /> |
493 |
<input type="hidden" name="hold_borrower" value="[% resborrowernumber | html %]" /> |
| 494 |
<input type="hidden" name="hold_itemnumber" value="[% item.itemnumber | html %]" /> |
494 |
<input type="hidden" name="hold_itemnumber" value="[% item.itemnumber | html %]" /> |
| 495 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" /> |
495 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" /> |
| 496 |
<button class="btn btn-default print" type="submit" onclick="Dopop('hold-transfer-slip.pl?reserve_id=[% reserve_id | uri %]&itemnumber=[% item.id | html %]');this.form.submit();" |
496 |
<button class="btn btn-default print" type="submit" accesskey="p" onclick="Dopop('hold-transfer-slip.pl?reserve_id=[% reserve_id | uri %]&itemnumber=[% item.id | html %]');this.form.submit();" |
| 497 |
><i class="fa fa-print"></i> Don't check out, confirm hold, and print slip (P)</button |
497 |
><i class="fa fa-print"></i> Don't check out, confirm hold, and print slip (P)</button |
| 498 |
> |
498 |
> |
| 499 |
</form> |
499 |
</form> |
|
Lines 501-507
Link Here
|
| 501 |
|
501 |
|
| 502 |
[% IF ( RECALLED ) %] |
502 |
[% IF ( RECALLED ) %] |
| 503 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
503 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
| 504 |
<button class="btn btn-default print" type="submit" onclick="Dopop('/cgi-bin/koha/recalls/recall_pickup_slip.pl?recall_id=[% RECALLED.id | html %]');this.form.submit();" |
504 |
<button class="btn btn-default print" type="submit" accesskey="p" onclick="Dopop('/cgi-bin/koha/recalls/recall_pickup_slip.pl?recall_id=[% RECALLED.id | html %]');this.form.submit();" |
| 505 |
><i class="fa fa-print"></i> Don't check out and print slip (P)</button |
505 |
><i class="fa fa-print"></i> Don't check out and print slip (P)</button |
| 506 |
> |
506 |
> |
| 507 |
</form> |
507 |
</form> |
| 508 |
- |
|
|