Remove help toc links
This commit is contained in:
parent
a3af4e3746
commit
15da9b578c
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
7.4.5
|
||||
- fix: Apostrophy incorrectly escaped as double quote in some places
|
||||
- Remove Help TOC links
|
||||
|
||||
7.4.4
|
||||
- fix: Changing group detail adds number to group name
|
||||
|
|
|
|||
|
|
@ -339,7 +339,6 @@ sub www_viewHelp {
|
|||
|
||||
$ac->addSubmenuItem(_link($session, $session->form->process("hid"), $namespace).";uiOverride=".!$uiOverride, $uiOverrideText) if $userUiLevel < 9;
|
||||
$ac->addSubmenuItem($session->url->page('op=viewHelpIndex'),$i18n->get(95, 'WebGUI'));
|
||||
$ac->addSubmenuItem($session->url->page('op=viewHelpTOC'),$i18n->get('help contents', 'WebGUI'));
|
||||
|
||||
WebGUI::Macro::process($session,\$body);
|
||||
|
||||
|
|
@ -416,7 +415,6 @@ sub www_viewHelpIndex {
|
|||
}
|
||||
$output .= '</td></tr></table>';
|
||||
my $ac = WebGUI::AdminConsole->new($session,"help");
|
||||
$ac->addSubmenuItem($session->url->page('op=viewHelpTOC'),$i18n->get('help contents'));
|
||||
return $ac->render(wikiHelpLink($session).$output, join ': ',$i18n->get(93), $i18n->get('help index'));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue