aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid/admin/forum_prune_body.tpl
blob: b2287dc10817e1ad6b83bd6d37c1d646038bb87d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

<br clear="all" />

<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">
	<tr>
		<td class="row1"> {S_PRUNE_DATA} </td>
	</tr>
	<tr>
		<td class="cat" align="center">{S_HIDDEN_VARS}<input type="submit" name="doprune" value="{L_DO_PRUNE}"></td>
	</tr>
</table></form>