Changeset 4225


Ignore:
Timestamp:
05/05/11 15:10:24 (13 years ago)
Author:
airton
Message:

Ticket #1837 - Adequar tamando das telas do ExpressoMail?

Location:
sandbox/2.2.0.2/expressoMail1_2/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/expressoMail1_2/js/main.js

    r4223 r4225  
    24922492        } 
    24932493        form_upload.innerHTML = '<form method="POST" name="form_import" enctype="multipart/form-data">'+get_lang('zip mails to import')+':<br>'+ 
    2494         '<input name="file_1" maxlength="255" size="50" id="file_1" type="file"><br>' + 
     2494        '<input name="file_1" maxlength="255" size="40" id="file_1" type="file"><br>' + 
    24952495        '<input title="'+get_lang('Select a folder')+'"  value="' + get_lang('Select a folder') + '"' + 'type="button" onclick="javascript:select_import_folder()">&nbsp;' + 
    24962496        '<input title="' + get_lang('Close') + '"  value="' + get_lang('Close') + '"' + 
  • sandbox/2.2.0.2/expressoMail1_2/js/rich_text_editor.js

    r3865 r4225  
    497497                form_upload.style.height = "75px"; 
    498498                form_upload.innerHTML = get_lang('Select the desired image file')+':<br>'+ 
    499                                                                 '<input name="image_at" maxlength="255" size="50" id="inputFile_img" type="file"><br>' + 
     499                                                                '<input name="image_at" maxlength="255" size="40" id="inputFile_img" type="file"><br>' + 
    500500                                                                '<input title="' + get_lang('Include') + '"  value="' + get_lang('Include') + '"' + 'type="button" onclick="RichTextEditor.addInputFile();">&nbsp;' + 
    501501                                                                '<input title="' + get_lang('Close') + '"  value="' + get_lang('Close') + '"' + 
Note: See TracChangeset for help on using the changeset viewer.