Subversion Repositories SmartDukaan

Rev

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

Rev 25570 Rev 27595
Line 1... Line 1...
1
		<div class="row">
1
		<div class="row">
2
	    	<div class="col-lg-12">
2
	    	<div class="col-lg-12">
3
	    		<table class="table table-striped table-advance table-hover">
3
	    		<table class="table table-striped table-advance table-hover">
4
	    			<tbody>
4
	    			<tbody>
5
	    				<tr>
5
	    				<tr>
-
 
6
	    				    <th>Employee Code</th>
6
	    					<th>First Name</th>
7
	    					<th>First Name</th>
7
	    					<th>Last Name</th>
8
	    					<th>Last Name</th>
8
	    					<th>Email</th>
9
	    					<th>Email</th>
9
	    					<th>Mobile Number</th>
10
	    					<th>Mobile Number</th>
10
	    					<th>Gmail Id</th>
11
	    					<th>Gmail Id</th>
Line 13... Line 14...
13
	    					<th>Remove</th>
14
	    					<th>Remove</th>
14
	    				</tr>
15
	    				</tr>
15
	    				#if(!$authUsers.isEmpty())
16
	    				#if(!$authUsers.isEmpty())
16
			    			#foreach( $authUser in $authUsers )
17
			    			#foreach( $authUser in $authUsers )
17
			    				<tr class="authUser-details" data="$authUser.getId()">
18
			    				<tr class="authUser-details" data="$authUser.getId()">
-
 
19
			    				    <td>$authUser.getEmployeeCode()</td>
18
			    					<td>$authUser.getFirstName()</td>
20
			    					<td>$authUser.getFirstName()</td>
19
			    					<td>$authUser.getLastName()</td>
21
			    					<td>$authUser.getLastName()</td>
20
			    					<td>$authUser.getEmailId()</td>
22
			    					<td>$authUser.getEmailId()</td>
21
			    					<td>$authUser.getMobileNumber()</td>
23
			    					<td>$authUser.getMobileNumber()</td>
22
			    					<td>#if($authUser.getGmailId())
24
			    					<td>#if($authUser.getGmailId())