Subversion Repositories SmartDukaan

Rev

Rev 10536 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10536 Rev 20222
Line 135... Line 135...
135
						<span style="display:inline-block; width:300px">Operator : </span><span>$action.getOperatorName()</span><br>
135
						<span style="display:inline-block; width:300px">Operator : </span><span>$action.getOperatorName()</span><br>
136
						<span style="display:inline-block; width:300px">Recharge amount : </span><span>Rs. $action.getTotalAmount()</span><br>
136
						<span style="display:inline-block; width:300px">Recharge amount : </span><span>Rs. $action.getTotalAmount()</span><br>
137
						<hr style="width: 615px;height: 2px;background-color: black;border: none;margin: 25px 0px;">
137
						<hr style="width: 615px;height: 2px;background-color: black;border: none;margin: 25px 0px;">
138
						
138
						
139
    					#if($action.shouldPromptForWallet())
139
    					#if($action.shouldPromptForWallet())
140
							<div style="font-size:15px;color:red">If you want to use wallet please <a href="/login?redirectUrl=/recharge"><b>LOGIN NOW</b></a></div>
140
							<div style="font-size:15px;color:red">If you want to use wallet please <a href="javascript:void(0)" onclick="loginsignup()"><b>LOGIN NOW</b></a></div>
141
						#else
141
						#else
142
							<div style="font-size:15px;">$action.getMessage()</div>
142
							<div style="font-size:15px;">$action.getMessage()</div>
143
						#end
143
						#end
144
						
144
						
145
						#if($action.getCouponMessage() == "")
145
						#if($action.getCouponMessage() == "")