Updated the 19 build version to 20081120
[moodle.git] / course / pending-reject.html
blob5f60042d46092176b4e7612d61feb319ce9cfccd
1 <form action="pending.php" method="post" id="reject">
2 <input type="hidden" name="reject" value="<?php p($reject->id); ?>" />
3 <textarea name="rejectnotice" rows="10" cols="50"></textarea><br />
4 <input type="submit" value="<?php print_string("savechanges");?>" />
5 <input type="button" value="<?php print_string("cancel"); ?>" onClick="window.location='pending.php';" />
6 <input type="hidden" name="sesskey" value="<?php echo sesskey();?>" />
7 </form>