Subversion Repositories SmartDukaan

Rev

Rev 29211 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29211 Rev 32463
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>Image</th>
12
	    					<th>Auth Users</th>
13
	    					<th>Auth Users</th>
13
	    					<th>Created Date</th>
14
	    					<th>Created Date</th>
14
	    					<th>Reset Password</th>
15
	    					<th>Reset Password</th>
15
	    					<th>Remove</th>
16
	    					<th>Remove</th>
16
	    				</tr>
17
	    				</tr>
Line 28... Line 29...
28
			    						#else
29
			    						#else
29
			    							<span></span>
30
			    							<span></span>
30
			    							<button class="mk_gmail_edit btn btn-primary" data-id="$authUser.getEmailId()">Add</button> 
31
			    							<button class="mk_gmail_edit btn btn-primary" data-id="$authUser.getEmailId()">Add</button> 
31
			    						#end
32
			    						#end
32
			    					</td>
33
			    					</td>
-
 
34
			    					<td>
-
 
35
 
-
 
36
                                                                              #if($authUser.getImageUrl())
-
 
37
                                                                              <span> $authUser.getImageUrl() </span>
-
 
38
                                                                               	<button class="img_edit btn btn-primary" data-id="$authUser.getEmailId()">Edit</button>
-
 
39
                                                                               	#else
-
 
40
                                                                               	<span></span>
-
 
41
                                                                              	<button class="img_edit btn btn-primary" data-id="$authUser.getEmailId()">Edit</button>
-
 
42
                                                                                #end
-
 
43
 
-
 
44
                                                                           </td>
-
 
45
 
-
 
46
 
-
 
47
 
33
			    					#if($authUser.getManagerId() != 0)
48
			    					#if($authUser.getManagerId() != 0)
34
			    					<td>
49
			    					<td>
35
			    					<select  class="form-control input-sm" id = "auth-users" name = "auth-users" placeholder="Authusers">
50
			    					<select  class="form-control input-sm" id = "auth-users" name = "auth-users" placeholder="Authusers">
36
					                   <option value="$userManagerMap.get($authUser.getId()).getId()" selected>$userManagerMap.get($authUser.getId()).getFullName()</option>
51
					                   <option value="$userManagerMap.get($authUser.getId()).getId()" selected>$userManagerMap.get($authUser.getId()).getFullName()</option>
37
 
52