Ignore:
Timestamp:
06/16/09 12:11:05 (15 years ago)
Author:
niltonneto
Message:

Ticket #475 - Revertido codigo das flags da lista de msgs. Problema de transparencia no IE.

File:
1 edited

Legend:

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

    r976 r994  
    129129        remove_className(msg, 'selected_msg'); 
    130130        add_className(msg, 'flagged_msg'); 
    131         Element("td_message_important_"+msg_number).style.background = "url(templates/"+template+"/images/important.gif) no-repeat center"; 
     131        Element("td_message_important_"+msg_number).innerHTML = "<img src ='templates/"+template+"/images/important.gif' title='"+get_lang('Important')+"'>"; 
    132132} 
    133133 
     
    136136        remove_className(msg, 'selected_msg'); 
    137137        remove_className(msg, 'flagged_msg'); 
    138         Element("td_message_important_"+msg_number).style.background = null; 
     138        Element("td_message_important_"+msg_number).innerHTML = "&nbsp;&nbsp;&nbsp;"; 
    139139} 
    140140 
Note: See TracChangeset for help on using the changeset viewer.