Ignore:
Timestamp:
05/27/10 15:26:38 (14 years ago)
Author:
niltonneto
Message:

Ticket #1088 - Correção para validar corretamente limite máximo de anexo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/expressoMail1_2/js/main.js

    r2769 r2873  
    14571457        else{ 
    14581458                if(data == 'Post-Content-Length') 
    1459                         write_msg(get_lang('The size of this message has exceeded  the limit (%1B).',Element('upload_max_filesize').value)); 
     1459                        write_msg(get_lang('The size of this message has exceeded  the limit (%1B).', preferences.max_attachment_size ? preferences.max_attachment_size : Element('upload_max_filesize').value)); 
    14601460                else if(data) 
    14611461                        write_msg(data); 
Note: See TracChangeset for help on using the changeset viewer.