Lines 410-424
Link Here
|
410 |
<ol> |
410 |
<ol> |
411 |
<li> <span id="apply_discount_item" class="label">Account type: </span><span></span> </li> |
411 |
<li> <span id="apply_discount_item" class="label">Account type: </span><span></span> </li> |
412 |
<li> <span id="charged" class="label">Amount charged: </span><span></span> </li> |
412 |
<li> <span id="charged" class="label">Amount charged: </span><span></span> </li> |
413 |
<li> |
|
|
414 |
<label for="apply_discount_note">Note: </label> |
415 |
<input type="text" id="apply_discount_note" name="apply_discount_note" /> |
416 |
</li> |
417 |
<li> |
413 |
<li> |
418 |
<label class="required" for="amount">Discount to apply: </label> |
414 |
<label class="required" for="amount">Discount to apply: </label> |
419 |
<input type="text" inputmode="numeric" pattern="[0-9]*" id="discount" name="amount" required="required" /> |
415 |
<input type="text" inputmode="numeric" pattern="[0-9]*" id="discount" name="amount" required="required" /> |
420 |
<span class="required">Required</span> |
416 |
<span class="required">Required</span> |
421 |
</li> |
417 |
</li> |
|
|
418 |
<li> |
419 |
<label for="apply_discount_note">Note: </label> |
420 |
<input type="text" id="apply_discount_note" name="apply_discount_note" /> |
421 |
</li> |
422 |
</ol> |
422 |
</ol> |
423 |
</fieldset> |
423 |
</fieldset> |
424 |
<!-- /.rows --> |
424 |
<!-- /.rows --> |
425 |
- |
|
|