Changing the size of the code input box to a more humane length.

This commit is contained in:
Martin Kamerbeek 2004-11-30 21:02:56 +00:00
parent 2b346b9378
commit cb817b2fdc

View file

@ -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;