mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
28c6b95100
commit
3a044b4b3e
1 changed files with 7 additions and 1 deletions
|
@ -51,7 +51,13 @@
|
||||||
<table width="100%" cellspacing="0" cellpadding="2">
|
<table width="100%" cellspacing="0" cellpadding="2">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<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>
|
<div class="postbody">{topic_review_row.MESSAGE}</div>
|
||||||
|
|
||||||
<!-- IF topic_review_row.S_HAS_ATTACHMENTS -->
|
<!-- IF topic_review_row.S_HAS_ATTACHMENTS -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue