Ignore:
Timestamp:
10/08/13 16:20:46 (11 years ago)
Author:
douglas
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final 2.5.1.

File:
1 edited

Legend:

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

    r7703 r8232  
    2828 
    2929                                </select> 
    30                                 <input type="text" name="criteriaValue[]" /> 
     30                                <input type="text" name="criteriaValue[]" value="<%= data.from %>" /> 
    3131                                <input type="hidden" name="criteriaType[]" value="from"/> 
    3232                        </fieldset> 
     
    5353 
    5454                                </select> 
    55                                 <input type="text" name="criteriaValue[]" /> 
     55                                <input type="text" name="criteriaValue[]" value="<%= data.subject %>" /> 
    5656                                <input type="hidden" name="criteriaType[]" value="subject"/> 
    5757                        </fieldset> 
     
    128128                                        %> 
    129129                                </select> 
    130                                 <input type="checkbox" name="actionType[]" value="alertMessage" class="alertMessage"/> 
    131                                 <label><%= get_lang("Alert message filter by sender")%></label> 
     130                <% 
     131                if(preferences['use_alert_filter_criteria'] == "1") 
     132                {%> 
     133                    <input type="checkbox" name="actionType[]" value="alertMessage" class="alertMessage"/> 
     134                    <label><%= get_lang("Alert message filter by sender")%></label> 
     135                <%}%> 
    132136                        </fieldset> 
    133137                        <fieldset> 
Note: See TracChangeset for help on using the changeset viewer.