|
Lines 545-561
Link Here
|
| 545 |
<input type="hidden" name="cancel_reserve" value="0" /> |
545 |
<input type="hidden" name="cancel_reserve" value="0" /> |
| 546 |
<input id="confirm-hold-barcode" type="hidden" name="barcode" value="[% barcode | html %]" /> |
546 |
<input id="confirm-hold-barcode" type="hidden" name="barcode" value="[% barcode | html %]" /> |
| 547 |
|
547 |
|
| 548 |
<button type="submit" class="btn btn-default approve" data-dismiss="modal"> |
548 |
<button type="submit" class="btn btn-default approve" data-dismiss="modal" accesskey="y"> |
| 549 |
<i class="fa fa-check"></i> Confirm hold |
549 |
<i class="fa fa-check"></i> Confirm hold (Y) |
| 550 |
</button> |
550 |
</button> |
| 551 |
|
551 |
|
| 552 |
<input type="hidden" name="print_slip" value="0" /> |
552 |
<input type="hidden" name="print_slip" value="0" /> |
| 553 |
<button type="button" class="btn btn-default print"> |
553 |
<button type="button" class="btn btn-default print" accesskey="P"> |
| 554 |
<i class="fa fa-print"></i> Print slip and confirm |
554 |
<i class="fa fa-print"></i> Print slip and confirm (P) |
| 555 |
</button> |
555 |
</button> |
| 556 |
|
556 |
|
| 557 |
<button type="button" class="btn btn-default deny cancel-hold"> |
557 |
<button type="button" class="btn btn-default deny cancel-hold" accesskey="X"> |
| 558 |
<i class="fa fa-times"></i> Cancel hold |
558 |
<i class="fa fa-times"></i> Cancel hold (X) |
| 559 |
</button> |
559 |
</button> |
| 560 |
</div> <!-- /.modal-footer --> |
560 |
</div> <!-- /.modal-footer --> |
| 561 |
</form> <!-- /.confirm --> |
561 |
</form> <!-- /.confirm --> |
|
Lines 713-730
Link Here
|
| 713 |
|
713 |
|
| 714 |
<div class="modal-footer"> |
714 |
<div class="modal-footer"> |
| 715 |
[% IF ( transfertodo ) %] |
715 |
[% IF ( transfertodo ) %] |
| 716 |
<button type="submit" class="btn btn-default approve"> |
716 |
<button type="submit" class="btn btn-default approve" accesskey="y"> |
| 717 |
<i class="fa fa-check"></i> Confirm hold and transfer |
717 |
<i class="fa fa-check"></i> Confirm hold and transfer (Y) |
| 718 |
</button> |
718 |
</button> |
| 719 |
<button type="button" class="btn btn-default print"> |
719 |
<button type="button" class="btn btn-default print" accesskey="p"> |
| 720 |
<i class="fa fa-print"></i> Print slip, transfer, and confirm |
720 |
<i class="fa fa-print"></i> Print slip, transfer, and confirm (P) |
| 721 |
</button> |
721 |
</button> |
| 722 |
[% ELSE %] |
722 |
[% ELSE %] |
| 723 |
<button type="submit" class="btn btn-default approve"> |
723 |
<button type="submit" class="btn btn-default approve" accesskey="y"> |
| 724 |
<i class="fa fa-check"></i> Confirm hold |
724 |
<i class="fa fa-check"></i> Confirm hold (Y) |
| 725 |
</button> |
725 |
</button> |
| 726 |
<button type="button" class="btn btn-default print"> |
726 |
<button type="button" class="btn btn-default print" accesskey="p"> |
| 727 |
<i class="fa fa-print"></i> Print slip and confirm |
727 |
<i class="fa fa-print"></i> Print slip and confirm (P) |
| 728 |
</button> |
728 |
</button> |
| 729 |
[% END %] |
729 |
[% END %] |
| 730 |
|
730 |
|
| 731 |
- |
|
|