Changing the size of the code input box to a more humane length.
This commit is contained in:
parent
2b346b9378
commit
cb817b2fdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue