fixed a typo
This commit is contained in:
parent
59373d2175
commit
f39c027166
2 changed files with 3 additions and 3 deletions
|
|
@ -101,7 +101,7 @@ sub www_edit {
|
||||||
}
|
}
|
||||||
return $_[0]->SUPER::www_edit(
|
return $_[0]->SUPER::www_edit(
|
||||||
-properties=>$properties->printRowsOnly,
|
-properties=>$properties->printRowsOnly,
|
||||||
-layout=>$layout->printRowsOnly
|
-layout=>$layout->printRowsOnly,
|
||||||
-headingId=>10,
|
-headingId=>10,
|
||||||
-helpId=>1
|
-helpId=>1
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -139,8 +139,8 @@ sub www_edit {
|
||||||
);
|
);
|
||||||
$properties->textarea(
|
$properties->textarea(
|
||||||
-name=>"answers",
|
-name=>"answers",
|
||||||
-value=>WebGUI::International::get(7,$_[0]->get("namespace")).
|
-label=>WebGUI::International::get(7,$_[0]->get("namespace")),
|
||||||
-subtext=>'<span class="formSubtext"><br>'.WebGUI::International::get(8,$_[0]->get("namespace")).'</span>',
|
-subtext=>('<span class="formSubtext"><br>'.WebGUI::International::get(8,$_[0]->get("namespace")).'</span>'),
|
||||||
-value=>$answers
|
-value=>$answers
|
||||||
);
|
);
|
||||||
$layout->yesNo(
|
$layout->yesNo(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue