From 39e3b8659f49c7552df059eabd49231bdb549b6c Mon Sep 17 00:00:00 2001 From: mailman Date: Tue, 24 Mar 1998 05:04:33 +0000 Subject: Added 'discard' option to 'approve' and 'reject' (and moved 'approve' ahead of 'reject'). --- cgi/admindb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cgi/admindb') diff --git a/cgi/admindb b/cgi/admindb index 1a0646c95..9fb34f5cc 100755 --- a/cgi/admindb +++ b/cgi/admindb @@ -116,7 +116,8 @@ def PrintPostRequest(val, form): t.AddRow([ htmlformat.FontSize("+1", htmlformat.Bold('Action to take on this post:')), - htmlformat.RadioButtonArray(val[0], ("Reject", "Approve")), + htmlformat.RadioButtonArray(val[0], ("Approve", "Reject", + "Discard (eg, spam)")), htmlformat.SubmitButton('submit', 'Submit All Data') ]) t.AddRow([ -- cgit v1.2.3-70-g09d2