add more help about shortdesc length, and use the correct form option to set the length to 30 chars
This commit is contained in:
parent
d6fe9f56fe
commit
993d1c8067
2 changed files with 3 additions and 3 deletions
|
|
@ -990,7 +990,7 @@ sub www_editVariant {
|
|||
);
|
||||
$f->text(
|
||||
-name => 'shortdesc',
|
||||
-size => 30,
|
||||
-maxlength => 30,
|
||||
-label => $i18n->get('shortdesc'),
|
||||
-hoverHelp => $i18n->get('shortdesc description'),
|
||||
-value => $data->{shortdesc},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue