diff options
| -rwxr-xr-x | cgi/admindb | 3 |
1 files changed, 2 insertions, 1 deletions
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([ |
