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(
|
||||
-properties=>$properties->printRowsOnly,
|
||||
-layout=>$layout->printRowsOnly
|
||||
-layout=>$layout->printRowsOnly,
|
||||
-headingId=>10,
|
||||
-helpId=>1
|
||||
);
|
||||
|
|
|
|||
|
|
@ -139,8 +139,8 @@ sub www_edit {
|
|||
);
|
||||
$properties->textarea(
|
||||
-name=>"answers",
|
||||
-value=>WebGUI::International::get(7,$_[0]->get("namespace")).
|
||||
-subtext=>'<span class="formSubtext"><br>'.WebGUI::International::get(8,$_[0]->get("namespace")).'</span>',
|
||||
-label=>WebGUI::International::get(7,$_[0]->get("namespace")),
|
||||
-subtext=>('<span class="formSubtext"><br>'.WebGUI::International::get(8,$_[0]->get("namespace")).'</span>'),
|
||||
-value=>$answers
|
||||
);
|
||||
$layout->yesNo(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue