| Line 15... |
Line 15... |
| 15 |
<th><?php echo $this->Paginator->sort('utm_medium');?></th>
|
15 |
<th><?php echo $this->Paginator->sort('utm_medium');?></th>
|
| 16 |
<th><?php echo $this->Paginator->sort('utm_term');?></th>
|
16 |
<th><?php echo $this->Paginator->sort('utm_term');?></th>
|
| 17 |
<th><?php echo $this->Paginator->sort('utm_campaign');?></th>
|
17 |
<th><?php echo $this->Paginator->sort('utm_campaign');?></th>
|
| 18 |
<th><?php echo $this->Paginator->sort('mobile_number');?></th>
|
18 |
<th><?php echo $this->Paginator->sort('mobile_number');?></th>
|
| 19 |
<th><?php echo $this->Paginator->sort('activated');?></th>
|
19 |
<th><?php echo $this->Paginator->sort('activated');?></th>
|
| - |
|
20 |
<th><?php echo ('RetailerId');?></th>
|
| 20 |
<th><?php echo ('City');?></th>
|
21 |
<th><?php echo ('City');?></th>
|
| 21 |
<th><?php echo ('State');?></th>
|
22 |
<th><?php echo ('State');?></th>
|
| 22 |
<th><?php echo $this->Paginator->sort('created');?></th>
|
23 |
<th><?php echo $this->Paginator->sort('created');?></th>
|
| 23 |
<th>Actions</th>
|
24 |
<th>Actions</th>
|
| 24 |
</tr>
|
25 |
</tr>
|
| Line 35... |
Line 36... |
| 35 |
<td><?php echo $user['User']['utm_medium'];?></td>
|
36 |
<td><?php echo $user['User']['utm_medium'];?></td>
|
| 36 |
<td><?php echo $user['User']['utm_term'];?></td>
|
37 |
<td><?php echo $user['User']['utm_term'];?></td>
|
| 37 |
<td><?php echo $user['User']['utm_campaign'];?></td>
|
38 |
<td><?php echo $user['User']['utm_campaign'];?></td>
|
| 38 |
<td><?php echo $user['User']['mobile_number'];?></td>
|
39 |
<td><?php echo $user['User']['mobile_number'];?></td>
|
| 39 |
<th><?php echo $user['User']['activated'];?></th>
|
40 |
<th><?php echo $user['User']['activated'];?></th>
|
| - |
|
41 |
<th><?php echo $user['User']['retailer_id'];?></th>
|
| 40 |
<th><?php echo $user['User']['city'];?></th>
|
42 |
<th><?php echo $user['User']['city'];?></th>
|
| 41 |
<th><?php echo $user['User']['state'];?></th>
|
43 |
<th><?php echo $user['User']['state'];?></th>
|
| 42 |
<td><?php echo $user['User']['created'];?></td>
|
44 |
<td><?php echo $user['User']['created'];?></td>
|
| 43 |
<td>
|
45 |
<td>
|
| 44 |
<a href="/admin/user_urls/by/<?php echo $user['User']['id'];?>">Browsing History</a> | <a href="/admin/devices/by/<?php echo $user['User']['id'];?>">Device History</a> | <a href="/admin/clicks/by/<?php echo $user['User']['id'];?>">Click History</a>| <a href="/admin/userAddresses/by/<?php echo $user['User']['id'];?>">Address</a>
|
46 |
<a href="/admin/user_urls/by/<?php echo $user['User']['id'];?>">Browsing History</a> | <a href="/admin/devices/by/<?php echo $user['User']['id'];?>">Device History</a> | <a href="/admin/clicks/by/<?php echo $user['User']['id'];?>">Click History</a>| <a href="/admin/userAddresses/by/<?php echo $user['User']['id'];?>">Address</a>
|