diff options
author | thomascube <thomas@roundcube.net> | 2011-12-16 19:23:04 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-16 19:23:04 +0000 |
commit | 74d4c7f9ada668d0bf53361a407b00be7d10488c (patch) | |
tree | 7c86fa86be25a8115aa1751a05280f38c0a0b038 /program/js/app.js | |
parent | f94e442469deca30b39f3fa08aade83cbd0ede70 (diff) |
Setup dialogs (using jquery UI) and compose form for Larry
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 46326cecc..7753a4101 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3360,7 +3360,7 @@ function rcube_webmail() content = '<img src="'+this.env.loadingicon+'" alt="" class="uploading" />'+content; if (this.env.cancelicon) content = '<a title="'+this.get_label('cancel')+'" onclick="return rcmail.cancel_attachment_upload(\''+ts+'\', \''+frame_name+'\');" href="#cancelupload" class="cancelupload"><img src="'+this.env.cancelicon+'" alt="" /></a>'+content; - this.add2attachment_list(ts, { name:'', html:content, complete:false }); + this.add2attachment_list(ts, { name:'', html:content, classname:'uploading', complete:false }); // upload progress support if (this.env.upload_progress_time) { |