diff options
| author | Chris Smith <toonarmy@phpbb.com> | 2008-09-26 11:25:04 +0000 |
|---|---|---|
| committer | Chris Smith <toonarmy@phpbb.com> | 2008-09-26 11:25:04 +0000 |
| commit | b9cd8f2966b221db8fb8517b3f5d78c063c87698 (patch) | |
| tree | 40c0132a23a017a457e78a2a7bf7782260d47b6b /phpBB/styles/prosilver | |
| parent | 3b25f4b18027454a90abdc0f20dbce834e58c49a (diff) | |
| download | forums-b9cd8f2966b221db8fb8517b3f5d78c063c87698.tar forums-b9cd8f2966b221db8fb8517b3f5d78c063c87698.tar.gz forums-b9cd8f2966b221db8fb8517b3f5d78c063c87698.tar.bz2 forums-b9cd8f2966b221db8fb8517b3f5d78c063c87698.tar.xz forums-b9cd8f2966b221db8fb8517b3f5d78c063c87698.zip | |
Add links to the post and forum when viewing a report from the MCP. #33795, #33805
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8940 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index b4706ec9ac..c8b2ffc56d 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -50,7 +50,7 @@ </ul> <!-- ENDIF --> - <h3>{POST_SUBJECT}</h3> + <h3><a href="{U_VIEW_POST}">{POST_SUBJECT}</a></h3> <p class="author">{MINI_POST_IMG} {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} {L_POSTED_ON_DATE} {POST_DATE}</p> <!-- IF S_POST_UNAPPROVED --> @@ -152,7 +152,7 @@ <div class="panel"> <div class="inner"><span class="corners-top"><span></span></span> - <p><!-- IF S_MCP_QUEUE -->{RETURN_QUEUE} | {RETURN_TOPIC_SIMPLE} | {RETURN_POST}<!-- ELSEIF S_MCP_REPORT -->{RETURN_REPORTS} | <a href="{U_VIEW_TOPIC}">{L_VIEW_TOPIC}</a><!-- ELSE -->{RETURN_TOPIC}<!-- ENDIF --></p> + <p><!-- IF S_MCP_QUEUE -->{RETURN_QUEUE} | {RETURN_TOPIC_SIMPLE} | {RETURN_POST}<!-- ELSEIF S_MCP_REPORT -->{RETURN_REPORTS} | <a href="{U_VIEW_POST}">{L_VIEW_POST}</a> | <a href="{U_VIEW_TOPIC}">{L_VIEW_TOPIC}</a> | <a href="{U_VIEW_FORUM}">{L_VIEW_FORUM}</a><!-- ELSE -->{RETURN_TOPIC}<!-- ENDIF --></p> <span class="corners-bottom"><span></span></span></div> </div> |
