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;
}

View file

@ -5,6 +5,11 @@ our $HELP = {
title => '61',
body => '71',
fields => [
{
title => '73',
namespace => 'Asset_MessageBoard',
description => '73 description'
},
],
related => [
{

View file

@ -187,6 +187,11 @@ A conditional indicating whether there is more than one forum.
lastUpdated => 1066584179
},
'73 description' => {
message => q|Choose a template to display your message board|,
lastUpdated => 1119411673
},
'76' => {
message => q|Are you certain you wish to delete this forum and all the posts it contains?|,
lastUpdated => 1066055963