Show
Ignore:
Timestamp:
12/30/2007 03:23:58 PM (12 months ago)
Author:
Shadowhand
Message:

Fine-tuning the permissions on the admin part of the website:

  • Only admins can edit any user, change user roles, or delete a user.
  • Non-admins can edit their own information and manage tutorials.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/website/application/views/admin/edit_list.php

    r1651 r1652  
    1818 
    1919<ul class="edit_list"> 
     20<?php if ($new != ''): ?> 
    2021<li class="new"><?php echo html::anchor($edit_action.'new', $new) ?></li> 
     22<?php endif ?> 
    2123<?php foreach ($items as $id => $name): ?> 
    2224<li><?php echo html::anchor($edit_action.$id, $name) ?> <span>[<?php echo html::anchor($delete_action.$id, 'Delete') ?>]</span></li>