From 7e5e8422c8a8b4aa18bc04a41696fb51a4265ac2 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 16 Apr 2003 23:15:31 +0000 Subject: [PATCH] Move signature addition entirely to template git-svn-id: file:///svn/phpbb/trunk@3866 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/viewtopic_body.html | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/phpBB/templates/subSilver/viewtopic_body.html b/phpBB/templates/subSilver/viewtopic_body.html index 3f284da1f8..1be6f029b2 100644 --- a/phpBB/templates/subSilver/viewtopic_body.html +++ b/phpBB/templates/subSilver/viewtopic_body.html @@ -106,29 +106,33 @@
- - - - - -
{UNAPPROVED_IMG} {L_POST_NOT_BEEN_APPROVED} [ {L_APPROVE_POST} ]
+ + + + + + +
{UNAPPROVED_IMG} {L_POST_NOT_BEEN_APPROVED} [ {L_APPROVE_POST} ]
+
- - - - - -
{REPORTED_IMG} {L_POST_BEEN_REPORTED} [ {L_READ_REPORTS} ]
+ + + + + + +
{REPORTED_IMG} {L_POST_BEEN_REPORTED} [ {L_READ_REPORTS} ]
+
- {postrow.MESSAGE}{postrow.SIGNATURE}{postrow.EDITED_MESSAGE} + {postrow.MESSAGE}
_________________
{postrow.SIGNATURE}
{postrow.EDITED_MESSAGE}