Fixed hover help. Barewords were breaking it, and the labels were out of sync.

This commit is contained in:
Daniel Collis-Puro 2005-06-29 20:01:04 +00:00
parent 30b489948c
commit 9e5a63cda9

View file

@ -179,14 +179,14 @@ sub getEditForm {
$tabform->getTab('properties')->textarea(
-name=>'rssUrl',
-label=>WebGUI::International::get(1,'Asset_SyndicatedContent'),
-hoverHelp=>WebGUI::International::get( description1,'Asset_SyndicatedContent'),
-hoverHelp=>WebGUI::International::get('rssUrl Hover','Asset_SyndicatedContent'),
-value=>$self->getValue('rssUrl')
);
$tabform->getTab('display')->integer(
-name=>'maxHeadlines',
-label=>WebGUI::International::get(3,'Asset_SyndicatedContent'),
-hoverHelp=>WebGUI::International::get( description3,'Asset_SyndicatedContent'),
-hoverHelp=>WebGUI::International::get('maxHeadlines Hover','Asset_SyndicatedContent'),
-value=>$self->getValue('maxHeadlines')
);
#$tabform->addTab('rss',WebGUI::International::get('rssTabName','Asset_SyndicatedContent'));