mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
22 lines
518 B
Smarty
22 lines
518 B
Smarty
|
|
<h1>{L_FORUM_PRUNE}</h1>
|
|
|
|
<p>{L_FORUM_PRUNE_EXPLAIN}</p>
|
|
|
|
<h2>{L_FORUM}: {FORUM_NAME}</h2>
|
|
|
|
<form method="post" action="{S_FORUMPRUNE_ACTION}">
|
|
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
|
<tr>
|
|
<th class="thHead">{L_FORUM_PRUNE}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1">{S_PRUNE_DATA}</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="catBottom" align="center">{S_HIDDEN_VARS}
|
|
<input type="submit" name="doprune" value="{L_DO_PRUNE}" class="mainoption">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|