documentation for the show running workflows screen

This commit is contained in:
Colin Kuskie 2006-07-01 02:24:36 +00:00
parent 6721913320
commit 1d9151e68b
3 changed files with 29 additions and 3 deletions

View file

@ -421,7 +421,8 @@ sub www_showRunningWorkflows {
my $ac = WebGUI::AdminConsole->new($session,"workflow");
$ac->addSubmenuItem($session->url->page("op=addWorkflow"), $i18n->get("add a new workflow"));
$ac->addSubmenuItem($session->url->page("op=manageWorkflows"), $i18n->get("manage workflows"));
return $ac->render($output);
$ac->setHelp('show running workflows', 'Workflow');
return $ac->render($output, 'show running workflows');
}