add more help about shortdesc length, and use the correct form option to set the length to 30 chars

This commit is contained in:
Colin Kuskie 2008-05-07 20:14:14 +00:00
parent d6fe9f56fe
commit 993d1c8067
2 changed files with 3 additions and 3 deletions

View file

@ -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},