aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorBruno Ais <brunoaiss@gmail.com>2012-03-09 15:56:43 +0000
committerOleg Pudeyev <oleg@bsdpower.com>2012-03-19 08:27:32 -0400
commit3a044b4b3ef6b5a7c27ea357bc3b7d7dd101a262 (patch)
tree49632e1a05e127c753ddcf622f0d02b2246ab98d /phpBB/styles
parent28c6b95100014bc9237c50c16e6b69a96102e7c6 (diff)
downloadforums-3a044b4b3ef6b5a7c27ea357bc3b7d7dd101a262.tar
forums-3a044b4b3ef6b5a7c27ea357bc3b7d7dd101a262.tar.gz
forums-3a044b4b3ef6b5a7c27ea357bc3b7d7dd101a262.tar.bz2
forums-3a044b4b3ef6b5a7c27ea357bc3b7d7dd101a262.tar.xz
forums-3a044b4b3ef6b5a7c27ea357bc3b7d7dd101a262.zip
[feature/save-post-on-report] Changed mark in subsilver2 to look like viewtopic
As cyberalien requested. This was changed to match better the idea behind what was made in prosilver to subsilver2. PHPBB3-10600
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subsilver2/template/posting_topic_review.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_topic_review.html b/phpBB/styles/subsilver2/template/posting_topic_review.html
index 92f71c2307..cbd6746a8a 100644
--- a/phpBB/styles/subsilver2/template/posting_topic_review.html
+++ b/phpBB/styles/subsilver2/template/posting_topic_review.html
@@ -51,7 +51,13 @@
<table width="100%" cellspacing="0" cellpadding="2">
<tr>
<td>
- <!-- IF topic_review_row.POST_ID == REPORTED_POST_ID --><span class="postreported">{REPORTED_IMG}</span><!-- ENDIF -->
+ <!-- IF topic_review_row.POST_ID == REPORTED_POST_ID -->
+ <table width="100%" cellspacing="0">
+ <tr>
+ <span class="postreported">{REPORTED_IMG}</span>
+ </tr>
+ </table>
+ <!-- ENDIF -->
<div class="postbody">{topic_review_row.MESSAGE}</div>
<!-- IF topic_review_row.S_HAS_ATTACHMENTS -->