Changeset 3939


Ignore:
Timestamp:
04/01/11 11:40:42 (13 years ago)
Author:
diegomoreno
Message:

Ticket #1707 - expressoMail1_2 - Ajuste para exibir corretamente o resultado da pesquisa rapida

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/search.js

    r3925 r3939  
    450450                                        td.id = "td_message_answered_"+uid_msg; 
    451451                                        if (aux.flag.match('X')) 
    452                                                 td1 = '<img src=templates/'+template+'/images/forwarded.gif title="Encaminhada">'; 
     452                                                td1 = '<img src=templates/'+template+'/images/forwarded.gif title="'+get_lang('Forwarded')+'">'; 
    453453                                        else 
    454454                                                if (aux.flag.match('A')) 
    455                                                         td1 = '<img src=templates/'+template+'/images/answered.gif title="Respondida">'; 
     455                                                        td1 = '<img src=templates/'+template+'/images/answered.gif title="'+get_lang('Answered')+'">'; 
    456456                                                else 
    457457                                                        td1 = ''; 
     
    464464                                        { 
    465465                                                add_className(tr, 'flagged_msg'); 
    466                                                 td.style.background = "url(templates/"+template+"/images/important.gif) no-repeat center"; 
    467                                                 td.title = "Importante"; 
     466                                                td1 = "<img src='templates/"+template+"/images/important.gif' title='"+get_lang('Flagged')+"'>"; 
    468467                                        } 
    469468                                        else 
Note: See TracChangeset for help on using the changeset viewer.