diff options
| author | Jim Wigginton <terrafrost@phpbb.com> | 2009-01-27 00:01:48 +0000 |
|---|---|---|
| committer | Jim Wigginton <terrafrost@phpbb.com> | 2009-01-27 00:01:48 +0000 |
| commit | 49f0ab0ccd1475be2ccd0661714628f40a370efd (patch) | |
| tree | 2b5810d90046efe55de54aff1caa65a5a84fcbd6 /phpBB/styles/prosilver/template/posting_topic_review.html | |
| parent | f78594b59d14a3451feb1af0de90a22cfe2b5b1c (diff) | |
| download | forums-49f0ab0ccd1475be2ccd0661714628f40a370efd.tar forums-49f0ab0ccd1475be2ccd0661714628f40a370efd.tar.gz forums-49f0ab0ccd1475be2ccd0661714628f40a370efd.tar.bz2 forums-49f0ab0ccd1475be2ccd0661714628f40a370efd.tar.xz forums-49f0ab0ccd1475be2ccd0661714628f40a370efd.zip | |
Fixed bug #40325 – Friend/foe system displays posts made by foes while composing
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9305 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_topic_review.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_topic_review.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/posting_topic_review.html b/phpBB/styles/prosilver/template/posting_topic_review.html index 3f9c25cb2a..428a830ef3 100644 --- a/phpBB/styles/prosilver/template/posting_topic_review.html +++ b/phpBB/styles/prosilver/template/posting_topic_review.html @@ -6,8 +6,15 @@ <div id="topicreview"> <!-- BEGIN topic_review_row --> + + <!-- IF topic_review_row.S_IGNORE_POST --> + <div class="post bg3 post-ignore"> + <div class="inner"><span class="corners-top"><span></span></span> + {topic_review_row.L_IGNORE_POST} + <!-- ELSE --> <div class="post <!-- IF topic_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->"> <div class="inner"><span class="corners-top"><span></span></span> + <!-- ENDIF --> <div class="postbody" id="pr{topic_review_row.POST_ID}"> <!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE --> |
