| Line 22... |
Line 22... |
| 22 |
<h4 class="modal-title">Cancel Order</h4>
|
22 |
<h4 class="modal-title">Cancel Order</h4>
|
| 23 |
</div>
|
23 |
</div>
|
| 24 |
<div class="modal-body">
|
24 |
<div class="modal-body">
|
| 25 |
|
25 |
|
| 26 |
<div class=form-inline'>
|
26 |
<div class=form-inline'>
|
| 27 |
<label for='reason'>Reason:</label>
|
27 |
<div class="col-lg-6">
|
| 28 |
<select class='form-control input-sm' id='selectreason' onchange="myFunction()" >
|
28 |
<select class='form-control input-sm' id='selectreason' onchange="myFunction()" >
|
| 29 |
<option selected disabled>Reasons</option>
|
29 |
<option selected disabled>Reasons</option>
|
| 30 |
<option value='The model is currently not in stock with Brand/ND'>The model is currently not in stock with Brand/ND</option>
|
30 |
<option value='The model is currently not in stock with Brand/ND'>The model is currently not in stock with Brand/ND</option>
|
| 31 |
<option value='The model is currently not available in the specific color with Brand/ND'>The model is currently not available in the specific color with Brand/ND</option>
|
31 |
<option value='The model is currently not available in the specific color with Brand/ND'>The model is currently not available in the specific color with Brand/ND</option>
|
| 32 |
<option value='The model/color is discontinued.'>The model/color is discontinued.</option>
|
32 |
<option value='The model/color is discontinued.'>The model/color is discontinued.</option>
|
| 33 |
<option value='other'>other</option>
|
33 |
<option value='other'>other</option>
|
| 34 |
</select>
|
34 |
</select>
|
| 35 |
<br>
|
35 |
<br>
|
| 36 |
<textarea class='form-control' rows='1' id='textreason'></textarea>
|
36 |
<textarea class='form-control' rows='1' id='textreason'></textarea>
|
| 37 |
</div>
|
37 |
</div>
|
| - |
|
38 |
|
| - |
|
39 |
<div class="col-lg-6">
|
| - |
|
40 |
<textarea class='form-control' rows='3' id='orderIds'></textarea>
|
| - |
|
41 |
</div>
|
| - |
|
42 |
<br>
|
| - |
|
43 |
</div>
|
| 38 |
|
44 |
|
| - |
|
45 |
<br>
|
| 39 |
<div class="-selected-cancel-order-table">
|
46 |
<div class="-selected-cancel-order-table">
|
| 40 |
|
47 |
|
| 41 |
<div class = "row">
|
48 |
<div class = "row">
|
| 42 |
|
49 |
|
| 43 |
<div class="col-lg-12">
|
50 |
<div class="col-lg-12">
|