Subversion Repositories SmartDukaan

Rev

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

Rev 22363 Rev 23244
Line 89... Line 89...
89
				<input type="button" id="verifyDoc" value="Verify Retailer" onclick="verifyDoc($action.getUserId())"/>
89
				<input type="button" id="verifyDoc" value="Verify Retailer" onclick="verifyDoc($action.getUserId())"/>
90
			#end
90
			#end
91
			<br><br>
91
			<br><br>
92
			<span style="margin-right: 10px;font-weight:bold;color:green;">Address Details</span>
92
			<span style="margin-right: 10px;font-weight:bold;color:green;">Address Details</span>
93
			<br><br>
93
			<br><br>
-
 
94
			<span style="margin-right:10px;">Registered Name</span>
-
 
95
			<span><input type="text name="name" value="$primaryAddress.getName()" id="line1"></span>
-
 
96
			<br>
94
			<span style="margin-right:10px;">Line 1</span>
97
			<span style="margin-right:10px;">Line 1</span>
95
			<span><input type="text name="line1" value="$primaryAddress.getLine1()" id="line1"></span>
98
			<span><input type="text name="line1" value="$primaryAddress.getLine1()" id="line1"></span>
96
			<br>
99
			<br>
97
			<span style="margin-right:10px;">Line 2</span>
100
			<span style="margin-right:10px;">Line 2</span>
98
			<span><input type="text name="line2" value="$primaryAddress.getLine2()" id="line2"></span>
101
			<span><input type="text name="line2" value="$primaryAddress.getLine2()" id="line2"></span>