From 9f662be71ccf7123b7c39219923d5126d84810ea Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 22 Jun 2005 03:41:50 +0000 Subject: [PATCH] hover help --- lib/WebGUI/Asset/Wobject/MessageBoard.pm | 1 + lib/WebGUI/Help/Asset_MessageBoard.pm | 5 +++++ lib/WebGUI/i18n/English/Asset_MessageBoard.pm | 5 +++++ 3 files changed, 11 insertions(+) diff --git a/lib/WebGUI/Asset/Wobject/MessageBoard.pm b/lib/WebGUI/Asset/Wobject/MessageBoard.pm index c53d34013..e3e3fea2b 100644 --- a/lib/WebGUI/Asset/Wobject/MessageBoard.pm +++ b/lib/WebGUI/Asset/Wobject/MessageBoard.pm @@ -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; } diff --git a/lib/WebGUI/Help/Asset_MessageBoard.pm b/lib/WebGUI/Help/Asset_MessageBoard.pm index 10edda3c2..b26225282 100644 --- a/lib/WebGUI/Help/Asset_MessageBoard.pm +++ b/lib/WebGUI/Help/Asset_MessageBoard.pm @@ -5,6 +5,11 @@ our $HELP = { title => '61', body => '71', fields => [ + { + title => '73', + namespace => 'Asset_MessageBoard', + description => '73 description' + }, ], related => [ { diff --git a/lib/WebGUI/i18n/English/Asset_MessageBoard.pm b/lib/WebGUI/i18n/English/Asset_MessageBoard.pm index 69479c626..6a3e1fc87 100644 --- a/lib/WebGUI/i18n/English/Asset_MessageBoard.pm +++ b/lib/WebGUI/i18n/English/Asset_MessageBoard.pm @@ -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