Fixing label and uiLevel.
This commit is contained in:
parent
cbb4f662c4
commit
f1806d943c
1 changed files with 2 additions and 0 deletions
|
|
@ -196,6 +196,8 @@ sub new {
|
|||
tie %tabs, 'Tie::IxHash';
|
||||
foreach my $key (keys %{$startingTabs}) {
|
||||
$tabs{$key}{form} = WebGUI::HTMLForm->new;
|
||||
$tabs{$key}{label} = $startingTabs->{$key}->{label};
|
||||
$tabs{$key}{uiLevel} = $startingTabs->{$key}->{uiLevel};
|
||||
}
|
||||
my $cancel = WebGUI::Form::button({
|
||||
value=>WebGUI::International::get('cancel'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue