taking out an unapproved rfe
This commit is contained in:
parent
9a88b8756e
commit
17378e2e77
3 changed files with 0 additions and 12 deletions
|
|
@ -739,14 +739,12 @@ sub getEditFieldForm {
|
|||
-value=>$field->{pretext},
|
||||
-label=>$i18n->get('pretext label'),
|
||||
-hoverHelp=>$i18n->get('pretext description'),
|
||||
-maxlength=>'1024',
|
||||
);
|
||||
$f->text(
|
||||
-name=>"subtext",
|
||||
-value=>$field->{subtext},
|
||||
-label=>$i18n->get('subtext label'),
|
||||
-hoverHelp=>$i18n->get('subtext description'),
|
||||
-maxlength=>'1024',
|
||||
);
|
||||
$f->selectBox(
|
||||
-name=>"status",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue