hover help
This commit is contained in:
parent
2b153b8ea8
commit
9f662be71c
3 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,11 @@ our $HELP = {
|
|||
title => '61',
|
||||
body => '71',
|
||||
fields => [
|
||||
{
|
||||
title => '73',
|
||||
namespace => 'Asset_MessageBoard',
|
||||
description => '73 description'
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue