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();?>" />