From cbbec39e0d8ed86b5391eb1eafdc34dc724258d5 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 3 Jan 2004 17:35:47 +0000 Subject: [PATCH] Posting was getting a tad crowded git-svn-id: file:///svn/phpbb/trunk@4707 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../subSilver/template/posting_review.html | 86 +++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 phpBB/styles/subSilver/template/posting_review.html diff --git a/phpBB/styles/subSilver/template/posting_review.html b/phpBB/styles/subSilver/template/posting_review.html new file mode 100644 index 0000000000..ba2bd64922 --- /dev/null +++ b/phpBB/styles/subSilver/template/posting_review.html @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + +
{L_POST_REVIEW}
{L_POST_REVIEW_EXPLAIN}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{L_AUTHOR}{L_MESSAGE}
+ + + + + + + +
{post_review_row.KARMA_IMG}
+
+ + + + + + + +
 {L_POST_SUBJECT}: {post_review_row.POST_SUBJECT} 
+
+ + + + + + +
+ + + + +
{post_review_row.MESSAGE}
+
+ + + + + + +
 {post_review_row.MINI_POST_IMG}{L_POSTED}: {post_review_row.POST_DATE}
+
+ +
\ No newline at end of file