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(
|
$f->text(
|
||||||
-name => 'shortdesc',
|
-name => 'shortdesc',
|
||||||
-size => 30,
|
-maxlength => 30,
|
||||||
-label => $i18n->get('shortdesc'),
|
-label => $i18n->get('shortdesc'),
|
||||||
-hoverHelp => $i18n->get('shortdesc description'),
|
-hoverHelp => $i18n->get('shortdesc description'),
|
||||||
-value => $data->{shortdesc},
|
-value => $data->{shortdesc},
|
||||||
|
|
|
||||||
|
|
@ -656,8 +656,8 @@ be useful, others may not.|,
|
||||||
},
|
},
|
||||||
|
|
||||||
'shortdesc description' => {
|
'shortdesc description' => {
|
||||||
message => q|The will be displayed to the user so they can purchase this variant of your product.|,
|
message => q|The will be displayed to the user so they can purchase this variant of your product. It will be limited to 30 characters in length|,
|
||||||
lastUpdated => 1209494298,
|
lastUpdated => 1210191460,
|
||||||
},
|
},
|
||||||
|
|
||||||
'add variant' => {
|
'add variant' => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue