Update Operation/Help for new asset instanciators.
This commit is contained in:
parent
19d4e6da3f
commit
d9e281652d
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ sub www_viewHelp {
|
|||
} if ($uiOverride || ($userUiLevel >= ($row->{uiLevel} || 1)));
|
||||
}
|
||||
$vars{variable_loop1} = _getTemplateVars($session, 1, $help->{variables}, $i18n);
|
||||
my $body = WebGUI::Asset::Template->new($session,"PBtmplHelp000000000001")->process(\%vars);
|
||||
my $body = WebGUI::Asset::Template->newById($session, "PBtmplHelp000000000001")->process(\%vars);
|
||||
my $uiOverrideText = $uiOverride ? $i18n->get('show my fields','WebGUI') : $i18n->get('show all fields','WebGUI');
|
||||
|
||||
$ac->addSubmenuItem(_link($session, $session->form->process("hid"), $namespace).";uiOverride=".!$uiOverride, $uiOverrideText) if $userUiLevel < 9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue