Subversion Repositories SmartDukaan

Rev

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

Rev 24485 Rev 25570
Line 43... Line 43...
43
	    					<th>Email</th>
43
	    					<th>Email</th>
44
	    					<th>Mobile Number</th>
44
	    					<th>Mobile Number</th>
45
	    					<th>Gmail Id</th>
45
	    					<th>Gmail Id</th>
46
	    					<th>Created Date</th>
46
	    					<th>Created Date</th>
47
	    					<th>Reset Password</th>
47
	    					<th>Reset Password</th>
-
 
48
	    					<th>Remove</th>
48
	    				</tr>
49
	    				</tr>
49
	    				#if(!$authUsers.isEmpty())
50
	    				#if(!$authUsers.isEmpty())
50
			    			#foreach( $authUser in $authUsers )
51
			    			#foreach( $authUser in $authUsers )
51
			    				<tr>
52
			    				<tr>
52
			    					<td>$authUser.getFirstName()</td>
53
			    					<td>$authUser.getFirstName()</td>
Line 61... Line 62...
61
			    							<button class="mk_gmail_edit btn btn-primary" data-id="$authUser.getEmailId()">Add</button> 
62
			    							<button class="mk_gmail_edit btn btn-primary" data-id="$authUser.getEmailId()">Add</button> 
62
			    						#end
63
			    						#end
63
			    					</td>
64
			    					</td>
64
			    					<td>$authUser.getFormattedCreateTimestamp()</td>
65
			    					<td>$authUser.getFormattedCreateTimestamp()</td>
65
			    					<td><button class="btn btn-primary reset-password" data-id="$authUser.getEmailId()">Reset</button></td>
66
			    					<td><button class="btn btn-primary reset-password" data-id="$authUser.getEmailId()">Reset</button></td>
-
 
67
			    					<td><button class="btn btn-primary remove-user" data-id="$authUser.getId()">Remove</button></td>
66
			    				</tr>
68
			    				</tr>
67
			    			#end
69
			    			#end
68
		    			#else
70
		    			#else
69
		    				<tr>
71
		    				<tr>
70
		    					<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
72
		    					<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>