fixed a typo

This commit is contained in:
JT Smith 2003-03-16 23:59:49 +00:00
parent 59373d2175
commit f39c027166
2 changed files with 3 additions and 3 deletions

View file

@ -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
); );

View file

@ -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(