2007-01-04 21:32:36 +00:00
|
|
|
<form action="pending.php" method="post" id="reject">
|
2005-08-16 06:15:49 +00:00
|
|
|
<input type="hidden" name="reject" value="<?php p($reject->id); ?>" />
|
|
|
|
<textarea name="rejectnotice" rows="10" cols="50"></textarea><br />
|
|
|
|
<input type="submit" value="<?php print_string("savechanges");?>" />
|
|
|
|
<input type="button" value="<?php print_string("cancel"); ?>" onClick="window.location='pending.php';" />
|
2006-04-12 16:41:10 +00:00
|
|
|
<input type="hidden" name="sesskey" value="<?php echo sesskey();?>" />
|
2005-08-16 06:15:49 +00:00
|
|
|
</form>
|