mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 11:28:33 +01:00
31 lines
981 B
Smarty
31 lines
981 B
Smarty
|
|
<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} <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" />
|