more missing session variables in form calls
This commit is contained in:
parent
25ed7e1527
commit
2e5f5c6038
4 changed files with 34 additions and 34 deletions
|
|
@ -242,17 +242,17 @@ sub getEditForm {
|
|||
$buttonGrid .= '
|
||||
<tr'.($evenOddToggle ? ' style="background-color: #eeeeee;"' : undef).'>
|
||||
<td>'.$buttons{$key}.'</td>
|
||||
<td>'.WebGUI::Form::checkbox({
|
||||
<td>'.WebGUI::Form::checkbox($self->session, {
|
||||
value=>$key,
|
||||
name=>"toolbarRow1",
|
||||
checked=>$checked1
|
||||
}).'</td>
|
||||
<td>'.WebGUI::Form::checkbox({
|
||||
<td>'.WebGUI::Form::checkbox($self->session, {
|
||||
value=>$key,
|
||||
name=>"toolbarRow2",
|
||||
checked=>$checked2
|
||||
}).'</td>
|
||||
<td>'.WebGUI::Form::checkbox({
|
||||
<td>'.WebGUI::Form::checkbox($self->session, {
|
||||
value=>$key,
|
||||
name=>"toolbarRow3",
|
||||
checked=>$checked3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue