Subversion Repositories SmartDukaan

Rev

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

Rev 15815 Rev 16256
Line 29... Line 29...
29
                        <th><?php echo $this->Paginator->sort('utm_medium');?></th>
29
                        <th><?php echo $this->Paginator->sort('utm_medium');?></th>
30
                        <th><?php echo $this->Paginator->sort('utm_term');?></th>
30
                        <th><?php echo $this->Paginator->sort('utm_term');?></th>
31
                        <th><?php echo $this->Paginator->sort('utm_campaign');?></th>
31
                        <th><?php echo $this->Paginator->sort('utm_campaign');?></th>
32
                        <th><?php echo $this->Paginator->sort('mobile_number');?></th>
32
                        <th><?php echo $this->Paginator->sort('mobile_number');?></th>
33
                        <th><?php echo $this->Paginator->sort('activated');?></th>
33
                        <th><?php echo $this->Paginator->sort('activated');?></th>
-
 
34
                        <th><?php echo $this->Paginator->sort('agent_name');?></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>&nbsp;</th>  
37
                        <th>&nbsp;</th>  
36
                    </tr>
38
                    </tr>
37
                </thead>
39
                </thead>
38
                <tbody>
40
                <tbody>
Line 45... Line 47...
45
                        <td><?php echo $user['User']['utm_source'];?></td>
47
                        <td><?php echo $user['User']['utm_source'];?></td>
46
                        <td><?php echo $user['User']['utm_medium'];?></td>
48
                        <td><?php echo $user['User']['utm_medium'];?></td>
47
                        <td><?php echo $user['User']['utm_term'];?></td>
49
                        <td><?php echo $user['User']['utm_term'];?></td>
48
                        <td><?php echo $user['User']['utm_campaign'];?></td>                
50
                        <td><?php echo $user['User']['utm_campaign'];?></td>                
49
                        <td><?php echo $user['User']['mobile_number'];?></td>
51
                        <td><?php echo $user['User']['mobile_number'];?></td>
50
                        <th><?php echo $user['User']['activated'];?></th>           
52
                        <th><?php echo $user['User']['activated'];?></th>       
-
 
53
                        <th><?php echo $user['User']['agent_name'];?></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>
53
                            <a href="/orders/by/<?php echo $user['User']['id'];?>">Orders</a>&nbsp;|&nbsp;<a href="/cashbacks/by/<?php echo $user['User']['id'];?>">Cashback History</a>&nbsp;|&nbsp;<a href="/admin/userAddresses/by/<?php echo $user['User']['id'];?>">Address</a>
57
                            <a href="/orders/by/<?php echo $user['User']['id'];?>">Orders</a>&nbsp;|&nbsp;<a href="/cashbacks/by/<?php echo $user['User']['id'];?>">Cashback History</a>&nbsp;|&nbsp;<a href="/admin/userAddresses/by/<?php echo $user['User']['id'];?>">Address</a>
54
                        </td>
58
                        </td>
55
                    </tr>
59
                    </tr>