diff --git a/lib/WebGUI/Asset/Wobject/Layout.pm b/lib/WebGUI/Asset/Wobject/Layout.pm index d780f0b05..66bcfa5c7 100644 --- a/lib/WebGUI/Asset/Wobject/Layout.pm +++ b/lib/WebGUI/Asset/Wobject/Layout.pm @@ -96,6 +96,7 @@ sub getEditForm { $tabform->getTab("display")->template( -value=>$self->getValue('templateId'), -label=>WebGUI::International::get('layout template title', 'Asset_Layout'), + -hoverHelp=>WebGUI::International::get('template description', 'Asset_Layout'), -namespace=>"Layout" ); if ($self->get("assetId") eq "new") { @@ -118,6 +119,7 @@ sub getEditForm { -value=>\@assetsToHide, -options=>\%childIds, -label=>WebGUI::International::get('assets to hide', 'Asset_Layout'), + -hoverHelp=>WebGUI::International::get('assets to hide description', 'Asset_Layout'), -vertical=>1, -uiLevel=>9 ); diff --git a/lib/WebGUI/Help/Asset_Layout.pm b/lib/WebGUI/Help/Asset_Layout.pm index 042096d0a..9b31ad526 100644 --- a/lib/WebGUI/Help/Asset_Layout.pm +++ b/lib/WebGUI/Help/Asset_Layout.pm @@ -6,6 +6,21 @@ our $HELP = { title => 'layout add/edit title', body => 'layout add/edit body', fields => [ + { + title => 'Template', + description => 'Template description', + namespace => 'Asset_Layout', + }, + { + title => '498', + description => '498 description', + namespace => 'Asset_FilePile', + }, + { + title => 'Assets to Hide', + description => 'Assets to Hide description', + namespace => 'Asset_Layout', + }, ], related => [ { diff --git a/lib/WebGUI/i18n/English/Asset_Layout.pm b/lib/WebGUI/i18n/English/Asset_Layout.pm index 9fa4c505c..01bc5d648 100644 --- a/lib/WebGUI/i18n/English/Asset_Layout.pm +++ b/lib/WebGUI/i18n/English/Asset_Layout.pm @@ -20,27 +20,25 @@ multiple content areas, and Assets that are children of the Page can be assigned to be displayed in those areas.
Page Assets are Wobjects and Assets, and share the same properties of both. Page -Assets also have these unique properties:
- -Template