Subversion Repositories SmartDukaan

Rev

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

Rev 16465 Rev 16910
Line 55... Line 55...
55
                        <th><?php echo $user['Useractive']['last_active'];?></th>     
55
                        <th><?php echo $user['Useractive']['last_active'];?></th>     
56
                        <th><?php echo $user['User']['agent_name'];?></th>    
56
                        <th><?php echo $user['User']['agent_name'];?></th>    
57
                        <th><?php echo $user['User']['retailer_id'];?></th>    
57
                        <th><?php echo $user['User']['retailer_id'];?></th>    
58
                        <td><?php echo $user['User']['created'];?></td>
58
                        <td><?php echo $user['User']['created'];?></td>
59
                        <td>
59
                        <td>
60
                            <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>
60
                            <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>&nbsp;|&nbsp;<a href="/admin/appacls/activate/<?php echo $user['User']['id'];?>">Activate App Tab</a>
61
                        </td>
61
                        </td>
62
                    </tr>
62
                    </tr>
63
                <?php endforeach;?>
63
                <?php endforeach;?>
64
                </tbody>
64
                </tbody>
65
            </table>
65
            </table>