Ignore:
Timestamp:
05/31/12 15:25:39 (12 years ago)
Author:
airton
Message:

Ticket #2819 - Inconsistencia na migracao dos filtros antigos para a nova funcionalidade de filtros de mensagens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/filters/filters.js

    r6348 r6363  
    170170                        actions.parent().find('[value="'+filter.actions[i].parameter+'"]').attr("selected", "selected"); 
    171171    } 
    172     //isExact.val( filter.isExact != "false"? "and" : "or" ); 
    173172        isExact.filter('[value="'+(filter.isExact != "false"? "and" : "or")+'"]').attr("checked", "True");       
    174173} 
     
    225224                        if (type == 'fileintoTrash') { 
    226225                                type = 'fileinto'; 
    227                                 the_parameter = 'INBOX/Trash'; 
     226                                the_parameter = 'INBOX' + cyrus_delimiter + 'Trash'; 
    228227                        } 
    229228                        if (type == 'redirect') { 
     
    238237                }), 
    239238                enabled : true, 
    240                 //applyMessages: allMessages? !$.isEmptyObject( selectedMessages ) ? 
    241                 //keys( selectedMessages ) : allMessages : "" 
    242239                applyMessages: apply_messages_  
    243                 //applyMessages: "" 
    244240    }; 
    245241  }, 
     
    446442 
    447443function list_filters(html){ 
    448  
    449  
    450444        outOfficeVerify(); 
    451445        if(html){ 
     
    723717} 
    724718 
    725  
    726  
    727719function  init_filters(){ 
    728720        var html = DataLayer.render( BASE_PATH + 'modules/filters/init.ejs', {}); 
Note: See TracChangeset for help on using the changeset viewer.