Ignore:
Timestamp:
05/30/12 01:20:05 (12 years ago)
Author:
airton
Message:

Ticket #2815 - Inconsistencia com filtros de mensagens com anexos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/filters/edit-filter.ejs

    r6128 r6348  
    1010%> 
    1111<form action="filter:detail" method="POST"> 
     12        <input type="hidden" class="imapDelimiter" value="<%= data.delimiter %>"></input> 
    1213        <div class="rule-details-container"> 
    1314                <h3><a href="#"><%= get_lang("Criteria")%></a></h3> 
     
    7778                        </fieldset> 
    7879                        <fieldset> 
    79                                 <input type="checkbox" value="hasAttachment" name="hasAttachment" /> 
     80                                <input type="hidden" name="criteriaOperator[]" value="^"></input> 
     81                                <input type="checkbox" name="criteriaValue[]" value="*.*" class="hasAttachment"/> 
     82                                <input type="hidden" name="criteriaType[]" value="hasAttachment"/> 
    8083                                <label><%= get_lang("The message has attachment")%></label> 
    8184                        </fieldset> 
Note: See TracChangeset for help on using the changeset viewer.