Changeset 1532


Ignore:
Timestamp:
04/26/06 17:46:47 (7 years ago)
Author:
nahuel
Message:

On enleve l'affichage de l'utilisateur principal qui doit avoir tous les droit et dont on ne peut/doit pas modifier les droits...
References: #265

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/admin/sql_users_list.php

    r1531 r1532  
    5252<table cellspacing="0" cellpadding="4"> 
    5353   <tr><th>&nbsp;</th><th><?php __("User"); ?></th><th><?php __("Rights"); ?></th></tr> 
    54         <tr class="lst<?php echo $col; ?>"> 
    55           <td align="center"> 
    56             <input type="checkbox" class="inc" id="del_<?php echo $val["name"]; ?>" name="del_<?php echo $val["name"]; ?>" value="<?php echo $val["name"]; ?>" /> 
    57           </td> 
    58           <td><label for="del_<?php echo $val["name"]; ?>"><?php echo $mem->user["login"]; ?></label></td> 
    59           <td><a href="sql_users_rights.php?id=<?php echo $val["name"] ?>"><?php __("Rights"); ?></a></td> 
    60         </tr> 
    61  
    6254<?php 
    6355$col=1; 
Note: See TracChangeset for help on using the changeset viewer.