tons of bug fixes.
This commit is contained in:
parent
6f112057bb
commit
2069da5fdb
15 changed files with 76 additions and 61 deletions
|
|
@ -204,7 +204,7 @@ sub new {
|
|||
$tabs{$key}{label} = $startingTabs->{$key}->{label};
|
||||
$tabs{$key}{uiLevel} = $startingTabs->{$key}->{uiLevel};
|
||||
}
|
||||
my $i18n = WebGU::International->new($session);
|
||||
my $i18n = WebGUI::International->new($session);
|
||||
my $cancel = WebGUI::Form::button($session,{
|
||||
value=>$i18n->get('cancel'),
|
||||
extras=>q|onclick="history.go(-1);"|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue