Lines 343-349
$(document).ready(function () {
Link Here
|
343 |
<div class="modal-footer"> |
343 |
<div class="modal-footer"> |
344 |
<input type="hidden" name="cancel_reserve" value="0" /> |
344 |
<input type="hidden" name="cancel_reserve" value="0" /> |
345 |
|
345 |
|
346 |
<button type="submit" class="btn btn-default approve" data-dismiss="modal"> |
346 |
<button type="submit" class="btn btn-default approve"> |
347 |
<i class="fa fa-check"></i> Confirm |
347 |
<i class="fa fa-check"></i> Confirm |
348 |
</button> |
348 |
</button> |
349 |
|
349 |
|
350 |
- |
|
|