1 <form id=
"pruneform" method=
"get" action=
"post.php">
2 <table border=
"0" cellpadding=
"5">
4 <td align=
"right"><b><?php print_string("discussionname", "forum"); ?>:
</b></td>
6 <input type=
"text" name=
"name" size=
"60" value=
"<?php p($post->subject) ?>" />
11 <td align
="center" colspan
="2">
12 <input type
="hidden" name
="prune" value
="<?php p($prune) ?>" />
13 <input type
="hidden" name
="confirm" value
="<?php p($prune) ?>" />
14 <input type
="submit" value
="<?php print_string('prune', 'forum'); ?>" />