Subversion Repositories SmartDukaan

Rev

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

Rev 14401 Rev 14547
Line 23... Line 23...
23
						<td><?php echo $user['User']['first_name'];?></td>
23
						<td><?php echo $user['User']['first_name'];?></td>
24
						<td><?php echo $user['User']['referrer'];?></td>
24
						<td><?php echo $user['User']['referrer'];?></td>
25
						<td><?php echo $user['User']['mobile_number'];?></td>						
25
						<td><?php echo $user['User']['mobile_number'];?></td>						
26
						<td><?php echo $user['User']['created'];?></td>						
26
						<td><?php echo $user['User']['created'];?></td>						
27
						<td>
27
						<td>
28
							<a href="/admin/user_urls/by/<?php echo $user['User']['id'];?>">Browsing History</a>
28
							<a href="/admin/user_urls/by/<?php echo $user['User']['id'];?>">Browsing History</a>&nbsp;|&nbsp;<a href="/admin/devices/by/<?php echo $user['User']['id'];?>">Device History</a>
29
						</td>						
29
						</td>						
30
					</tr>
30
					</tr>
31
				<?php endforeach;?>
31
				<?php endforeach;?>
32
				</tbody>
32
				</tbody>
33
			</table>
33
			</table>