Mail compose and display dialog styling improvment

This commit is contained in:
Hadi Nategh
2014-09-04 09:01:43 +00:00
parent e5dcceb27b
commit fe2e78f628
6 changed files with 71 additions and 52 deletions

View File

@ -3058,7 +3058,7 @@ app.classes.mail = AppJS.extend(
*/
composeUploadStart: function ()
{
var boxAttachment = this.et2.getWidgetById('mailUploadProgress');
var boxAttachment = this.et2.getWidgetById('attachments');
if (boxAttachment)
{
var groupbox = boxAttachment.getParent();