mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[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
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user