Subversion Repositories SmartDukaan

Rev

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

Rev 21937 Rev 22350
Line 78... Line 78...
78
			<br><br>
78
			<br><br>
79
			<span style="margin-right: 10px;">Deactivate User : </span>
79
			<span style="margin-right: 10px;">Deactivate User : </span>
80
			<input type="button" class="change-private-deal-user-status" userId="$customerId" active="false" value="Update">
80
			<input type="button" class="change-private-deal-user-status" userId="$customerId" active="false" value="Update">
81
			<br><br>
81
			<br><br>
82
			#if ($action.isDocumentVerified())
82
			#if ($action.isDocumentVerified())
83
			<span style="margin-right:10px;">Retailer verified!</span>
83
				<span style="margin-right:10px;">Retailer verified!</span>
84
			<span style="margin-right:10px;">GST No - $action.getGstin()</span>
84
				<span style="margin-right:10px;">GST No - $action.getGstin()</span>
85
			#else 
85
			#else 
86
			<span style="margin-right:10px;">GST No - </span>
86
				<span style="margin-right:10px;">GST No - </span>
87
			<span><input type="text name="gstin" id="gstin"></span>
87
				<span><input type="text name="gstin" id="gstin"></span>
-
 
88
				<br>
-
 
89
				<span style="margin-right: 10px;font-weight:bold;color:green;">Address Details</span>
88
			<br><br>
90
				<br><br>
89
			<input type="button" id="verifyDoc" value="Verify Retailer" onclick="verifyDoc($action.getUserId())"/>
91
				<input type="button" id="verifyDoc" value="Verify Retailer" onclick="verifyDoc($action.getUserId())"/>
-
 
92
				<br><br>
-
 
93
				<span style="margin-right:10px;">Line 1</span>
-
 
94
				<span><input type="text name="line1" value="$primaryAddress.getLine1()" id="line1"></span>
-
 
95
				<br>
-
 
96
				<span style="margin-right:10px;">Line 2</span>
-
 
97
				<span><input type="text name="line2" value="$primaryAddress.getLine2()" id="line2"></span>
-
 
98
				<br>
-
 
99
				<span style="margin-right:10px;">City</span>
-
 
100
				<span><input type="text name="city" value="$primaryAddress.getCity()" id="city"></span>
-
 
101
				<br>
-
 
102
				<span style="margin-right:10px;">Pin Code</span>
-
 
103
				<span><input type="text name="pinCode" value="$primaryAddress.getPin()" id="pinCode"></span>
-
 
104
				<br>
-
 
105
				<span style="margin-right:10px;">State</span>
-
 
106
				<span><input type="text name="state" value="$action.getPrimaryAddress().getState()" id="state"></span>
-
 
107
				<br><br>
-
 
108
				<input type="button" class="update-address" id="updateAddress" value="Update Address" onclick="updateAddress($action.getUserId())"/>
90
			#end
109
			#end
91
		#else
110
		#else
92
			<span style="margin-right: 10px;font-weight:bold;color:red;">Current Status Inactive</span>
111
			<span style="margin-right: 10px;font-weight:bold;color:red;">Current Status Inactive</span>
93
			<br><br>
112
			<br><br>
94
			<span style="margin-right: 10px;">Activate User : </span>
113
			<span style="margin-right: 10px;">Activate User : </span>