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
-Choose a template from the list to display the contents of the Page Asset and -its children. -

- -What Next?
-After creating a new Page Asset you may either go to that new page or go back -to the page where you created this Asset. -

- -Assets to Hide
-This list contains one checkbox for each child Asset of the Page. Select the -checkbox for any Asset that you do not want displayed in the Page Asset. -

-|, +Assets also have these unique properties:

|, context => 'Describing Page Add/Edit form specific fields', - lastUpdated => 1117512802, + lastUpdated => 1119410129, }, + 'template description' => { + message => q|Choose a template from the list to display the contents of the Page Asset and +its children. +

|, + lastUpdated => 1119410080, + }, + + 'assets to hide description' => { + message => q|This list contains one checkbox for each child Asset of the Page. Select the +checkbox for any Asset that you do not want displayed in the Page Asset. +

|, + lastUpdated => 1119410080, + }, + 'layout template title' => { message => q|Page Template|, lastUpdated => 1109987374,