Subversion Repositories SmartDukaan

Rev

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

Rev 6260 Rev 6307
Line 97... Line 97...
97
                        <span style="display:inline-block; width:300px">#if($action.getRechargeType()=="1")Mobile Number#else Account Number#end : </span><span>$action.getNumber()</span><br>
97
                        <span style="display:inline-block; width:300px">#if($action.getRechargeType()=="1")Mobile Number#else Account Number#end : </span><span>$action.getNumber()</span><br>
98
						<span style="display:inline-block; width:300px">Operator : </span><span>$action.getOperatorName()</span><br>
98
						<span style="display:inline-block; width:300px">Operator : </span><span>$action.getOperatorName()</span><br>
99
						<span style="display:inline-block; width:300px">Recharge amount : </span><span>Rs. $action.getTotalAmount()</span><br>
99
						<span style="display:inline-block; width:300px">Recharge amount : </span><span>Rs. $action.getTotalAmount()</span><br>
100
						<hr style="width: 615px;height: 2px;background-color: black;border: none;">
100
						<hr style="width: 615px;height: 2px;background-color: black;border: none;">
101
						
101
						
102
    					#if(!$action.isLoggedIn())
102
    					#if($action.shouldPromptForWallet())
103
							<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>
103
							<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>
104
						#else
104
						#else
105
							<div style="font-size:15px;color:red;">$action.getMessage()</div>
105
							<div style="font-size:15px;color:red;">$action.getMessage()</div>
106
						#end
106
						#end
107
						<br><br>
107
						<br><br>