From 4feb08390cbd72224b5d8147ba274f0558b6cbb5 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 11 Apr 2003 06:07:58 +0000 Subject: re-use include... git-svn-id: file:///svn/phpbb/trunk@3813 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/viewtopic_attach_body.html | 12 +++++------- phpBB/templates/subSilver/viewtopic_body.html | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'phpBB/templates/subSilver') diff --git a/phpBB/templates/subSilver/viewtopic_attach_body.html b/phpBB/templates/subSilver/viewtopic_attach_body.html index eb91497d1b..c94d378f5c 100644 --- a/phpBB/templates/subSilver/viewtopic_attach_body.html +++ b/phpBB/templates/subSilver/viewtopic_attach_body.html @@ -1,6 +1,6 @@

-

+
[{postrow.attachment.L_DENIED}]

@@ -18,21 +18,19 @@ -
{postrow.attachment.DOWNLOAD_NAME} - {postrow.attachment.L_DOWNLOAD_COUNT}

+
{postrow.attachment.DOWNLOAD_NAME} - {postrow.attachment.L_DOWNLOADED_VIEWED} {postrow.attachment.L_DOWNLOAD_COUNT}

{postrow.attachment.COMMENT}
{postrow.attachment.DOWNLOAD_NAME}
-
{postrow.attachment.DOWNLOAD_NAME} - {postrow.attachment.L_DOWNLOAD_COUNT}

+
{postrow.attachment.DOWNLOAD_NAME} - {postrow.attachment.L_DOWNLOADED_VIEWED} {postrow.attachment.L_DOWNLOAD_COUNT}

{postrow.attachment.COMMENT}
{postrow.attachment.DOWNLOAD_NAME}
-
{postrow.attachment.DOWNLOAD_NAME} - {postrow.attachment.L_DOWNLOAD_COUNT}

+
{postrow.attachment.DOWNLOAD_NAME} - {postrow.attachment.L_DOWNLOADED_VIEWED} {postrow.attachment.L_DOWNLOAD_COUNT}

{postrow.attachment.COMMENT}
{postrow.attachment.UPLOAD_IMG} {postrow.attachment.DOWNLOAD_NAME} - {postrow.attachment.FILESIZE} {postrow.attachment.SIZE_VAR}
- {postrow.attachment.L_DOWNLOAD_COUNT}

+ {postrow.attachment.L_DOWNLOADED_VIEWED} {postrow.attachment.L_DOWNLOAD_COUNT}

- - {postrow.attachment.HELLO} diff --git a/phpBB/templates/subSilver/viewtopic_body.html b/phpBB/templates/subSilver/viewtopic_body.html index 6318bf794b..848a45f6de 100644 --- a/phpBB/templates/subSilver/viewtopic_body.html +++ b/phpBB/templates/subSilver/viewtopic_body.html @@ -128,7 +128,7 @@ - {postrow.MESSAGE}{postrow.SIGNATURE}{postrow.EDITED_MESSAGE} + {postrow.MESSAGE}{postrow.SIGNATURE}{postrow.EDITED_MESSAGE} -- cgit v1.2.1