phpbb/phpBB/templates/subSilver/admin/forum_prune_select_body.tpl
Paul S. Owen ae1e381f99 Various updates to bring style in-line with main board ... Tom, feel free to do whatever else is necessary
git-svn-id: file:///svn/phpbb/trunk@1185 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-14 15:55:50 +00:00

12 lines
412 B
Smarty

<h1>{L_FORUM_PRUNE}</h1>
<form method="post" action="{S_FORUMPRUNE_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thHead" align="center">{L_SELECT_FORUM}</th>
</tr>
<tr>
<td class="row1" align="center">{S_FORUMS_SELECT} &nbsp;<input type="submit" name="pruneset" value="{L_LOOK_UP}" class="mainoption">&nbsp;</td>
</tr>
</table></form>