phpbb/phpBB/templates/subSilver/admin/disallow_body.tpl
Paul S. Owen 33e6a01b4e Missed closing " in type declarations
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3170 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-12-03 19:12:00 +00:00

24 lines
943 B
Smarty

<h1>{L_DISALLOW_TITLE}</h1>
<p>{L_DISALLOW_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_ADD_DISALLOW}</th>
</tr>
<tr>
<td class="row1">{L_USERNAME}<br /><span class="gensmall">{L_ADD_EXPLAIN}</span></td>
<td class="row2"><input class="post" type="text" name="disallowed_user" size="30" />&nbsp;<input type="submit" name="add_name" value="{L_ADD}" class="mainoption" /></td>
</tr>
<tr>
<th class="thHead" colspan="2">{L_DELETE_DISALLOW}</th>
</tr>
<tr>
<td class="row1">{L_USERNAME}<br /><span class="gensmall">{L_DELETE_EXPLAIN}</span></td>
<td class="row2">{S_DISALLOW_SELECT}&nbsp;<input type="submit" name="delete_name" value="{L_DELETE}" class="liteoption" /></td>
</tr>
<tr>
<td class="catBottom" colspan="2" align="center">&nbsp;</td>
</tr>
</table></form>