From fc295f5f0eef6b761c7c2d825bc01501e8882a25 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 26 Apr 2007 18:41:26 +0000 Subject: checking in some fixes. ;) Most of them are really minor, including: - correctly enter report notification into db - fix double-quote pm issue git-svn-id: file:///svn/phpbb/trunk@7409 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/attachment.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'phpBB/styles/prosilver/template/attachment.html') diff --git a/phpBB/styles/prosilver/template/attachment.html b/phpBB/styles/prosilver/template/attachment.html index 1bb23b8eac..de46720baf 100644 --- a/phpBB/styles/prosilver/template/attachment.html +++ b/phpBB/styles/prosilver/template/attachment.html @@ -7,25 +7,23 @@
{_file.DOWNLOAD_NAME}
-
{_file.COMMENT}
- - {_file.DOWNLOAD_NAME} - -

{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}

+
+
{_file.DOWNLOAD_NAME}
+
{_file.COMMENT}
+
{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}
+
{_file.UPLOAD_ICON} {_file.DOWNLOAD_NAME}
- -
{_file.COMMENT}
- +
{_file.COMMENT}
({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}
-- cgit v1.2.1