Subversion Repositories SmartDukaan

Rev

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

Rev 14734 Rev 14787
Line 13... Line 13...
13
						<th><?php echo $this->Paginator->sort('utm_source');?></th>
13
						<th><?php echo $this->Paginator->sort('utm_source');?></th>
14
						<th><?php echo $this->Paginator->sort('utm_medium');?></th>
14
						<th><?php echo $this->Paginator->sort('utm_medium');?></th>
15
						<th><?php echo $this->Paginator->sort('utm_term');?></th>
15
						<th><?php echo $this->Paginator->sort('utm_term');?></th>
16
						<th><?php echo $this->Paginator->sort('utm_campaign');?></th>
16
						<th><?php echo $this->Paginator->sort('utm_campaign');?></th>
17
						<th><?php echo $this->Paginator->sort('mobile_number');?></th>
17
						<th><?php echo $this->Paginator->sort('mobile_number');?></th>
-
 
18
						<th><?php echo $this->Paginator->sort('activated');?></th>
18
						<th><?php echo $this->Paginator->sort('created');?></th>
19
						<th><?php echo $this->Paginator->sort('created');?></th>
19
						<th>Actions</th>
20
						<th>Actions</th>
20
					</tr>
21
					</tr>
21
				</thead>
22
				</thead>
22
				<tbody>
23
				<tbody>
Line 28... Line 29...
28
						<td><?php echo $user['User']['referrer'];?></td>
29
						<td><?php echo $user['User']['referrer'];?></td>
29
						<td><?php echo $user['User']['utm_source'];?></td>
30
						<td><?php echo $user['User']['utm_source'];?></td>
30
						<td><?php echo $user['User']['utm_medium'];?></td>
31
						<td><?php echo $user['User']['utm_medium'];?></td>
31
						<td><?php echo $user['User']['utm_term'];?></td>
32
						<td><?php echo $user['User']['utm_term'];?></td>
32
						<td><?php echo $user['User']['utm_campaign'];?></td>				
33
						<td><?php echo $user['User']['utm_campaign'];?></td>				
33
						<td><?php echo $user['User']['mobile_number'];?></td>				
34
						<td><?php echo $user['User']['mobile_number'];?></td>
-
 
35
						<th><?php echo $user['User']['activated'];?></th>			
34
						<td><?php echo $user['User']['created'];?></td>						
36
						<td><?php echo $user['User']['created'];?></td>						
35
						<td>
37
						<td>
36
							<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>&nbsp;|&nbsp;<a href="/admin/clicks/by/<?php echo $user['User']['id'];?>">Click History</a>
38
							<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>&nbsp;|&nbsp;<a href="/admin/clicks/by/<?php echo $user['User']['id'];?>">Click History</a>
37
						</td>						
39
						</td>						
38
					</tr>
40
					</tr>