aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/ucp_pm_viewmessage.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subSilver/template/ucp_pm_viewmessage.html')
-rw-r--r--phpBB/styles/subSilver/template/ucp_pm_viewmessage.html12
1 files changed, 1 insertions, 11 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_pm_viewmessage.html b/phpBB/styles/subSilver/template/ucp_pm_viewmessage.html
index 4f175ac0ff..0e3cd78e4f 100644
--- a/phpBB/styles/subSilver/template/ucp_pm_viewmessage.html
+++ b/phpBB/styles/subSilver/template/ucp_pm_viewmessage.html
@@ -64,16 +64,6 @@
<tr>
<td>
- <!-- IF S_MESSAGE_REPORTED -->
- <table width="100%" cellspacing="0">
- <tr>
- <td class="gensmall"><b class="postreported">&#187 <a class="postreported" href="{U_MCP_REPORT}">{L_MESSAGE_REPORTED}</a></b></td>
- </tr>
- </table>
-
- <br clear="all" />
- <!-- ENDIF -->
-
<div class="postbody">{MESSAGE}</div>
<!-- IF S_HAS_ATTACHMENTS -->
@@ -105,7 +95,7 @@
<table width="100%" cellspacing="0">
<tr valign="middle">
- <td class="gensmall" align="right"><!-- IF U_REPORT --><a href="{U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> <!-- IF U_INFO --><a href="{U_INFO}">{INFO_IMG}</a> <!-- ENDIF --> <!-- IF U_DELETE --><a href="{U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF --></td>
+ <td class="gensmall" align="right"> <!-- IF U_INFO --><a href="{U_INFO}">{INFO_IMG}</a> <!-- ENDIF --> <!-- IF U_DELETE --><a href="{U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF --></td>
</tr>
</table>