hover help

This commit is contained in:
Colin Kuskie 2005-06-22 03:41:50 +00:00
parent 2b153b8ea8
commit 9f662be71c
3 changed files with 11 additions and 0 deletions

View file

@ -46,6 +46,7 @@ sub getEditForm {
-value=>$self->getValue('templateId'),
-namespace=>"MessageBoard",
-label=>WebGUI::International::get(73,"Asset_MessageBoard")
-hoverHelp=>WebGUI::International::get('73 description',"Asset_MessageBoard")
);
return $tabform;
}