added a screen for displaying the status of running workflows

This commit is contained in:
JT Smith 2006-04-30 18:54:05 +00:00
parent f7c1c38ade
commit f0bb16fb0b
5 changed files with 76 additions and 5 deletions

View file

@ -1,6 +1,12 @@
package WebGUI::i18n::English::Workflow;
our $I18N = {
'show running workflows' => {
message => q|Show running workflows.|,
context => q|A label used to get to a display of running workflows.|,
lastUpdated => 0,
},
'no object' => {
message => q|No Object|,
context => q|used when selecting an object type to be passed through a workflow|,