Ignore:
Timestamp:
02/05/13 16:38:45 (11 years ago)
Author:
antonio
Message:

Ticket #3338 - DFD0148 - Inclusão de atalho para criar filtro a partir da msg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.1-expresso2/prototype/modules/filters/edit-filter.ejs

    r7703 r7858  
    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> 
Note: See TracChangeset for help on using the changeset viewer.