Update Macros for wg8 instanciators.
This commit is contained in:
parent
35e1e8c943
commit
f17fc5c7ad
12 changed files with 39 additions and 37 deletions
|
|
@ -60,7 +60,7 @@ sub process {
|
|||
$var{'toggle.text'} = $turnOn || $i18n->get(516);
|
||||
}
|
||||
my $template = $templateName ? WebGUI::Asset::Template->newByUrl($session, $templateName)
|
||||
: WebGUI::Asset::Template->new($session, "PBtmpl0000000000000036");
|
||||
: WebGUI::Asset::Template->newById($session, "PBtmpl0000000000000036");
|
||||
return $template->process(\%var);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue