Ignore:
Timestamp:
02/28/11 11:04:51 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #1625 - Filtro "Encaminhe para o endereço". Descrição da listagem corrigida.

File:
1 edited

Legend:

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

    r3441 r3828  
    151151                return " <a href='javascript:void(0)' onclick=filter.form_r('"+pos+"','voip')><b>" + get_lang("Status") + " : </b>" + "<font color='red'>" + get_lang(fields[2]) + "</font>" + " - " + fields[3] + " <b>" + get_lang("Subject") + ":</b> " + fields[5] + "</a>"; 
    152152        else{  
    153  
    154153                var _criteria = " ";  
    155154                if (fields[3].length > 0)  
     
    169168                if (fields[6] == 'folder')  
    170169                        _action = get_lang("Store at")+" "+(fields[7].split("/"))[1];  
     170                else if (fields[6] == 'address')  
     171                        _action = get_lang("Forward to")+ " "+(fields[7]); 
    171172                else  
    172173                        _action = get_lang(fields[6]);  
Note: See TracChangeset for help on using the changeset viewer.