View | Details | Raw Unified | Return to bug 38713
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/modals/checkout.inc (-2 / +1 lines)
Lines 11-17 Link Here
11
                <div id="availabilityResult"></div>
11
                <div id="availabilityResult"></div>
12
                <div class="form-group">
12
                <div class="form-group">
13
                    <label for="checkout_barcode">Enter item barcode: </label>
13
                    <label for="checkout_barcode">Enter item barcode: </label>
14
                    <input type="text" name="checkout_barcode" id="checkout_barcode" required="required"></input>
14
                    <input type="text" name="checkout_barcode" id="checkout_barcode" required="required" />
15
                </div>
15
                </div>
16
                <table id="checkoutsTable" class="table table-bordered table-striped" style="width:100%;">
16
                <table id="checkoutsTable" class="table table-bordered table-striped" style="width:100%;">
17
                    <thead>
17
                    <thead>
18
- 

Return to bug 38713