Subversion Repositories SmartDukaan

Rev

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

Rev 17346 Rev 19361
Line 65... Line 65...
65
                        <th><?php echo $user['User']['agent_name'];?></th>    
65
                        <th><?php echo $user['User']['agent_name'];?></th>    
66
                        <th><?php echo $user['User']['retailer_id'];?></th>    
66
                        <th><?php echo $user['User']['retailer_id'];?></th>    
67
                        <td><?php echo $user['User']['created'];?></td>
67
                        <td><?php echo $user['User']['created'];?></td>
68
                        <td>
68
                        <td>
69
                            <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>
69
                            <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>
-
 
70
                             <a href="/admin/users/target/<?php echo $user['User']['id'];?>">Scheme</a>
70
                        </td>
71
                        </td>
71
                        <td>
72
                        <td>
72
                            <?php if(empty($user['Appacl']['access'])):?>
73
                            <?php if(empty($user['Appacl']['access'])):?>
73
                                <a href="/admin/appacls/activate/<?php echo $user['User']['id'];?>"><button type="button" class="btn btn-danger btn-xs">Activate</button></a>
74
                                <a href="/admin/appacls/activate/<?php echo $user['User']['id'];?>"><button type="button" class="btn btn-danger btn-xs">Activate</button></a>
74
                            <?php else:?>
75
                            <?php else:?>