diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-11-12 16:17:27 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-11-12 16:17:27 +0100 |
commit | bc4c82bae5f93a4e482caf29a931882d07fb90fd (patch) | |
tree | 014501451d362c76cf396166f131746c7879dfc3 /phpBB/styles/prosilver/template/posting_topic_review.html | |
parent | 577d669ba73c0ff10bfe663079bbd13416092917 (diff) | |
parent | 4dfadfc97f7a3827925f99996c44c90ebe06ff31 (diff) | |
download | forums-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/template/posting_topic_review.html')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_topic_review.html | 4 |
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"> |