migrated tabform to new session system

This commit is contained in:
JT Smith 2006-01-12 19:51:54 +00:00
parent 0cc5884b77
commit 64048c0846
7 changed files with 37 additions and 15 deletions

View file

@ -41,7 +41,7 @@ sub www_editSettings {
user=>{ label=>$i18n->get("user") },
auth=>{ label=>$i18n->get("authentication") },
);
my $tabform = WebGUI::TabForm->new(\%tabs);
my $tabform = WebGUI::TabForm->new($session,\%tabs);
$tabform->hidden({
name=>"op",
value=>"saveSettings"});