Changeset 5406


Ignore:
Timestamp:
01/19/12 14:48:33 (12 years ago)
Author:
angelo
Message:

Ticket #2455 - Validar preferencias de cache na listagem de mensagens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/templates/default/config.tpl

    r5389 r5406  
    1010                alert(pForm.valida_alert.value);  
    1111                return false;  
     12        } 
     13         
     14        if(isNaN(document.getElementsByName('newsettings[expressoMail_time_memcache]').item(0).value)) 
     15        { 
     16                                alert(pForm.valida_alert_MemCache.value); 
     17                                return false; 
    1218        }  
    1319        else  
     
    210216        <td> 
    211217            <input size="5" name="newsettings[expressoMail_time_memcache]" value="{value_expressoMail_time_memcache}"> 
    212             <span>s</span>  
     218            <span>s</span> 
     219            <input type="hidden" name="valida_alert_MemCache" value="{lang_The field should only contain numbers}" />  
    213220        </td> 
    214221    </tr> 
Note: See TracChangeset for help on using the changeset viewer.