Subversion Repositories SmartDukaan

Rev

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

Rev 13521 Rev 13522
Line 498... Line 498...
498
							#else
498
							#else
499
								<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
499
								<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
500
							#end
500
							#end
501
							<input type="hidden" name="deliveryLocation" id="deliveryLocation" value="$deliveryLocation">
501
							<input type="hidden" name="deliveryLocation" id="deliveryLocation" value="$deliveryLocation">
502
							
502
							
503
							#if(!$action.userinfo.isPrivateDealUser)
503
							#if(!$action.userinfo.isPrivateDealUser())
504
    						<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
504
    						<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
505
								<img src="/captcha" id="captchaImage" /><br/><br/>
505
								<img src="/captcha" id="captchaImage" /><br/><br/>
506
								<input id="captcha_response_box" class="captcha_text_blur" type="text" name="captcha_response_field" autocomplete="off">
506
								<input id="captcha_response_box" class="captcha_text_blur" type="text" name="captcha_response_field" autocomplete="off">
507
								<br/>Can't read the image? <a id="captchaanchor" style="cursor: pointer;" >Click here</a>.
507
								<br/>Can't read the image? <a id="captchaanchor" style="cursor: pointer;" >Click here</a>.
508
    						</div>
508
    						</div>