aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-07-26 14:57:30 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-07-26 14:57:30 +0000
commit30bb2a839753fdf09457d7287b8ae97d399d2101 (patch)
treeb0ff044b4af49f928b6166ae7ba3b7c34ada3ffe /phpBB/templates
parent58f3dea5cce26ebd66ba584e5a56ad799fb70caa (diff)
downloadforums-30bb2a839753fdf09457d7287b8ae97d399d2101.tar
forums-30bb2a839753fdf09457d7287b8ae97d399d2101.tar.gz
forums-30bb2a839753fdf09457d7287b8ae97d399d2101.tar.bz2
forums-30bb2a839753fdf09457d7287b8ae97d399d2101.tar.xz
forums-30bb2a839753fdf09457d7287b8ae97d399d2101.zip
Infamy! Infamy! They've all got it in-fa-my
git-svn-id: file:///svn/phpbb/trunk@2744 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/admin/user_ban_body.tpl54
1 files changed, 0 insertions, 54 deletions
diff --git a/phpBB/templates/subSilver/admin/user_ban_body.tpl b/phpBB/templates/subSilver/admin/user_ban_body.tpl
deleted file mode 100644
index f5f1b90836..0000000000
--- a/phpBB/templates/subSilver/admin/user_ban_body.tpl
+++ /dev/null
@@ -1,54 +0,0 @@
-
-<h1>{L_BAN_TITLE}</h1>
-
-<p>{L_BAN_EXPLAIN}</p>
-
-<form method="post" action="{S_BANLIST_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
- <tr>
- <th class="thHead" colspan="2">{L_BAN_USER}</th>
- </tr>
- <tr>
- <td class="row1">{L_USERNAME}: <br /><span class="gensmall">{L_BAN_USER_EXPLAIN}</span></td>
- <td class="row2">{S_BAN_USERLIST_SELECT}</td>
- </tr>
- <tr>
- <th class="thHead" colspan="2">{L_UNBAN_USER}</th>
- </tr>
- <tr>
- <td class="row1">{L_USERNAME}: <br /><span class="gensmall">{L_UNBAN_USER_EXPLAIN}</span></td>
- <td class="row2">{S_UNBAN_USERLIST_SELECT}</td>
- </tr>
- <tr>
- <th class="thHead" colspan="2">{L_BAN_IP}</th>
- </tr>
- <tr>
- <td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_BAN_IP_EXPLAIN}</span></td>
- <td class="row2"><input type="text" name="ban_ip" size="35" /></td>
- </tr>
- <tr>
- <th class="thHead" colspan="2">{L_UNBAN_IP}</th>
- </tr>
- <tr>
- <td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_UNBAN_IP_EXPLAIN}</span></td>
- <td class="row2">{S_UNBAN_IPLIST_SELECT}</td>
- </tr>
- <tr>
- <th class="thHead" colspan="2">{L_BAN_EMAIL}</th>
- </tr>
- <tr>
- <td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_BAN_EMAIL_EXPLAIN}</span></td>
- <td class="row2"><input type="text" name="ban_email" size="35" /></td>
- </tr>
- <tr>
- <th class="thHead" colspan="2">{L_UNBAN_EMAIL}</th>
- </tr>
- <tr>
- <td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_UNBAN_EMAIL_EXPLAIN}</span></td>
- <td class="row2">{S_UNBAN_EMAILLIST_SELECT}</td>
- </tr>
- <tr>
- <td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />&nbsp;&nbsp;<input type="reset" value="{L_RESET}" class="liteoption" /></td>
- </tr>
-</table></form>
-
-<p>{L_BAN_EXPLAIN_WARN}</p>