enable Macros in WebGUI help files to help with consistency
This commit is contained in:
parent
88c42da7a0
commit
3a419bac6d
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ sub www_viewHelp {
|
|||
}
|
||||
$ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpIndex'),WebGUI::International::get(95));
|
||||
return $ac->render(
|
||||
WebGUI::Macro::negate(WebGUI::International::get($help->{body},$namespace)),
|
||||
WebGUI::Macro::process(WebGUI::International::get($help->{body},$namespace)),
|
||||
WebGUI::International::get(93).': '.WebGUI::International::get($help->{title},$namespace)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue