edit project help for PM wobject

This commit is contained in:
Colin Kuskie 2006-05-11 23:18:54 +00:00
parent 6c51f5fef9
commit 809e47c27a
3 changed files with 63 additions and 5 deletions

View file

@ -288,8 +288,9 @@ sub www_editProject {
-value=>$projectId
);
$f->readOnly(
-label=>$i18n->get("project id"),
-value=>$projectId
-label=>$i18n->get("project id"),
-hoverHelp => $i18n->get('project name hoverhelp'),
-value=>$projectId
);
$f->text(
-name => "name",