diff options
| author | klm | 1999-03-10 13:54:10 +0000 |
|---|---|---|
| committer | klm | 1999-03-10 13:54:10 +0000 |
| commit | 1fa25aa241ff7faf8a0989ab48a9c162b0459687 (patch) | |
| tree | b1e57b54b67deadcae95f5c9754289d69e023dad /Mailman/Cgi/admindb.py | |
| parent | f0787b2e09844cedb3cac246378a09abcfc188d3 (diff) | |
| download | mailman-1fa25aa241ff7faf8a0989ab48a9c162b0459687.tar.gz mailman-1fa25aa241ff7faf8a0989ab48a9c162b0459687.tar.zst mailman-1fa25aa241ff7faf8a0989ab48a9c162b0459687.zip | |
Provide a tad more space for the administrator to explain why a
posting is being rejected. (This enables them to explain the right
place to send administrivia, for example.)
((Barry - i know these are niggly little things - it's all i have time
for. I just want to mention that i'm really greatful that you've been
taking care of as much of the substantial stuff as you've been doing!))
Diffstat (limited to 'Mailman/Cgi/admindb.py')
| -rw-r--r-- | Mailman/Cgi/admindb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/admindb.py b/Mailman/Cgi/admindb.py index 7dfa00b58..51f049161 100644 --- a/Mailman/Cgi/admindb.py +++ b/Mailman/Cgi/admindb.py @@ -236,7 +236,7 @@ def PrintPostRequest(val, form): ]) t.AddRow([ FontSize("+1", Bold('If you reject this post, explain (optional):')), - TextBox("comment-%d" % val[0], size=50) + TextArea("comment-%d" % val[0], "", 3, 50) ]) cur_row = t.GetCurrentRowIndex() |
