diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-19 19:07:11 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-19 19:07:11 +0000 |
commit | ffe885d4e5e1a3a7d49ddfe79215cd086a42666d (patch) | |
tree | 885ca2c9c28dbd643ce05fa660f8552896c62c73 | |
parent | 348fc5805f08e3d3a7e2a69496c2229720327a84 (diff) | |
download | forums-ffe885d4e5e1a3a7d49ddfe79215cd086a42666d.tar forums-ffe885d4e5e1a3a7d49ddfe79215cd086a42666d.tar.gz forums-ffe885d4e5e1a3a7d49ddfe79215cd086a42666d.tar.bz2 forums-ffe885d4e5e1a3a7d49ddfe79215cd086a42666d.tar.xz forums-ffe885d4e5e1a3a7d49ddfe79215cd086a42666d.zip |
Not needed anymore
git-svn-id: file:///svn/phpbb/trunk@1374 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/templates/subSilver/admin/user_unban_body.tpl | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/phpBB/templates/subSilver/admin/user_unban_body.tpl b/phpBB/templates/subSilver/admin/user_unban_body.tpl deleted file mode 100644 index 8336d02ac8..0000000000 --- a/phpBB/templates/subSilver/admin/user_unban_body.tpl +++ /dev/null @@ -1,40 +0,0 @@ - -<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" 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_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">{S_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">{S_EMAILLIST_SELECT}</td> - </tr> - <tr> - <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS} - <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> - - <input type="reset" value="{L_RESET}" class="liteoption" /> - </td> - </tr> - </table> -</form> |