Remove unused tabs from the Help TOC.
Remove setHelp commands and sub-commands from Operation/User.pm.
This commit is contained in:
parent
90f53fbe9d
commit
2e23311305
2 changed files with 15 additions and 27 deletions
|
|
@ -212,12 +212,6 @@ sub _getHelpName {
|
|||
elsif ($file =~ /^Macro_/) {
|
||||
$helpName = 'macroName';
|
||||
}
|
||||
elsif ($file =~ /^Workflow_Activity_/) {
|
||||
$helpName = 'activityName';
|
||||
}
|
||||
elsif ($file =~ /^Template_/) {
|
||||
$helpName = 'templateParserName';
|
||||
}
|
||||
else {
|
||||
$helpName = 'topicName';
|
||||
}
|
||||
|
|
@ -439,14 +433,6 @@ sub www_viewHelpTOC {
|
|||
label => $i18n->get('topicName', 'Macros'),
|
||||
uiLevel => 1,
|
||||
},
|
||||
workf => {
|
||||
label => $i18n->get('topicName', 'Workflow'),
|
||||
uiLevel => 1,
|
||||
},
|
||||
templ => {
|
||||
label => $i18n->get('template parsers', 'Asset_Template'),
|
||||
uiLevel => 1,
|
||||
},
|
||||
);
|
||||
|
||||
my @files = _getHelpFilesList($session,);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue