Ignore:
Timestamp:
07/25/12 17:48:06 (12 years ago)
Author:
cristiano
Message:

Ticket #2898 - Bug na exibição do campo DE - send message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/sharemailbox.js

    r6848 r6877  
    4646                if ((this.users[user].acls.indexOf('l',0) >= 0) && 
    4747                        (this.users[user].acls.indexOf('r',0) >= 0) && 
     48                         
    4849                        (this.users[user].acls.indexOf('s',0) >= 0) ) 
    4950                { 
     
    7374                } 
    7475                 
    75                 if (this.users[user].acls != "false" && this.users[user].acls.indexOf('p',0) >= 0) 
     76                if (this.users[user].acls != "false" && this.users[user].acls.indexOf('p',0) >= 0 && this.users[user].acls.indexOf('a',0) >= 0) 
    7677                { 
    7778                        Element('em_input_sendAcl').disabled = false; 
     
    117118                }                
    118119                if (Element('em_input_sendAcl').checked){ 
    119                         acl += 'p';                      
     120                        acl += 'pa';                     
    120121                } 
    121122 
Note: See TracChangeset for help on using the changeset viewer.