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:
30
phpBB/templates/PSO/admin/disallow_body.tpl
Normal file
30
phpBB/templates/PSO/admin/disallow_body.tpl
Normal 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}: <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}: <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}" /> <input type="reset" value="{L_RESET}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<p>{L_INFO}</p>
|
||||
|
||||
<br clear="all" />
|
33
phpBB/templates/subSilver/admin/disallow_body.tpl
Normal file
33
phpBB/templates/subSilver/admin/disallow_body.tpl
Normal 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} <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" />
|
||||
|
||||
<input type="reset" value="{L_RESET}" class="liteoption" />
|
||||
</td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<p>{L_INFO}</p>
|
Reference in New Issue
Block a user