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}