a bunch of bug fixes and ease of use modifications for workflow/versioning

This commit is contained in:
JT Smith 2006-03-20 21:07:26 +00:00
parent 00a1db29a1
commit 3931d8dcd2
8 changed files with 19 additions and 14 deletions

View file

@ -158,7 +158,7 @@ sub www_editWorkflow {
label=>$i18n->get("title"),
hoverHelp=>$i18n->get("title help")
);
$f->text(
$f->textarea(
name=>"description",
value=>$workflow->get("description"),
label=>$i18n->get("description"),