From b716443b2f0a69d4ae2998470501c09f90724bcc Mon Sep 17 00:00:00 2001 From: mailman Date: Sat, 21 Feb 1998 22:40:12 +0000 Subject: Small but significant change of size and colspan of rejection-reason box - in win32 netscape 4.04, the long textbox just didn't show. --- cgi/admindb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi') 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() -- cgit v1.3.1