more missing session vars in form calls
This commit is contained in:
parent
16f19421a6
commit
9c07548c71
10 changed files with 22 additions and 29 deletions
|
|
@ -109,8 +109,7 @@ sub toHtml {
|
|||
} else {
|
||||
$checkNo = 1;
|
||||
}
|
||||
my $output = WebGUI::Form::Radio->new(
|
||||
$self->session,
|
||||
my $output = WebGUI::Form::Radio->new($self->session,
|
||||
checked=>$checkYes,
|
||||
name=>$self->get("name"),
|
||||
value=>1,
|
||||
|
|
@ -118,8 +117,7 @@ sub toHtml {
|
|||
)->toHtml;
|
||||
$output .= $i18n->get(138);
|
||||
$output .= ' ';
|
||||
$output .= WebGUI::Form::Radio->new(
|
||||
$self->session,
|
||||
$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