Ignore:
Timestamp:
06/15/12 09:17:48 (12 years ago)
Author:
gustavo
Message:

Ticket #2766 - implementacao da dfd0065 e correcao de bugs da dfd0099

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.1-3/expressoMail1_2/js/search.js

    r6334 r6512  
    6464                                "Search_the_messages_in_these_folders" : get_lang('Search the messages in these folders'), 
    6565                                "In_all_the_folders"            : get_lang('In all the folders'), 
    66                                 "From_value" : data 
     66                                "From_value" : (data != "undefined" ? data : "") 
    6767                        } 
    6868                                 
     
    516516                                td.id = "td_message_answered_"+uid_msg; 
    517517                                if (aux.flag.match('X')) 
    518                                         td1 = '<img src=templates/'+template+'/images/forwarded.gif title="'+get_lang('Forwarded')+'">'; 
     518                                        td1 = '<img src=templates/'+template+'/images/forwarded.png title="'+get_lang('Forwarded')+'">'; 
    519519                                else 
    520520                                        if (aux.flag.match('A')) 
    521                                                 td1 = '<img src=templates/'+template+'/images/answered.gif title="'+get_lang('Answered')+'">'; 
     521                                                td1 = '<img src=templates/'+template+'/images/answered.png title="'+get_lang('Answered')+'">'; 
    522522                                        else 
    523523                                                td1 = ''; 
Note: See TracChangeset for help on using the changeset viewer.