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