1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Username Disallow Admin...

git-svn-id: file:///svn/phpbb/trunk@1210 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech
2001-10-15 20:15:46 +00:00
parent 8d3b31d59c
commit 265cabc30e
5 changed files with 213 additions and 5 deletions

View File

@@ -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" />

View File

@@ -0,0 +1,33 @@
<h1>{L_DISALLOW_TITLE}</h1>
<p>{L_EXPLAIN}</p>
<form method="post" action="{S_FORM_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thHead" colspan="2">{L_DEL_DISALLOW}</th>
</tr>
<tr>
<td class="row1">{L_USERNAME}: <br />
<span class="gensmall">{L_DEL_EXPLAIN}</span></td>
<td class="row2">{S_DISALLOW_SELECT}&nbsp;<input type="submit" name="mode" value="{L_DELETE}" class="liteoption" /></td>
</tr>
<tr>
<th class="thHead" colspan="2">{L_ADD_DISALLOW}</th>
</tr>
<tr>
<td class="row1">{L_USERNAME}: <br />
<span class="gensmall">{L_ADD_EXPLAIN}></td>
<td class="row2">
<input type="text" name="disallowed_user" size="35" />
</td>
</tr>
<tr>
<td class="catBottom" colspan="2" align="center">
<input type="submit" name="mode" value="{L_ADD}" class="mainoption" />
&nbsp;&nbsp;
<input type="reset" value="{L_RESET}" class="liteoption" />
</td>
</tr>
</table></form>
<p>{L_INFO}</p>