hover help

This commit is contained in:
Colin Kuskie 2005-06-22 03:16:31 +00:00
parent 529d132025
commit e07a72727d
3 changed files with 33 additions and 18 deletions

View file

@ -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
);

View file

@ -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 => [
{

View file

@ -20,27 +20,25 @@ multiple content areas, and Assets that are children of the Page can be assigned
to be displayed in those areas.
<p>Page Assets are Wobjects and Assets, and share the same properties of both. Page
Assets also have these unique properties:</p>
<b>Template</b><br/>
Choose a template from the list to display the contents of the Page Asset and
its children.
<p/>
<b>What Next?</b><br/>
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.
<p/>
<b>Assets to Hide</b><br/>
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.
<p/>
|,
Assets also have these unique properties:</p>|,
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.
<p/>|,
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.
<p/>|,
lastUpdated => 1119410080,
},
'layout template title' => {
message => q|Page Template|,
lastUpdated => 1109987374,