From 6a7978965d0a2dd820bf21e13ee6206473c0cf5e Mon Sep 17 00:00:00 2001 From: rxu Date: Mon, 3 Aug 2015 18:35:15 +0700 Subject: [ticket/14065] Add template events to attachment.html Additionally remove some unnecessary empty lines. PHPBB3-14065 --- phpBB/styles/prosilver/template/attachment.html | 7 ++++--- phpBB/styles/subsilver2/template/attachment.html | 4 ++++ 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/attachment.html b/phpBB/styles/prosilver/template/attachment.html index c227e710b1..4546f53d6c 100644 --- a/phpBB/styles/prosilver/template/attachment.html +++ b/phpBB/styles/prosilver/template/attachment.html @@ -1,8 +1,10 @@ +

[{_file.DENIED_MESSAGE}]

+
@@ -11,7 +13,6 @@
-
{_file.DOWNLOAD_NAME}
@@ -28,8 +29,6 @@
- - @@ -118,5 +117,7 @@ {_file.DOWNLOAD_NAME} [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ]

+ + diff --git a/phpBB/styles/subsilver2/template/attachment.html b/phpBB/styles/subsilver2/template/attachment.html index baad7c6cfc..65a28aead4 100644 --- a/phpBB/styles/subsilver2/template/attachment.html +++ b/phpBB/styles/subsilver2/template/attachment.html @@ -1,9 +1,11 @@ + [{_file.DENIED_MESSAGE}]
+ {L_FILE_COMMENT}{L_COLON} {_file.COMMENT}
@@ -115,7 +117,9 @@ {_file.DOWNLOAD_NAME} [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ] +
+ -- cgit v1.2.1