From 4bcfafdc64a8a77c67982604fc2f92513b05fa50 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sat, 25 Feb 2006 12:46:31 +0000 Subject: - allow local moderators to properly use the mcp for more than one forum (mcp) - automatically get a forum id for global topics if needed (mcp) - allow linking to unapproved topics via a post id (viewtopic) - use #p[post_id] anchor (mcp_post) - use actions where appropriate (mcp_queue) - added approve_details mode (mcp_queue) - use new post details page (mcp_queue) - adding missing lang keys for (dis)approval of topics/posts (mcp_queue) - return to topic link (mcp_topic) - some changes to follow the coding guidelines git-svn-id: file:///svn/phpbb/trunk@5584 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/template/mcp_approve.html | 8 ++++---- phpBB/styles/subSilver/template/mcp_post.html | 2 +- phpBB/styles/subSilver/template/mcp_queue.html | 4 ++-- phpBB/styles/subSilver/template/mcp_topic.html | 3 +++ 4 files changed, 10 insertions(+), 7 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subSilver/template/mcp_approve.html b/phpBB/styles/subSilver/template/mcp_approve.html index e825a83acf..0413114355 100644 --- a/phpBB/styles/subSilver/template/mcp_approve.html +++ b/phpBB/styles/subSilver/template/mcp_approve.html @@ -21,12 +21,12 @@
- - + + - - + +
{L_DISAPPROVE_REASON}:{L_DISAPPROVE_REASON}:
{L_MORE_INFO}:
{L_CAN_LEAVE_BLANK}
{L_MORE_INFO}:
{L_CAN_LEAVE_BLANK}

diff --git a/phpBB/styles/subSilver/template/mcp_post.html b/phpBB/styles/subSilver/template/mcp_post.html index 6a1d7e8147..ecd0bc7c80 100644 --- a/phpBB/styles/subSilver/template/mcp_post.html +++ b/phpBB/styles/subSilver/template/mcp_post.html @@ -33,7 +33,7 @@ -   +   diff --git a/phpBB/styles/subSilver/template/mcp_queue.html b/phpBB/styles/subSilver/template/mcp_queue.html index a027af34cf..5052d9ad98 100644 --- a/phpBB/styles/subSilver/template/mcp_queue.html +++ b/phpBB/styles/subSilver/template/mcp_queue.html @@ -15,7 +15,7 @@ -

{postrow.TOPIC_TITLE}


+

{postrow.TOPIC_TITLE}

{L_FORUM}: {postrow.FORUM_NAME} {postrow.POSTER}{postrow.POSTER}
[ {L_VIEW_DETAILS} ] @@ -28,7 +28,7 @@ -    +    diff --git a/phpBB/styles/subSilver/template/mcp_topic.html b/phpBB/styles/subSilver/template/mcp_topic.html index 6669f62985..181dbb3d6d 100644 --- a/phpBB/styles/subSilver/template/mcp_topic.html +++ b/phpBB/styles/subSilver/template/mcp_topic.html @@ -59,6 +59,9 @@ {L_MESSAGE} {L_SELECT} + + {RETURN_TOPIC} + -- cgit v1.2.1