Subversion Repositories SmartDukaan

Rev

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

Rev 6307 Rev 6336
Line 95... Line 95...
95
                        <br>
95
                        <br>
96
						
96
						
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;margin: 25px 0px;">
101
						
101
						
102
    					#if($action.shouldPromptForWallet())
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>