| Line 23... |
Line 23... |
| 23 |
<tr>
|
23 |
<tr>
|
| 24 |
<th><?php echo $this->Paginator->sort('id');?></th>
|
24 |
<th><?php echo $this->Paginator->sort('id');?></th>
|
| 25 |
<th><?php echo $this->Paginator->sort('email');?></th>
|
25 |
<th><?php echo $this->Paginator->sort('email');?></th>
|
| 26 |
<th><?php echo $this->Paginator->sort('name');?></th>
|
26 |
<th><?php echo $this->Paginator->sort('name');?></th>
|
| 27 |
<th><?php echo $this->Paginator->sort('referrer');?></th>
|
27 |
<th><?php echo $this->Paginator->sort('referrer');?></th>
|
| - |
|
28 |
<th><?php echo $this->Paginator->sort('utm_source');?></th>
|
| - |
|
29 |
<th><?php echo $this->Paginator->sort('utm_medium');?></th>
|
| - |
|
30 |
<th><?php echo $this->Paginator->sort('utm_term');?></th>
|
| 28 |
<th><?php echo $this->Paginator->sort('utm_campaign');?></th>
|
31 |
<th><?php echo $this->Paginator->sort('utm_campaign');?></th>
|
| 29 |
<th><?php echo $this->Paginator->sort('mobile_number');?></th>
|
32 |
<th><?php echo $this->Paginator->sort('mobile_number');?></th>
|
| 30 |
<th><?php echo $this->Paginator->sort('last_active');?></th>
|
- |
|
| 31 |
<th><?php echo $this->Paginator->sort('activated');?></th>
|
33 |
<th><?php echo $this->Paginator->sort('activated');?></th>
|
| 32 |
<th><?php echo $this->Paginator->sort('agent_name');?></th>
|
34 |
<th><?php echo $this->Paginator->sort('agent_name');?></th>
|
| 33 |
<th><?php echo $this->Paginator->sort('retailer_id');?></th>
|
35 |
<th><?php echo $this->Paginator->sort('retailer_id');?></th>
|
| 34 |
<th><?php echo $this->Paginator->sort('created');?></th>
|
36 |
<th><?php echo $this->Paginator->sort('created');?></th>
|
| 35 |
<th> </th>
|
37 |
<th> </th>
|
| Line 40... |
Line 42... |
| 40 |
<tr>
|
42 |
<tr>
|
| 41 |
<td><?php echo $user['User']['id'];?></td>
|
43 |
<td><?php echo $user['User']['id'];?></td>
|
| 42 |
<td><?php echo $user['User']['email'];?></td>
|
44 |
<td><?php echo $user['User']['email'];?></td>
|
| 43 |
<td><?php echo $user['User']['first_name'];?></td>
|
45 |
<td><?php echo $user['User']['first_name'];?></td>
|
| 44 |
<td><?php echo $user['User']['referrer'];?></td>
|
46 |
<td><?php echo $user['User']['referrer'];?></td>
|
| - |
|
47 |
<td><?php echo $user['User']['utm_source'];?></td>
|
| 45 |
<td><?php echo $user['User']['utm_campaign'];?></td>
|
48 |
<td><?php echo $user['User']['utm_medium'];?></td>
|
| - |
|
49 |
<td><?php echo $user['User']['utm_term'];?></td>
|
| - |
|
50 |
<td><?php echo $user['User']['utm_campaign'];?></td>
|
| 46 |
<td><?php echo $user['User']['mobile_number'];?></td>
|
51 |
<td><?php echo $user['User']['mobile_number'];?></td>
|
| 47 |
<td><?php echo $user['User']['last_active'];?></td>
|
- |
|
| 48 |
<th><?php echo $user['User']['activated'];?></th>
|
52 |
<th><?php echo $user['User']['activated'];?></th>
|
| 49 |
<th><?php echo $user['User']['agent_name'];?></th>
|
53 |
<th><?php echo $user['User']['agent_name'];?></th>
|
| 50 |
<th><?php echo $user['User']['retailer_id'];?></th>
|
54 |
<th><?php echo $user['User']['retailer_id'];?></th>
|
| 51 |
<td><?php echo $user['User']['created'];?></td>
|
55 |
<td><?php echo $user['User']['created'];?></td>
|
| 52 |
<td>
|
56 |
<td>
|