aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid/admin/user_ban_body.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Euclid/admin/user_ban_body.tpl')
-rw-r--r--phpBB/templates/Euclid/admin/user_ban_body.tpl37
1 files changed, 0 insertions, 37 deletions
diff --git a/phpBB/templates/Euclid/admin/user_ban_body.tpl b/phpBB/templates/Euclid/admin/user_ban_body.tpl
deleted file mode 100644
index fa90dd7fe4..0000000000
--- a/phpBB/templates/Euclid/admin/user_ban_body.tpl
+++ /dev/null
@@ -1,37 +0,0 @@
-
-<br clear="all" />
-
-<h1>{L_BAN_TITLE}</h1>
-
-<p>{L_BAN_EXPLAIN}</p>
-
-<form method="post" action="{S_BAN_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center">
- <tr>
- <td class="cat" colspan="2" align="center">{L_BAN_USER}</td>
- </tr>
- <tr>
- <td class="row1">{L_USERNAME}:&nbsp;<br /><span class="gensmall">{L_BAN_USER_EXPLAIN}</span></td>
- <td class="row2">{S_USERLIST_SELECT}</td>
- </tr>
- <tr>
- <td class="cat" colspan="2" align="center">{L_BAN_IP}</td>
- </tr>
- <tr>
- <td class="row1">{L_IP_OR_HOSTNAME}:&nbsp;<br /><span class="gensmall">{L_BAN_IP_EXPLAIN}</span></td>
- <td class="row2"><input type="text" name="ip" size="35" /></td>
- </tr>
- <tr>
- <td class="cat" colspan="2" align="center">{L_BAN_EMAIL}</td>
- </tr>
- <tr>
- <td class="row1">{L_EMAIL_ADDRESS}:&nbsp;<br /><span class="gensmall">{L_BAN_EMAIL_EXPLAIN}</span></td>
- <td class="row2"><input type="text" name="email" size="35" /></td>
- </tr>
- <tr>
- <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input type="reset" value="{L_RESET}" /></td>
- </tr>
-</table></form>
-
-<p>{L_BAN_EXPLAIN_WARN}</p>
-
-<br clear="all" />