diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-10-10 23:10:46 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-10-10 23:10:46 +0200 |
commit | 18f77020e5c4a33e2b9bb1145342dab7ea55fd32 (patch) | |
tree | ee17cbc60fd81995ae328473bfbc6849185d4f5d /phpBB/styles/prosilver/template/mcp_forum.html | |
parent | e4c9e55b53923baedfc9318eb589a914a4ffccef (diff) | |
download | forums-18f77020e5c4a33e2b9bb1145342dab7ea55fd32.tar forums-18f77020e5c4a33e2b9bb1145342dab7ea55fd32.tar.gz forums-18f77020e5c4a33e2b9bb1145342dab7ea55fd32.tar.bz2 forums-18f77020e5c4a33e2b9bb1145342dab7ea55fd32.tar.xz forums-18f77020e5c4a33e2b9bb1145342dab7ea55fd32.zip |
[feature/soft-delete] Fix several problems in the forum mcp
PHPBB3-9567
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_forum.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_forum.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index 811aace154..33cafa502a 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -43,6 +43,7 @@ <!-- IF topicrow.S_SELECT_TOPIC --><a href="{topicrow.U_SELECT_TOPIC}" class="topictitle">[ {L_SELECT_MERGE} ]</a> <!-- ENDIF --> <a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a> <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF --> + <!-- IF topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.DELETED_IMG}</a> <!-- ENDIF --> <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --> <!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE --> <a href="{topicrow.U_DELETE_TOPIC}" class="topictitle">[ {L_DELETE_SHADOW_TOPIC} ]</a><!-- ENDIF --> <br /> |