aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-11-12 16:17:27 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-11-12 16:17:27 +0100
commitbc4c82bae5f93a4e482caf29a931882d07fb90fd (patch)
tree014501451d362c76cf396166f131746c7879dfc3 /phpBB/styles/prosilver
parent577d669ba73c0ff10bfe663079bbd13416092917 (diff)
parent4dfadfc97f7a3827925f99996c44c90ebe06ff31 (diff)
downloadforums-bc4c82bae5f93a4e482caf29a931882d07fb90fd.tar
forums-bc4c82bae5f93a4e482caf29a931882d07fb90fd.tar.gz
forums-bc4c82bae5f93a4e482caf29a931882d07fb90fd.tar.bz2
forums-bc4c82bae5f93a4e482caf29a931882d07fb90fd.tar.xz
forums-bc4c82bae5f93a4e482caf29a931882d07fb90fd.zip
Merge pull request #4481 from senky/ticket/14819
[ticket/14819] Hide soft-deleted posts in topic review
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/posting_topic_review.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/posting_topic_review.html b/phpBB/styles/prosilver/template/posting_topic_review.html
index c51d8032dc..4d5ab16afe 100644
--- a/phpBB/styles/prosilver/template/posting_topic_review.html
+++ b/phpBB/styles/prosilver/template/posting_topic_review.html
@@ -16,6 +16,10 @@
<div class="post bg3 post-ignore">
<div class="inner">
{topic_review_row.L_IGNORE_POST}
+ <!-- ELSE IF topic_review_row.S_POST_DELETED -->
+ <div class="post bg3 post-ignore">
+ <div class="inner">
+ {topic_review_row.L_DELETE_POST}
<!-- ELSE -->
<div class="post <!-- IF topic_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF topic_review_row.POST_ID == REPORTED_POST_ID --> reported<!-- ENDIF -->">
<div class="inner">