2007-01-04 21:32:36 +00:00
|
|
|
<form id="pruneform" method="get" action="post.php">
|
2004-05-30 17:25:26 +00:00
|
|
|
<table border="0" cellpadding="5">
|
|
|
|
<tr valign="top">
|
2005-01-25 09:39:29 +00:00
|
|
|
<td align="right"><b><?php print_string("discussionname", "forum"); ?>:</b></td>
|
2004-05-30 17:25:26 +00:00
|
|
|
<td>
|
2004-09-12 22:23:51 +00:00
|
|
|
<input type="text" name="name" size="60" value="<?php p($post->subject) ?>" />
|
2004-05-30 17:25:26 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2004-09-12 16:24:41 +00:00
|
|
|
<td align="center" colspan="2">
|
2005-01-25 09:39:29 +00:00
|
|
|
<input type="hidden" name="prune" value="<?php p($prune) ?>" />
|
|
|
|
<input type="hidden" name="confirm" value="<?php p($prune) ?>" />
|
2008-11-16 22:46:23 +00:00
|
|
|
<input type="hidden" name="sesskey" value="<?php echo sesskey() ?>" />
|
2004-09-12 22:23:51 +00:00
|
|
|
<input type="submit" value="<?php print_string('prune', 'forum'); ?>" />
|
2004-05-30 17:25:26 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|