more form fixes

This commit is contained in:
Colin Kuskie 2006-01-15 17:26:36 +00:00
parent 65823b1f53
commit 5705131fcf
4 changed files with 9 additions and 3 deletions

View file

@ -110,6 +110,7 @@ sub toHtml {
$checkNo = 1;
}
my $output = WebGUI::Form::Radio->new(
$self->session,
checked=>$checkYes,
name=>$self->get("name"),
value=>1,
@ -118,6 +119,7 @@ sub toHtml {
$output .= $i18n->get(138);
$output .= '   ';
$output .= WebGUI::Form::Radio->new(
$self->session,
checked=>$checkNo,
name=>$self->get("name"),
value=>0,