Koha/koha-tmpl/opac-tmpl/bootstrap/en/includes/recordedbooks-checkout.inc
Nick Clemens 903cf19f9c Bug 17602: (RM follow-up) QA tool issues
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2018-10-01 16:12:20 +00:00

15 lines
862 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div id="recordedbooks-checkout" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="recordedbooks-checkout-label" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="recordedbooks-checkout-label">Checkout</h3>
</div>
<form action="#" method="post" id="recordedbooks-checkout-form">
<div class="modal-body">
<input type="hidden" name="id" value="" />
</div>
<div class="modal-footer">
<input type="submit" class="btn btn-default recordedbooks-checkout-submit" value="Checkout" />
<a href="#" data-dismiss="modal" aria-hidden="true" class="cancel">Cancel</a>
</div>
</form> <!-- /#recordedbooks-checkout-form -->
</div> <!-- /#recordedbooks-checkout -->