MDL-10680:
[moodle-linuxchix.git] / mod / forum / prune.html
blob383b3a9b73f1976706cc27764afc9f773c800543
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="submit" value="<?php print_string('prune', 'forum'); ?>" />
15 </td>
16 </tr>
17 </table>
18 </form>