Subversion Repositories SmartDukaan

Rev

Rev 6443 | Rev 6495 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6443 Rev 6445
Line 117... Line 117...
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>
122
								<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">Coupon applied for Rs.$action.getCouponAmount()</div>
122
								<div style="margin-top:7px;color:blue;text-align:center;padding:5px 0 5px 0;width:100%;background-color:white;font-size:14px;border:solid 1px blue">Coupon applied for Rs.$action.getCouponAmount()</div>
123
							#else
123
							#else
124
								<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>
124
								<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>
125
							#end
125
							#end
126
						#end	
126
						#end	
127
						<br>
127
						<br>