Subversion Repositories SmartDukaan

Rev

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

Rev 14395 Rev 14401
Line 10... Line 10...
10
						<th><?php echo $this->Paginator->sort('email');?></th>
10
						<th><?php echo $this->Paginator->sort('email');?></th>
11
						<th><?php echo $this->Paginator->sort('name');?></th>
11
						<th><?php echo $this->Paginator->sort('name');?></th>
12
						<th><?php echo $this->Paginator->sort('referrer');?></th>
12
						<th><?php echo $this->Paginator->sort('referrer');?></th>
13
						<th><?php echo $this->Paginator->sort('mobile_number');?></th>
13
						<th><?php echo $this->Paginator->sort('mobile_number');?></th>
14
						<th><?php echo $this->Paginator->sort('created');?></th>
14
						<th><?php echo $this->Paginator->sort('created');?></th>
-
 
15
						<th>Actions</th>
15
					</tr>
16
					</tr>
16
				</thead>
17
				</thead>
17
				<tbody>
18
				<tbody>
18
				<?php foreach($users AS $user):?>
19
				<?php foreach($users AS $user):?>
19
					<tr>
20
					<tr>
Line 21... Line 22...
21
						<td><?php echo $user['User']['email'];?></td>
22
						<td><?php echo $user['User']['email'];?></td>
22
						<td><?php echo $user['User']['first_name'];?></td>
23
						<td><?php echo $user['User']['first_name'];?></td>
23
						<td><?php echo $user['User']['referrer'];?></td>
24
						<td><?php echo $user['User']['referrer'];?></td>
24
						<td><?php echo $user['User']['mobile_number'];?></td>						
25
						<td><?php echo $user['User']['mobile_number'];?></td>						
25
						<td><?php echo $user['User']['created'];?></td>						
26
						<td><?php echo $user['User']['created'];?></td>						
-
 
27
						<td>
-
 
28
							<a href="/admin/user_urls/by/<?php echo $user['User']['id'];?>">Browsing History</a>
-
 
29
						</td>						
26
					</tr>
30
					</tr>
27
				<?php endforeach;?>
31
				<?php endforeach;?>
28
				</tbody>
32
				</tbody>
29
			</table>
33
			</table>
30
			<p>
34
			<p>