Fixed hover help labels to be inline with the other hover help labels.
This commit is contained in:
parent
c90a186920
commit
d48465eecd
1 changed files with 2 additions and 2 deletions
|
|
@ -179,14 +179,14 @@ sub getEditForm {
|
|||
$tabform->getTab('properties')->textarea(
|
||||
-name=>'rssUrl',
|
||||
-label=>WebGUI::International::get(1,'Asset_SyndicatedContent'),
|
||||
-hoverHelp=>WebGUI::International::get('rssUrl Hover','Asset_SyndicatedContent'),
|
||||
-hoverHelp=>WebGUI::International::get('1 description','Asset_SyndicatedContent'),
|
||||
-value=>$self->getValue('rssUrl')
|
||||
);
|
||||
|
||||
$tabform->getTab('display')->integer(
|
||||
-name=>'maxHeadlines',
|
||||
-label=>WebGUI::International::get(3,'Asset_SyndicatedContent'),
|
||||
-hoverHelp=>WebGUI::International::get('maxHeadlines Hover','Asset_SyndicatedContent'),
|
||||
-hoverHelp=>WebGUI::International::get('3 description','Asset_SyndicatedContent'),
|
||||
-value=>$self->getValue('maxHeadlines')
|
||||
);
|
||||
#$tabform->addTab('rss',WebGUI::International::get('rssTabName','Asset_SyndicatedContent'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue