From 5fde0d061e269ab9311b32f61753d4ed5c4354ca Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Wed, 19 Mar 2003 01:44:44 +0000 Subject: Desesperatly trying to synchronise my different versions ;) git-svn-id: file:///svn/phpbb/trunk@3676 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/mcp_front.html | 35 ++++++++++++++++++++++++++------ phpBB/templates/subSilver/mcp_queue.html | 24 +++++++++------------- 2 files changed, 39 insertions(+), 20 deletions(-) (limited to 'phpBB/templates/subSilver') diff --git a/phpBB/templates/subSilver/mcp_front.html b/phpBB/templates/subSilver/mcp_front.html index eb606b9c9f..33af6e8d4d 100644 --- a/phpBB/templates/subSilver/mcp_front.html +++ b/phpBB/templates/subSilver/mcp_front.html @@ -1,9 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + +
Latest 5 posts awaiting approval
 {L_FORUM}  {L_TOPIC}  {L_SUBJECT}  {L_AUTHOR}  {L_POST_TIME} 
{unapproved.FORUM}{unapproved.TOPIC}{unapproved.SUBJECT}{unapproved.AUTHOR}{unapproved.POST_TIME}
+

-Moderation queue:
-There are xx posts waiting to be approved
-
-Reported posts:
-There are xx reported posts to review
-

+ + + + + +
Latest 5 reported posts
\ No newline at end of file diff --git a/phpBB/templates/subSilver/mcp_queue.html b/phpBB/templates/subSilver/mcp_queue.html index cc82e91440..4812857941 100644 --- a/phpBB/templates/subSilver/mcp_queue.html +++ b/phpBB/templates/subSilver/mcp_queue.html @@ -9,29 +9,25 @@  {L_POST_TIME}   {L_SELECT}  - - + + {L_TOPICS} - + {L_POSTS} - {postrow.FORUM} - {postrow.TOPIC} - {postrow.SUBJECT} - {postrow.AUTHOR} - {postrow.POST_TIME} - {postrow.S_CHECKBOX} + {unapproved.FORUM} + {unapproved.TOPIC} + {unapproved.SUBJECT} + {unapproved.AUTHOR} + {unapproved.POST_TIME} + {unapproved.S_CHECKBOX} - - - {L_FORUM_QUEUE_EMPTY}{L_QUEUE_EMPTY} - - + -- cgit v1.2.1