From: Marcel Werk Date: Thu, 15 Sep 2016 12:45:58 +0000 (+0200) Subject: Fixed icon sizes in attachment tab X-Git-Tag: 3.0.0_Beta_1~146 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7f258dc7778b7e4683f5e0feed848d302d9f19b2;p=GitHub%2FWoltLab%2FWCF.git Fixed icon sizes in attachment tab --- diff --git a/com.woltlab.wcf/templates/messageFormAttachments.tpl b/com.woltlab.wcf/templates/messageFormAttachments.tpl index 7fa1737662..182f16faa5 100644 --- a/com.woltlab.wcf/templates/messageFormAttachments.tpl +++ b/com.woltlab.wcf/templates/messageFormAttachments.tpl @@ -5,7 +5,7 @@ {if $attachment->tinyThumbnailType} {else} - + {/if}
diff --git a/wcfsetup/install/files/js/WCF.Attachment.js b/wcfsetup/install/files/js/WCF.Attachment.js index 63f14bc21c..dd08d2265c 100644 --- a/wcfsetup/install/files/js/WCF.Attachment.js +++ b/wcfsetup/install/files/js/WCF.Attachment.js @@ -298,7 +298,7 @@ WCF.Attachment.Upload = WCF.Upload.extend({ * @see WCF.Upload._initFile() */ _initFile: function(file) { - var $li = $('
  • '+file.name+'

    • ').data('filename', file.name); + var $li = $('
    • '+file.name+'

      • ').data('filename', file.name); this._fileListSelector.append($li); this._fileListSelector.show();