aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO/admin/group_select_body.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/PSO/admin/group_select_body.tpl')
-rw-r--r--phpBB/templates/PSO/admin/group_select_body.tpl17
1 files changed, 0 insertions, 17 deletions
diff --git a/phpBB/templates/PSO/admin/group_select_body.tpl b/phpBB/templates/PSO/admin/group_select_body.tpl
deleted file mode 100644
index 668779c20d..0000000000
--- a/phpBB/templates/PSO/admin/group_select_body.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-
-<h1>{L_GROUP_TITLE}</h1>
-
-<p>{L_GROUP_EXPLAIN}</p>
-
-<form method="post" action="{S_GROUP_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
- <tr>
-
- <th class="thHead" align="center">{L_GROUP_SELECT}</th>
- </tr>
- <tr>
- <td class="row1" align="center">{S_GROUP_SELECT}&nbsp;&nbsp;<input type="submit" name="edit" value="{L_LOOK_UP}" class="mainoption" />&nbsp;</td>
- </tr>
- <tr>
- <td class="catBottom" align="center"><input type="submit" class="liteoption" name="new" value="{L_CREATE_NEW_GROUP}" /></td>
- </tr>
-</table></form>