aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_post.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-12-18 15:08:05 +0100
committerJoas Schilling <nickvergessen@gmx.de>2012-12-18 15:08:05 +0100
commit63f3cd45bb30354b4707b542e54e7dad0f99e15c (patch)
tree8b2febd06fc47a85af6e9208944b14b255aa9b37 /phpBB/styles/prosilver/template/mcp_post.html
parent4300d06a172fd7950405dc23077b57354452d9b1 (diff)
downloadforums-63f3cd45bb30354b4707b542e54e7dad0f99e15c.tar
forums-63f3cd45bb30354b4707b542e54e7dad0f99e15c.tar.gz
forums-63f3cd45bb30354b4707b542e54e7dad0f99e15c.tar.bz2
forums-63f3cd45bb30354b4707b542e54e7dad0f99e15c.tar.xz
forums-63f3cd45bb30354b4707b542e54e7dad0f99e15c.zip
[feature/soft-delete] Add delete information to approve deatils page
PHPBB3-9657
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_post.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_post.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html
index 756a6eb114..6f53f5024e 100644
--- a/phpBB/styles/prosilver/template/mcp_post.html
+++ b/phpBB/styles/prosilver/template/mcp_post.html
@@ -100,6 +100,13 @@
</dl>
<!-- ENDIF -->
+ <!-- IF DELETED_MESSAGE or DELETE_REASON -->
+ <div class="notice">
+ {DELETED_MESSAGE}
+ <!-- IF DELETE_REASON --><br /><strong>{L_REASON}:</strong> <em>{DELETE_REASON}</em><!-- ENDIF -->
+ </div>
+ <!-- ENDIF -->
+
<!-- IF SIGNATURE -->
<div id="sig{POST_ID}" class="signature">{SIGNATURE}</div>
<!-- ENDIF -->