migrated tabform to new session system
This commit is contained in:
parent
0cc5884b77
commit
64048c0846
7 changed files with 37 additions and 15 deletions
|
|
@ -51,7 +51,7 @@ These methods are available from this class:
|
|||
#-------------------------------------------------------------------
|
||||
sub edit {
|
||||
my $self = shift;
|
||||
my $tabform = WebGUI::TabForm->new();
|
||||
my $tabform = WebGUI::TabForm->new($self->session,);
|
||||
$tabform->hidden({
|
||||
name=>"func",
|
||||
value=>"add"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue