Changeset 5582


Ignore:
Timestamp:
02/28/12 16:27:06 (12 years ago)
Author:
adriano
Message:

Ticket #2501 - alterado o icone de mensagem importante ao aplicar via menu de contexto

File:
1 edited

Legend:

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

    r5572 r5582  
    155155        add_className(msg, 'flagged_msg'); 
    156156        if(isSearch) 
    157                 Element("td_message_important_"+msg_number.substr(0,msg_number.indexOf('_'))).innerHTML = "<img src ='templates/"+template+"/images/important.gif' title='"+get_lang('Important')+"'>"; 
    158         else 
    159                 Element("td_message_important_"+msg_number).innerHTML = "<img src ='templates/"+template+"/images/important.gif' title='"+get_lang('Important')+"'>"; 
     157                Element("td_message_important_"+msg_number.substr(0,msg_number.indexOf('_'))).innerHTML = "<img src ='templates/"+template+"/images/important.png' title='"+get_lang('Important')+"'>"; 
     158        else 
     159                Element("td_message_important_"+msg_number).innerHTML = "<img src ='templates/"+template+"/images/important.png' title='"+get_lang('Important')+"'>"; 
    160160} 
    161161 
Note: See TracChangeset for help on using the changeset viewer.