basic help for edit version tag

This commit is contained in:
Colin Kuskie 2006-05-24 04:37:17 +00:00
parent 706fecfedd
commit f44680e8c3
3 changed files with 61 additions and 0 deletions

View file

@ -130,6 +130,7 @@ sub www_editVersionTag {
);
}
$f->submit;
$ac->setHelp('edit version tag', 'VersionTag');
return $ac->render($f->print,$i18n->get("edit version tag"));
}