retrofit for namespace support for hover help
This commit is contained in:
parent
9251ed4ec7
commit
88d6ce4ac0
13 changed files with 279 additions and 124 deletions
|
|
@ -60,8 +60,8 @@ sub www_viewHelp {
|
|||
$vars{body} = $i18n->get($help->{body});
|
||||
foreach my $row (@{ $help->{fields} }) {
|
||||
push @{ $vars{fields} },
|
||||
{ 'title' => $i18n->get($row->{title}),
|
||||
'description' => $i18n->get($row->{description}), }
|
||||
{ 'title' => WebGUI::International::get($row->{title},$row->{namespace}),
|
||||
'description' => WebGUI::International::get($row->{description},$row->{namespace}), }
|
||||
}
|
||||
my $body = WebGUI::Asset::Template->new("PBtmplHelp000000000001")->process(\%vars);
|
||||
$ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpIndex'),WebGUI::International::get(95));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue