Subversion Repositories SmartDukaan

Rev

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

Rev 21934 Rev 21936
Line 76... Line 76...
76
		#if ($privateDealUser.isIsActive())
76
		#if ($privateDealUser.isIsActive())
77
			<span style="margin-right: 10px;font-weight:bold;color:green;">Current Status Active</span>
77
			<span style="margin-right: 10px;font-weight:bold;color:green;">Current Status Active</span>
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>
81
			<br><br>
82
			#if ($action.getDocumentVerified())
82
			#if ($action.getDocumentVerified())
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>
88
			<br><br>
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
		#else
91
		#else
92
			<span style="margin-right: 10px;font-weight:bold;color:red;">Current Status Inactive</span>
92
			<span style="margin-right: 10px;font-weight:bold;color:red;">Current Status Inactive</span>
93
			<br><br>
93
			<br><br>