|
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 |
- |
|
|