Ignore:
Timestamp:
03/01/11 11:58:39 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #1638 - Tela de Listagem de Pesquisa sem tooltip.

File:
1 edited

Legend:

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

    r3834 r3836  
    349349                                        td.id = "td_message_answered_"+uid_msg; 
    350350                                        if (aux.flag.match('X')) 
    351                                                 td1 = '<img src=templates/'+template+'/images/forwarded.gif title=Forwarded>'; 
     351                                                td1 = '<img src=templates/'+template+'/images/forwarded.gif title="Encaminhada">'; 
    352352                                        else 
    353353                                                if (aux.flag.match('A')) 
    354                                                         td1 = '<img src=templates/'+template+'/images/answered.gif>'; 
     354                                                        td1 = '<img src=templates/'+template+'/images/answered.gif title="Respondida">'; 
    355355                                                else 
    356356                                                        td1 = ''; 
     
    359359                                { 
    360360                                        td.style.width = "1%"; 
    361                                         td.id = "td_message_important_"+uid_msg; 
     361                                        td.id = "td_message_important_"+uid_msg;  
    362362                                        if (aux.flag.match("F")) 
    363363                                        { 
    364364                                                add_className(tr, 'flagged_msg'); 
    365365                                                td.style.background = "url(templates/"+template+"/images/important.gif) no-repeat center"; 
     366                                                td.title = "Importante"; 
    366367                                        } 
    367368                                        else 
Note: See TracChangeset for help on using the changeset viewer.