From de867152ac8788848382aa3527165bb775ab0e91 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 20 Jun 2005 04:05:52 +0000 Subject: [PATCH] modified for hover help --- lib/WebGUI/Asset/Wobject/Folder.pm | 1 + lib/WebGUI/Help/Asset_Folder.pm | 4 ++++ lib/WebGUI/i18n/English/Asset_Folder.pm | 20 ++++++++++++-------- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/Folder.pm b/lib/WebGUI/Asset/Wobject/Folder.pm index 866b52ade..09887d7d5 100644 --- a/lib/WebGUI/Asset/Wobject/Folder.pm +++ b/lib/WebGUI/Asset/Wobject/Folder.pm @@ -87,6 +87,7 @@ sub getEditForm { $tabform->getTab("display")->template( -value=>$self->getValue('templateId'), -label=>WebGUI::International::get('folder template title', "Asset_Folder"), + -hoverHelp=>WebGUI::International::get('folder template title description', "Asset_Folder"), -namespace=>"Folder" ); if ($self->get("assetId") eq "new") { diff --git a/lib/WebGUI/Help/Asset_Folder.pm b/lib/WebGUI/Help/Asset_Folder.pm index 8fbf1647b..1ba037d2e 100644 --- a/lib/WebGUI/Help/Asset_Folder.pm +++ b/lib/WebGUI/Help/Asset_Folder.pm @@ -6,6 +6,10 @@ our $HELP = { title => 'folder add/edit title', body => 'folder add/edit body', fields => [ + { + title => 'Template', + description => 'Template description' + }, ], related => [ { diff --git a/lib/WebGUI/i18n/English/Asset_Folder.pm b/lib/WebGUI/i18n/English/Asset_Folder.pm index 693f1c4a8..0f96ed186 100644 --- a/lib/WebGUI/i18n/English/Asset_Folder.pm +++ b/lib/WebGUI/i18n/English/Asset_Folder.pm @@ -21,17 +21,21 @@ our $I18N = { message => q|

Folder Assets are used to display lists of Assets and subfolders just like a file browserin an operating system.

Folders are Wobjects, so they have all the same properties as Wobjects and Assets. Folders also have these unique properties and functions:

-

Template
-This menu permits you to select a template to style the display of the Folder contents

- -

What Next?
-After creating a new Folder, do you wish to go back to the original page where you created the Folder -to do you want to go to the new Folder?

- |, - lastUpdated => 1109713278, + lastUpdated => 1119221349, }, + 'Template description' => { + message => q|This menu permits you to select a template to style the display of the Folder contents

|, + lastUpdated => 1119221331, + }, + + 'What Next? description' => { + message => q|After creating a new Folder, do you wish to go back to the original page where you created the Folder +to do you want to go to the new Folder?

|, + lastUpdated => 1119221331, + }, + 'folder template title' => { message => q|Folder Template|, lastUpdated => 1106683494,