aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2001-10-15 20:15:46 +0000
committerthe_systech <the_systech@users.sourceforge.net>2001-10-15 20:15:46 +0000
commit265cabc30e6b1f708c60bc283d4fb087b17f164b (patch)
treee8d7e61fb21fbad00f99f0971b97d66681696691 /phpBB/templates/PSO
parent8d3b31d59c147cfd2628f9e35cc02357dedb5c87 (diff)
downloadforums-265cabc30e6b1f708c60bc283d4fb087b17f164b.tar
forums-265cabc30e6b1f708c60bc283d4fb087b17f164b.tar.gz
forums-265cabc30e6b1f708c60bc283d4fb087b17f164b.tar.bz2
forums-265cabc30e6b1f708c60bc283d4fb087b17f164b.tar.xz
forums-265cabc30e6b1f708c60bc283d4fb087b17f164b.zip
Username Disallow Admin...
git-svn-id: file:///svn/phpbb/trunk@1210 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/PSO')
-rw-r--r--phpBB/templates/PSO/admin/disallow_body.tpl30
1 files changed, 30 insertions, 0 deletions
diff --git a/phpBB/templates/PSO/admin/disallow_body.tpl b/phpBB/templates/PSO/admin/disallow_body.tpl
new file mode 100644
index 0000000000..e16871e143
--- /dev/null
+++ b/phpBB/templates/PSO/admin/disallow_body.tpl
@@ -0,0 +1,30 @@
+
+<br clear="all" />
+
+<h1>{L_DISALLOW_TITLE}</h1>
+
+<p>{L_EXPLAIN_EXPLAIN}</p>
+
+<form method="post" action="{S_FORM_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center">
+ <tr>
+ <td class="cat" colspan="2" align="center">{L_DEL_DISALLOW}</td>
+ </tr>
+ <tr>
+ <td class="row1">{L_USERNAME}:&nbsp;<br /><span class="gensmall">{L_DEL_EXPLAIN}</span></td>
+ <td class="row2">{S_DISALLOW_SELECT} &nbps;<input type="submit" name="mode" value="{L_DELETE}" /></td>
+ </tr>
+ <tr>
+ <td class="cat" colspan="2" align="center">{L_ADD_DISALLOW}</td>
+ </tr>
+ <tr>
+ <td class="row1">{L_USERNAME}:&nbsp;<br /><span class="gensmall">{L_ADD_EXPLAIN}</span></td>
+ <td class="row2"><input type="text" name="disallowed_user" size="35" /></td>
+ </tr>
+ <tr>
+ <td class="cat" colspan="2" align="center"><input type="submit" name="mode" value="{L_ADD}" />&nbsp;&nbsp;<input type="reset" value="{L_RESET}" /></td>
+ </tr>
+</table></form>
+
+<p>{L_INFO}</p>
+
+<br clear="all" />