Updated the 19 build version
[moodle.git] / mod / forum / prune.html
blob1a4f4b78a57df699538d074f0946934af23cc432
1 <form id="pruneform" method="get" action="post.php">
2 <table border="0" cellpadding="5">
3 <tr valign="top">
4 <td align="right"><b><?php print_string("discussionname", "forum"); ?>:</b></td>
5 <td>
6 <input type="text" name="name" size="60" value="<?php p($post->subject) ?>" />
7 </td>
8 </tr>
10 <tr>
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="hidden" name="sesskey" value="<?php echo sesskey() ?>" />
15 <input type="submit" value="<?php print_string('prune', 'forum'); ?>" />
16 </td>
17 </tr>
18 </table>
19 </form>