Subversion Repositories SmartDukaan

Rev

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

Rev 16916 Rev 16925
Line 59... Line 59...
59
                        <td><?php echo $user['User']['created'];?></td>
59
                        <td><?php echo $user['User']['created'];?></td>
60
                        <td>
60
                        <td>
61
                            <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>
61
                            <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>
62
                        </td>
62
                        </td>
63
                        <td>
63
                        <td>
-
 
64
                            <?php if(empty($user['Appacl']['access'])):?>
64
                            <a href="/admin/appacls/activate/<?php echo $user['User']['id'];?>"><button type="button" class="btn btn-danger btn-xs">Activate</button></a>
65
                                <a href="/admin/appacls/activate/<?php echo $user['User']['id'];?>"><button type="button" class="btn btn-danger btn-xs">Activate</button></a>
-
 
66
                            <?php else:?>
-
 
67
                               <span class="label label-success">Activated</span>
-
 
68
                           <?php endif;?>
65
                        </td>
69
                        </td>
66
                    </tr>
70
                    </tr>
67
                <?php endforeach;?>
71
                <?php endforeach;?>
68
                </tbody>
72
                </tbody>
69
            </table>
73
            </table>