Subversion Repositories SmartDukaan

Rev

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

Rev 27595 Rev 29209
Line -... Line 1...
-
 
1
 
1
<section class="wrapper">
2
<section class="wrapper">
2
	<div class="row">
3
	<div class="row">
3
		<div class="col-lg-12">
4
		<div class="col-lg-12">
4
			<h3 class="page-header"><i class="icon_document_alt"></i>USER</h3>
5
			<h3 class="page-header"><i class="icon_document_alt"></i>USER</h3>
5
			<ol class="breadcrumb">
6
			<ol class="breadcrumb">
Line 46... Line 47...
46
	    					<th>First Name</th>
47
	    					<th>First Name</th>
47
	    					<th>Last Name</th>
48
	    					<th>Last Name</th>
48
	    					<th>Email</th>
49
	    					<th>Email</th>
49
	    					<th>Mobile Number</th>
50
	    					<th>Mobile Number</th>
50
	    					<th>Gmail Id</th>
51
	    					<th>Gmail Id</th>
-
 
52
	    					<th>Auth Users</th>
51
	    					<th>Created Date</th>
53
	    					<th>Created Date</th>
52
	    					<th>Reset Password</th>
54
	    					<th>Reset Password</th>
53
	    					<th>Remove</th>
55
	    					<th>Remove</th>
54
	    				</tr>
56
	    				</tr>
55
	    				#if(!$authUsers.isEmpty())
57
	    				#if(!$authUsers.isEmpty())
Line 66... Line 68...
66
			    						#else
68
			    						#else
67
			    							<span></span>
69
			    							<span></span>
68
			    							<button class="mk_gmail_edit btn btn-primary" data-id="$authUser.getEmailId()">Add</button> 
70
			    							<button class="mk_gmail_edit btn btn-primary" data-id="$authUser.getEmailId()">Add</button> 
69
			    						#end
71
			    						#end
70
			    					</td>
72
			    					</td>
-
 
73
			    					#if($authUser.getManagerId() != 0)
-
 
74
			    					<td>
-
 
75
			    					<select  class="form-control input-sm" id = "auth-users" name = "auth-users" placeholder="Authusers">
-
 
76
					                  <option value="$userManagerMap.get($authUser.getId()).getManagerId()" selected>$userManagerMap.get($authUser.getId()).getFullName()</option>
-
 
77
				               	    #foreach($activeAuthUser in $activeAuthUsers)
-
 
78
         			                	<option value="$activeAuthUser.getId()">$activeAuthUser.getFullName()</option>
-
 
79
         		                 	#end
-
 
80
	                                 </select>
-
 
81
	                                 <button class="btn btn-primary add-manager" data-id="$authUser.getId()">Add</button> 
-
 
82
			    					</td>
-
 
83
			    					
-
 
84
			    					#else
-
 
85
			                       <td>
-
 
86
        	                       	  <select  class="form-control input-sm" id = "auth-users" name = "auth-users" placeholder="Authusers">
-
 
87
					                  <option value="" disabled selected>AuthUsers</option>
-
 
88
				               	    #foreach($activeAuthUser in $activeAuthUsers)
-
 
89
         			                	<option value="$activeAuthUser.getId()">$activeAuthUser.getFullName()</option>
-
 
90
         		                 	#end
-
 
91
	                                 </select>
-
 
92
	                                 <button class="btn btn-primary add-manager" data-id="$authUser.getId()">Add</button> 
-
 
93
        	                     </td>
-
 
94
        	                     #end
-
 
95
			    					
71
			    					<td>$authUser.getFormattedCreateTimestamp()</td>
96
			    					<td>$authUser.getFormattedCreateTimestamp()</td>
72
			    					<td><button class="btn btn-primary reset-password" data-id="$authUser.getEmailId()">Reset</button></td>
97
			    					<td><button class="btn btn-primary reset-password" data-id="$authUser.getEmailId()">Reset</button></td>
73
			    					<td><button class="btn btn-primary remove-user" data-id="$authUser.getId()">Remove</button></td>
98
			    					<td><button class="btn btn-primary remove-user" data-id="$authUser.getId()">Remove</button></td>
74
			    				</tr>
99
			    				</tr>
75
			    			#end
100
			    			#end
Line 103... Line 128...
103
	    </div>
128
	    </div>
104
    #end
129
    #end
105
</section>
130
</section>
106
<div id="auth-user-details-container" style="background:white;background-color:white;">
131
<div id="auth-user-details-container" style="background:white;background-color:white;">
107
</div>
132
</div>
-
 
133
 
-
 
134
 
-
 
135
 
-
 
136
 
-
 
137
 
-
 
138
 
108
	
139
	
109
140