Ignore:
Timestamp:
05/26/10 17:39:06 (14 years ago)
Author:
fpcorrea
Message:

Ticket #1088 - Limite de anexos agora trata casos descritos no ticket

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/jscode/main.js

    r2801 r2866  
    15451545        else{ 
    15461546                if(data == 'Post-Content-Length') 
    1547                         write_msg(get_lang('The size of this message has exceeded  the limit (%1B).',Element('upload_max_filesize').value)); 
     1547                        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)); 
    15481548                else if(data) 
    15491549                        write_msg(data); 
Note: See TracChangeset for help on using the changeset viewer.