summaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authormailman1998-02-21 22:40:12 +0000
committermailman1998-02-21 22:40:12 +0000
commitb716443b2f0a69d4ae2998470501c09f90724bcc (patch)
tree73c8d01ffbbfd601ed93c22571d551e9043c1f45 /cgi
parent3fa78d93b2f037864d2e1b04efff814ce756abab (diff)
downloadmailman-b716443b2f0a69d4ae2998470501c09f90724bcc.tar.gz
mailman-b716443b2f0a69d4ae2998470501c09f90724bcc.tar.zst
mailman-b716443b2f0a69d4ae2998470501c09f90724bcc.zip
Small but significant change of size and colspan of rejection-reason box
- in win32 netscape 4.04, the long textbox just didn't show.
Diffstat (limited to 'cgi')
-rwxr-xr-xcgi/admindb2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/admindb b/cgi/admindb
index 287575956..8fd7cbfa1 100755
--- a/cgi/admindb
+++ b/cgi/admindb
@@ -119,7 +119,7 @@ def PrintPostRequest(val, form):
htmlformat.Bold('If you reject this post, '
'why you chose to reject it '
'(optional):')),
- htmlformat.TextBox("comment-%d" % val[0], size=60)])
+ htmlformat.TextBox("comment-%d" % val[0], size=50)])
cur_row = t.GetCurrentRowIndex()
cur_col = t.GetCurrentCellIndex()