fixing bugs related to new form system

This commit is contained in:
JT Smith 2005-07-28 22:10:28 +00:00
parent 74cd198203
commit 3058d839c0
15 changed files with 68 additions and 11 deletions

View file

@ -128,7 +128,7 @@ sub getGroupSearchForm {
-value=>$session{scratch}{groupSearchKeyword},
-size=>15
);
$f->submit(WebGUI::International::get(170));
$f->submit(value=>WebGUI::International::get(170));
$output .= $f->print;
$output .= '</div>';
return $output;