Changeset 2706


Ignore:
Timestamp:
05/27/10 17:42:06 (3 years ago)
Author:
chantal
Message:

droits bdd traduction

File:
1 edited

Legend:

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

    r2705 r2706  
    6262          </td> 
    6363          <td><label for="del_<?php echo $val["name"]; ?>"><?php echo $mem->user["login"]."_".$val["name"]; ?></label></td> 
    64           <td><a href="sql_users_rights.php?id=<?php echo $val["name"] ?>"><?php __("Rights"); ?></a></td> 
     64          <td><span class="ina"><a href="sql_users_rights.php?id=<?php echo $val["name"] ?>"><?php __("Manage the rights"); ?></a></span></td> 
    6565        </tr> 
    6666<?php 
Note: See TracChangeset for help on using the changeset viewer.