From 077d7a765167d8229436d1f043dd5588924d2104 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Thu, 2 Aug 2001 22:35:17 +0000 Subject: [PATCH] Other admin_forums.php requires other template git-svn-id: file:///svn/phpbb/trunk@799 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../PSO/admin/admin_forum_manage.tpl | 40 ------------------- phpBB/templates/PSO/admin/forums_body.tpl | 32 +++++++++++++++ 2 files changed, 32 insertions(+), 40 deletions(-) delete mode 100755 phpBB/templates/PSO/admin/admin_forum_manage.tpl create mode 100644 phpBB/templates/PSO/admin/forums_body.tpl diff --git a/phpBB/templates/PSO/admin/admin_forum_manage.tpl b/phpBB/templates/PSO/admin/admin_forum_manage.tpl deleted file mode 100755 index cca34dde57..0000000000 --- a/phpBB/templates/PSO/admin/admin_forum_manage.tpl +++ /dev/null @@ -1,40 +0,0 @@ -

Manage Forums

-

- With the form below you can get a quick overview of your forums, change their ordering, modify their settings, lock forums, and delete unwanted forums. - To modify forum permissions use the Permissions link on the left hand side. -

-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - -
 {L_FORUM}  {L_MODERATOR}  {L_ORDER}  {L_ACTION} 
{catrow.CAT_DESC} 
{catrow.forumrow.FORUM_NAME}
{catrow.forumrow.FORUM_DESC}
{catrow.forumrow.MODERATORS} - -   -   -   - -
diff --git a/phpBB/templates/PSO/admin/forums_body.tpl b/phpBB/templates/PSO/admin/forums_body.tpl new file mode 100644 index 0000000000..413c6db87a --- /dev/null +++ b/phpBB/templates/PSO/admin/forums_body.tpl @@ -0,0 +1,32 @@ +{S_FORMSTART} +
+ + + +
+ + + + + + + + + + + + + + + + + +
  +  {L_FORUM}  +  {L_TOPICS}  +  {L_POSTS}  +  {L_LASTPOST}  +  {L_MODERATOR}  +
{catrow.CAT_DESC} {catrow.S_NEWCAT}
{catrow.forumrow.FOLDER}{catrow.forumrow.S_NEWFORUM}{catrow.forumrow.FORUM_NAME}
{catrow.forumrow.FORUM_DESC}
{catrow.forumrow.TOPICS}{catrow.forumrow.POSTS}{catrow.forumrow.LAST_POST}{catrow.forumrow.MODERATORS}
+ +{S_FORMEND}