Ignore:
Timestamp:
03/20/12 18:14:24 (12 years ago)
Author:
cristiano
Message:

Ticket #2497 - icone de concluido e diminuição de espaçamento

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/library/ckeditor/plugins/expresso/plugin.js

    r5706 r5767  
    171171                                if(newAttach.rollback !== false) 
    172172                                { 
    173                                     fileUploadMSG.find('.in-progress:first').parents('p').append('<input type="hidden" name="fileId[]" value="'+newAttach['mailAttachment'][0][0].id+'"/>'); 
     173                                    fileUploadMSG.find('.in-progress:first').parents('p').append('<input type="hidden" name="fileId[]" value="'+newAttach['mailAttachment'][0][0].id+'"/>').find('.status-upload').addClass('ui-icon ui-icon-check'); 
    174174                                    addAttachment(ID,newAttach['mailAttachment'][0][0].id); 
    175175                                    var content_body  = RichTextEditor.getData('body_'+ID); 
Note: See TracChangeset for help on using the changeset viewer.