Ignore:
Timestamp:
12/02/11 17:03:30 (13 years ago)
Author:
vmipsl
Message:

Login

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/resources/js/classesForJQuery/LoginButton.js

    r278 r281  
    116116        { 
    117117            var textLogin = this.jSONUser.name + " " + this.jSONUser.firstName; 
    118             if( this.jSONUser.role && "coordinateur" == this.jSONUser.role ) 
     118            // TODO : revoir les rÃŽles 
     119            if( this.jSONUser.role && "COORDINATOR" == this.jSONUser.role ) 
    119120                textLogin += " (" + this.text1 + ")"; 
    120121 
Note: See TracChangeset for help on using the changeset viewer.