This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 5027ed7 Implement missing options
5027ed7 is described below
commit 5027ed76d025d23457a39d76374a3388e9985a09
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 5 22:14:16 2021 +0000
Implement missing options
---
tools/moderationhelper.rb | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/tools/moderationhelper.rb b/tools/moderationhelper.rb
index 5acbba0..c54ac07 100755
--- a/tools/moderationhelper.rb
+++ b/tools/moderationhelper.rb
@@ -175,7 +175,12 @@ _html do
end
end
_tr do
- _td ' '
+ _td do
+ _label do
+ _input type: "radio", name: "cmd", value:
"sendsubscribertomod-list", required: true, checked: (@cmd ==
"sendsubscribertomod-subscribe")
+ _ 'sendsubscribertomod-list (list of moderated subscribers)'
+ end
+ end
_td do
_label do
_input type: "radio", name: "cmd", value:
"sendsubscribertomod-subscribe", required: true, checked: (@cmd ==
"sendsubscribertomod-subscribe")
@@ -184,7 +189,12 @@ _html do
end
end
_tr do
- _td ' '
+ _td do
+ _label do
+ _input type: "radio", name: "cmd", value:
"sendsubscribertomod-log", required: true, checked: (@cmd ==
"sendsubscribertomod-subscribe")
+ _ 'sendsubscribertomod-log (history of moderated
subscribers)'
+ end
+ end
_td do
_label do
_input type: "radio", name: "cmd", value:
"sendsubscribertomod-unsubscribe", required: true, checked: (@cmd ==
"sendsubscribertomod-unsubscribe")