aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid/admin/auth_select_body.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Euclid/admin/auth_select_body.tpl')
-rw-r--r--phpBB/templates/Euclid/admin/auth_select_body.tpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/phpBB/templates/Euclid/admin/auth_select_body.tpl b/phpBB/templates/Euclid/admin/auth_select_body.tpl
deleted file mode 100644
index 9b9392c33d..0000000000
--- a/phpBB/templates/Euclid/admin/auth_select_body.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-
-<h1>{L_AUTH_TITLE}</h1>
-
-<p>{L_AUTH_EXPLAIN}</p>
-
-<form method="post" action="{S_AUTH_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
- <tr>
-
- <th align="center">{L_AUTH_SELECT}</th>
- </tr>
- <tr>
- <td class="row1" align="center">{S_AUTH_SELECT}&nbsp;&nbsp;<input type="submit" value="{L_LOOK_UP}">&nbsp;</td>
- </tr>
-</table></form>