beginning of overall workflow documentation

This commit is contained in:
Colin Kuskie 2006-07-01 01:56:13 +00:00
parent 5ddc168659
commit 6721913320
3 changed files with 25 additions and 1 deletions

View file

@ -331,7 +331,8 @@ sub www_manageWorkflows {
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=showRunningWorkflows"), $i18n->get("show running workflows"));
return $ac->render($output);
$ac->setHelp('manage workflows', 'Workflow');
return $ac->render($output, 'manage workflows');
}