Changeset 3836


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

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

Location:
branches/2.2/expressoMail1_2
Files:
2 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 
  • branches/2.2/expressoMail1_2/setup/phpgw_pt-br.lang

    r3834 r3836  
    431431Select a folder expressoMail1_2 pt-br   Selecione uma pasta 
    432432Select all messages.    expressoMail1_2 pt-br   Selecionar todas as mensagens. 
     433attachment(s)   expressoMail1_2 pt-br   anexo(s). 
    433434Select a name   expressoMail1_2 pt-br   Selecione um nome 
    434435Select an organization and click on button <b>Search</b>        expressoMail1_2 pt-br   Selecione uma Organização e clique no botão <b>Pesquisar</b> 
Note: See TracChangeset for help on using the changeset viewer.