more form fixes
This commit is contained in:
parent
65823b1f53
commit
5705131fcf
4 changed files with 9 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue