From 7bc660d72730ed02794aadb66f7a37aa7dada60b Mon Sep 17 00:00:00 2001 From: Gislene Pereira Date: Tue, 19 Jan 2016 17:25:40 -0300 Subject: Issue #572 - Remove Attachment text, attachment box takes full width + + Attachment size color in lighter gray + Add space between each attachment --- web-ui/app/js/mail_view/ui/attachment_list.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web-ui/app/js') diff --git a/web-ui/app/js/mail_view/ui/attachment_list.js b/web-ui/app/js/mail_view/ui/attachment_list.js index 72782c6b..786fcb1e 100644 --- a/web-ui/app/js/mail_view/ui/attachment_list.js +++ b/web-ui/app/js/mail_view/ui/attachment_list.js @@ -50,8 +50,8 @@ define( this.buildAttachmentListItem = function (attachment) { return '' + attachment.name + ' (' + viewHelper.formatSize(attachment.size) + ')' + - ''; + attachment.name + '&encoding=' + attachment.encoding + '">' + attachment.name + ' (' + viewHelper.formatSize(attachment.size) + ')' + + ''; }; this.addJqueryFileUploadConfig = function() { @@ -88,4 +88,4 @@ define( } return attachmentList; - }); \ No newline at end of file + }); -- cgit v1.2.3