Subversion Repositories SmartDukaan

Rev

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

Rev 27595 Rev 29209
Line 7... Line 7...
7
	    					<th>First Name</th>
7
	    					<th>First Name</th>
8
	    					<th>Last Name</th>
8
	    					<th>Last Name</th>
9
	    					<th>Email</th>
9
	    					<th>Email</th>
10
	    					<th>Mobile Number</th>
10
	    					<th>Mobile Number</th>
11
	    					<th>Gmail Id</th>
11
	    					<th>Gmail Id</th>
-
 
12
	    					<th>Auth Users</th>
12
	    					<th>Created Date</th>
13
	    					<th>Created Date</th>
13
	    					<th>Reset Password</th>
14
	    					<th>Reset Password</th>
14
	    					<th>Remove</th>
15
	    					<th>Remove</th>
15
	    				</tr>
16
	    				</tr>
16
	    				#if(!$authUsers.isEmpty())
17
	    				#if(!$authUsers.isEmpty())
Line 27... Line 28...
27
			    						#else
28
			    						#else
28
			    							<span></span>
29
			    							<span></span>
29
			    							<button class="mk_gmail_edit btn btn-primary" data-id="$authUser.getEmailId()">Add</button> 
30
			    							<button class="mk_gmail_edit btn btn-primary" data-id="$authUser.getEmailId()">Add</button> 
30
			    						#end
31
			    						#end
31
			    					</td>
32
			    					</td>
-
 
33
			    					#if($authUser.getManagerId() != 0)
-
 
34
			    					<td>
-
 
35
			    					<select  class="form-control input-sm" id = "auth-users" name = "auth-users" placeholder="Authusers">
-
 
36
					                   <option value="$userManagerMap.get($authUser.getId()).getManagerId()" selected>$userManagerMap.get($authUser.getId()).getFullName()</option>
-
 
37
 
-
 
38
				               	    #foreach($activeAuthUser in $activeAuthUsers)
-
 
39
         			                	<option value="$activeAuthUser.getId()">$activeAuthUser.getFullName()</option>
-
 
40
         		                 	#end
-
 
41
	                                 </select>
-
 
42
	                                 <button class="btn btn-primary add-manager" data-id="$authUser.getId()">Add</button> 
-
 
43
			    					</td>
-
 
44
			    					
-
 
45
			    					#else
-
 
46
			    					
-
 
47
			    					<td>
-
 
48
        	                       	 <select  class="form-control input-sm" id = "auth-users" name = "auth-users" placeholder="Authusers">
-
 
49
					                  <option value="" disabled selected>AuthUsers</option>
-
 
50
				               	    #foreach($activeAuthUser in $activeAuthUsers)
-
 
51
         			                	<option value="$activeAuthUser.getId()">$activeAuthUser.getFullName()</option>
-
 
52
         		                 	#end
-
 
53
	                                 </select>
-
 
54
	                                 <button class="btn btn-primary add-manager" data-id="$authUser.getId()">Add</button> 
-
 
55
        	                       </td>
-
 
56
        	                     
-
 
57
        	                     #end
32
			    					<td>$authUser.getFormattedCreateTimestamp()</td>
58
			    					<td>$authUser.getFormattedCreateTimestamp()</td>
33
			    					<td><button class="btn btn-primary reset-password" data-id="$authUser.getEmailId()">Reset</button></td>
59
			    					<td><button class="btn btn-primary reset-password" data-id="$authUser.getEmailId()">Reset</button></td>
34
			    					<td><button class="btn btn-primary remove-user" data-id="$authUser.getId()">Remove</button></td>
60
			    					<td><button class="btn btn-primary remove-user" data-id="$authUser.getId()">Remove</button></td>
35
			    				</tr>
61
			    				</tr>
36
			    			#end
62
			    			#end