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
|
|
@ -172,6 +172,7 @@ sub getEditForm {
|
|||
$tabform->getTab("display")->template(
|
||||
-value=>$self->getValue('templateId'),
|
||||
-namespace=>"Poll"
|
||||
-label=>WebGUI::International::get(73,"Asset_Poll"),
|
||||
);
|
||||
my ($i, $answers);
|
||||
for ($i=1; $i<=20; $i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue