Use descriptive, internationalized labels for template form fields
This commit is contained in:
parent
8cf3d889b8
commit
d70a12f09a
12 changed files with 16 additions and 4 deletions
|
|
@ -100,6 +100,7 @@ sub getEditForm {
|
|||
my $tabform = $self->SUPER::getEditForm();
|
||||
$tabform->getTab("display")->template(
|
||||
-value=>$self->getValue('templateId'),
|
||||
-label=>WebGUI::International::get('http proxy template title',"Asset_DataForm"),
|
||||
-namespace=>"HttpProxy"
|
||||
);
|
||||
my %hash;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue