| Line 111... |
Line 111... |
| 111 |
<input type="button" value="Apply" id="applyRechargeCoupon" class="new-button" style="height: 20px;"></input>
|
111 |
<input type="button" value="Apply" id="applyRechargeCoupon" class="new-button" style="height: 20px;"></input>
|
| 112 |
</div>
|
112 |
</div>
|
| 113 |
#elseif($action.getCouponMessage() == "Invalid Coupon")
|
113 |
#elseif($action.getCouponMessage() == "Invalid Coupon")
|
| 114 |
<div style="margin-top:7px;color:red;text-align:center;padding:5px 0 5px 0;width:100%;background-color:white;font-size:14px;border:solid 1px red">$action.getCouponMessage()</div>
|
114 |
<div style="margin-top:7px;color:red;text-align:center;padding:5px 0 5px 0;width:100%;background-color:white;font-size:14px;border:solid 1px red">$action.getCouponMessage()</div>
|
| 115 |
<div style="font-size: 13px;padding: 10px 10px 10px 0px;"><span class="left">Have a Coupon Code? Enter here:</span>
|
115 |
<div style="font-size: 13px;padding: 10px 10px 10px 0px;"><span class="left">Have a Coupon Code? Enter here:</span>
|
| 116 |
<input name="discountCode" style="width:200px;height:18px;margin-left:30px;" class="searchbox" type="text"></input>
|
116 |
<input id="discountCode" name="discountCode" style="width:200px;height:18px;margin-left:30px;" class="searchbox" type="text"></input>
|
| 117 |
<input type="button" value="Apply" id="applyRechargeCoupon" class="new-button" style="height: 20px;"></input>
|
117 |
<input type="button" value="Apply" id="applyRechargeCoupon" class="new-button" style="height: 20px;"></input>
|
| 118 |
</div>
|
118 |
</div>
|
| 119 |
#else
|
119 |
#else
|
| 120 |
#if($action.getCouponAmount() > 0)
|
120 |
#if($action.getCouponAmount() > 0)
|
| 121 |
<br>
|
121 |
<br>
|