diff options
author | Gabriel Vazquez <leviatan21@phpbb.com> | 2009-06-24 13:39:34 +0000 |
---|---|---|
committer | Gabriel Vazquez <leviatan21@phpbb.com> | 2009-06-24 13:39:34 +0000 |
commit | 2a8cd76f59a24256ae1cd66c8469c57896f8dd24 (patch) | |
tree | 749496f4619a17e17b25d90fa465722144e66ef6 /phpBB/styles/prosilver/template/mcp_topic.html | |
parent | 08a88fcf33693d4349d3fb478ce4704d70ba3111 (diff) | |
download | forums-2a8cd76f59a24256ae1cd66c8469c57896f8dd24.tar forums-2a8cd76f59a24256ae1cd66c8469c57896f8dd24.tar.gz forums-2a8cd76f59a24256ae1cd66c8469c57896f8dd24.tar.bz2 forums-2a8cd76f59a24256ae1cd66c8469c57896f8dd24.tar.xz forums-2a8cd76f59a24256ae1cd66c8469c57896f8dd24.zip |
Fixed Bug #44455 - Properly display post status messages in topic when post is reported and unapproved
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9670 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_topic.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_topic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index 996d8cf1a2..db36ebf5ac 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -113,7 +113,7 @@ onload_functions.push('subPanels()'); <!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED --> <p class="rules"> - <!-- IF postrow.S_POST_UNAPPROVED -->{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}"><strong>{L_POST_UNAPPROVED}</strong></a><!-- ENDIF --> + <!-- IF postrow.S_POST_UNAPPROVED -->{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}"><strong>{L_POST_UNAPPROVED}</strong></a><br /><!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED -->{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}"><strong>{L_POST_REPORTED}</strong></a><!-- ENDIF --> </p> <!-- ENDIF --> |