From cb817b2fdc3414de1c0760f5efbe92d22da2c71e Mon Sep 17 00:00:00 2001 From: Martin Kamerbeek Date: Tue, 30 Nov 2004 21:02:56 +0000 Subject: [PATCH] Changing the size of the code input box to a more humane length. --- lib/WebGUI/Operation/Subscription.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Operation/Subscription.pm b/lib/WebGUI/Operation/Subscription.pm index a8c0e8a5c..75b025edf 100644 --- a/lib/WebGUI/Operation/Subscription.pm +++ b/lib/WebGUI/Operation/Subscription.pm @@ -404,7 +404,7 @@ sub www_redeemSubscriptionCode { -name => 'code', -label => $i18n->get('code'), -maxLength => 64, - -size => 64 + -size => 30 ); $f->submit; $var{codeForm} = $f->print;