From b842483dd610e7c79c80c333f49968b8320607cd Mon Sep 17 00:00:00 2001
From: Colin Kuskie
Date: Sat, 18 Jun 2005 03:58:32 +0000
Subject: [PATCH] first crack at hover help
---
docs/upgrades/upgrade_6.6.3-6.7.0.pl | 46 +++++++++++++
lib/WebGUI/Help/Asset.pm | 10 +++
lib/WebGUI/Help/Asset_Article.pm | 22 ++++++-
lib/WebGUI/Help/Asset_Collaboration.pm | 10 +++
lib/WebGUI/Help/Asset_DataForm.pm | 8 +++
lib/WebGUI/Help/Asset_Event.pm | 4 ++
lib/WebGUI/Help/Asset_EventsCalendar.pm | 4 ++
lib/WebGUI/Help/Asset_File.pm | 4 ++
lib/WebGUI/Help/Asset_FilePile.pm | 2 +
lib/WebGUI/Help/Asset_Folder.pm | 4 ++
lib/WebGUI/Help/Asset_HttpProxy.pm | 4 ++
lib/WebGUI/Help/Asset_Image.pm | 2 +
lib/WebGUI/Help/Asset_IndexedSearch.pm | 4 ++
lib/WebGUI/Help/Asset_Layout.pm | 4 ++
lib/WebGUI/Help/Asset_MessageBoard.pm | 4 ++
lib/WebGUI/Help/Asset_Navigation.pm | 6 ++
lib/WebGUI/Help/Asset_Poll.pm | 4 ++
lib/WebGUI/Help/Asset_Post.pm | 6 ++
lib/WebGUI/Help/Asset_Product.pm | 14 ++++
lib/WebGUI/Help/Asset_Redirect.pm | 2 +
lib/WebGUI/Help/Asset_SQLReport.pm | 4 ++
lib/WebGUI/Help/Asset_Shortcut.pm | 4 ++
lib/WebGUI/Help/Asset_Snippet.pm | 2 +
lib/WebGUI/Help/Asset_Survey.pm | 14 ++++
lib/WebGUI/Help/Asset_SyndicatedContent.pm | 4 ++
lib/WebGUI/Help/Asset_Template.pm | 8 +++
lib/WebGUI/Help/Asset_Thread.pm | 2 +
lib/WebGUI/Help/Asset_WSClient.pm | 4 ++
lib/WebGUI/Help/AuthLDAP.pm | 8 +++
lib/WebGUI/Help/AuthSMB.pm | 6 ++
lib/WebGUI/Help/AuthWebGUI.pm | 10 +++
lib/WebGUI/Help/Commerce.pm | 12 ++++
lib/WebGUI/Help/Macro_AOIHits.pm | 2 +
lib/WebGUI/Help/Macro_AOIRank.pm | 2 +
lib/WebGUI/Help/Macro_AdminBar.pm | 2 +
lib/WebGUI/Help/Macro_AdminText.pm | 2 +
lib/WebGUI/Help/Macro_AdminToggle.pm | 2 +
lib/WebGUI/Help/Macro_AssetProxy.pm | 2 +
lib/WebGUI/Help/Macro_At_username.pm | 2 +
lib/WebGUI/Help/Macro_CanEditText.pm | 2 +
lib/WebGUI/Help/Macro_D_date.pm | 2 +
lib/WebGUI/Help/Macro_EditableToggle.pm | 2 +
lib/WebGUI/Help/Macro_Env.pm | 2 +
lib/WebGUI/Help/Macro_Execute.pm | 2 +
lib/WebGUI/Help/Macro_Extras.pm | 2 +
lib/WebGUI/Help/Macro_FileUrl.pm | 2 +
lib/WebGUI/Help/Macro_FormParam.pm | 2 +
lib/WebGUI/Help/Macro_GroupAdd.pm | 2 +
lib/WebGUI/Help/Macro_GroupDelete.pm | 2 +
lib/WebGUI/Help/Macro_GroupText.pm | 2 +
lib/WebGUI/Help/Macro_H_homeLink.pm | 2 +
lib/WebGUI/Help/Macro_Hash_userId.pm | 2 +
lib/WebGUI/Help/Macro_If.pm | 2 +
lib/WebGUI/Help/Macro_Include.pm | 2 +
lib/WebGUI/Help/Macro_International.pm | 2 +
lib/WebGUI/Help/Macro_JavaScript.pm | 2 +
lib/WebGUI/Help/Macro_L_loginBox.pm | 2 +
lib/WebGUI/Help/Macro_LastModified.pm | 2 +
lib/WebGUI/Help/Macro_LoginToggle.pm | 2 +
lib/WebGUI/Help/Macro_Page.pm | 2 +
lib/WebGUI/Help/Macro_PageTitle.pm | 2 +
lib/WebGUI/Help/Macro_PageUrl.pm | 2 +
lib/WebGUI/Help/Macro_Quote.pm | 2 +
lib/WebGUI/Help/Macro_RandomAssetProxy.pm | 2 +
lib/WebGUI/Help/Macro_RawHeadTags.pm | 2 +
lib/WebGUI/Help/Macro_RootTitle.pm | 2 +
lib/WebGUI/Help/Macro_SQL.pm | 2 +
lib/WebGUI/Help/Macro_Slash_gatewayUrl.pm | 2 +
lib/WebGUI/Help/Macro_Spacer.pm | 2 +
lib/WebGUI/Help/Macro_Splat_random.pm | 2 +
lib/WebGUI/Help/Macro_StyleSheet.pm | 2 +
lib/WebGUI/Help/Macro_SubscriptionItem.pm | 2 +
.../Help/Macro_SubscriptionItemPurchaseUrl.pm | 2 +
lib/WebGUI/Help/Macro_Thumbnail.pm | 2 +
lib/WebGUI/Help/Macro_URLEncode.pm | 2 +
lib/WebGUI/Help/Macro_User.pm | 2 +
lib/WebGUI/Help/Macro_a_account.pm | 2 +
lib/WebGUI/Help/Macro_c_companyName.pm | 2 +
lib/WebGUI/Help/Macro_e_companyEmail.pm | 2 +
lib/WebGUI/Help/Macro_r_printable.pm | 2 +
lib/WebGUI/Help/Macro_u_companyUrl.pm | 2 +
lib/WebGUI/Help/Macros.pm | 4 ++
lib/WebGUI/Help/ProductManager.pm | 16 +++++
lib/WebGUI/Help/Subscription.pm | 12 ++++
lib/WebGUI/Help/TransactionLog.pm | 2 +
lib/WebGUI/Help/WebGUI.pm | 64 +++++++++++++++++++
lib/WebGUI/Help/Wobject.pm | 8 +++
lib/WebGUI/Operation/Help.pm | 14 +++-
lib/WebGUI/i18n/English/Asset_Article.pm | 53 +++++++++------
89 files changed, 490 insertions(+), 23 deletions(-)
create mode 100644 docs/upgrades/upgrade_6.6.3-6.7.0.pl
diff --git a/docs/upgrades/upgrade_6.6.3-6.7.0.pl b/docs/upgrades/upgrade_6.6.3-6.7.0.pl
new file mode 100644
index 000000000..4e941d3ca
--- /dev/null
+++ b/docs/upgrades/upgrade_6.6.3-6.7.0.pl
@@ -0,0 +1,46 @@
+#!/usr/bin/perl
+
+use lib "../../lib";
+use Getopt::Long;
+use strict;
+use WebGUI::Session;
+use WebGUI::Asset;
+
+my $configFile;
+my $quiet;
+
+GetOptions(
+ 'configFile=s'=>\$configFile,
+ 'quiet'=>\$quiet
+);
+
+WebGUI::Session::open("../..",$configFile);
+print "\tInserting new Help template\n" unless ($quiet);
+my $helpTemplate = <
+
+
+
+
+
+
+
+
+
+EOT
+
+my $folder = WebGUI::Asset->newByUrl('templates/AdminConsole');
+$folder->addChild({
+ namespace=>'AdminConsole',
+ title=>'Help',
+ menuTitle=>'Help',
+ url=>'Help',
+ showInForms=>1,
+ isEditable=>1,
+ className=>"WebGUI::Asset::Template",
+ template=>$helpTemplate},'PBtmplHelp000000000001');
+
+
+WebGUI::Session::close();
+
+
diff --git a/lib/WebGUI/Help/Asset.pm b/lib/WebGUI/Help/Asset.pm
index 331d533ed..066632035 100644
--- a/lib/WebGUI/Help/Asset.pm
+++ b/lib/WebGUI/Help/Asset.pm
@@ -7,6 +7,8 @@ our $HELP = {
'asset fields' => {
title => 'asset fields title',
body => 'asset fields body',
+ fields => [
+ ],
related => [
{
tag => 'template language',
@@ -18,6 +20,8 @@ our $HELP = {
'asset template' => {
title => 'asset template title',
body => 'asset template body',
+ fields => [
+ ],
related => [
]
},
@@ -25,6 +29,8 @@ our $HELP = {
'metadata manage'=> {
title => 'content profiling',
body => 'metadata manage body',
+ fields => [
+ ],
related => [
{
tag => 'metadata edit property',
@@ -47,6 +53,8 @@ our $HELP = {
'metadata edit property' => {
title => 'Metadata, Edit property',
body => 'metadata edit property body',
+ fields => [
+ ],
related => [
{
tag => 'metadata manage',
@@ -70,6 +78,8 @@ our $HELP = {
'asset list' => {
title => 'asset list title',
body => 'asset list body',
+ fields => [
+ ],
related => [ map {
my ($namespace) = /::(\w+)$/;
my $tag = $namespace;
diff --git a/lib/WebGUI/Help/Asset_Article.pm b/lib/WebGUI/Help/Asset_Article.pm
index e6d67ee71..dbf8078b6 100644
--- a/lib/WebGUI/Help/Asset_Article.pm
+++ b/lib/WebGUI/Help/Asset_Article.pm
@@ -4,6 +4,24 @@ our $HELP = {
'article add/edit' => {
title => '61',
body => '71',
+ fields => [
+ {
+ title => '72',
+ description => 'article template description',
+ },
+ {
+ title => '7',
+ description => 'link title description',
+ },
+ {
+ title => '8',
+ description => 'link url description',
+ },
+ {
+ title => '10',
+ description => 'carriage return description',
+ },
+ ],
related => [
{
tag => 'article template',
@@ -17,11 +35,13 @@ our $HELP = {
tag => 'asset fields',
namespace => 'Asset'
},
- ]
+ ],
},
'article template' => {
title => '72',
body => '73',
+ fields => [
+ ],
related => [
{
tag => 'article add/edit',
diff --git a/lib/WebGUI/Help/Asset_Collaboration.pm b/lib/WebGUI/Help/Asset_Collaboration.pm
index 8e2343652..731e09c03 100644
--- a/lib/WebGUI/Help/Asset_Collaboration.pm
+++ b/lib/WebGUI/Help/Asset_Collaboration.pm
@@ -4,6 +4,8 @@ our $HELP = {
'collaboration add/edit' => {
title => 'collaboration add/edit title',
body => 'collaboration add/edit body',
+ fields => [
+ ],
related => [
{
tag => 'content filtering',
@@ -15,6 +17,8 @@ our $HELP = {
'collaboration template labels' => {
title => 'collaboration template labels title',
body => 'collaboration template labels body',
+ fields => [
+ ],
related => [
]
},
@@ -22,6 +26,8 @@ our $HELP = {
'collaboration post list template variables' => {
title => 'collaboration post list template variables title',
body => 'collaboration post list template variables body',
+ fields => [
+ ],
related => [
{
tag => 'asset fields',
@@ -33,6 +39,8 @@ our $HELP = {
'collaboration template' => {
title => 'collaboration template title',
body => 'collaboration template body',
+ fields => [
+ ],
related => [
{
tag => 'collaboration template labels',
@@ -48,6 +56,8 @@ our $HELP = {
'collaboration search template' => {
title => 'collaboration search template title',
body => 'collaboration search template body',
+ fields => [
+ ],
related => [
{
tag => 'collaboration post list template variables',
diff --git a/lib/WebGUI/Help/Asset_DataForm.pm b/lib/WebGUI/Help/Asset_DataForm.pm
index 21f744d45..846d159a3 100644
--- a/lib/WebGUI/Help/Asset_DataForm.pm
+++ b/lib/WebGUI/Help/Asset_DataForm.pm
@@ -4,6 +4,8 @@ our $HELP = {
'data form add/edit' => {
title => '61',
body => '71',
+ fields => [
+ ],
related => [
{
tag => 'data form fields add/edit',
@@ -30,6 +32,8 @@ our $HELP = {
'data form fields add/edit' => {
title => '62',
body => '72',
+ fields => [
+ ],
related => [
{
tag => 'data form template',
@@ -44,6 +48,8 @@ our $HELP = {
'data form template' => {
title => '82',
body => '83',
+ fields => [
+ ],
related => [
{
tag => 'data form fields add/edit',
@@ -62,6 +68,8 @@ our $HELP = {
'data form list template' => {
title => '88',
body => '89',
+ fields => [
+ ],
related => [
{
tag => 'data form add/edit',
diff --git a/lib/WebGUI/Help/Asset_Event.pm b/lib/WebGUI/Help/Asset_Event.pm
index 7bb103e04..4b7142816 100644
--- a/lib/WebGUI/Help/Asset_Event.pm
+++ b/lib/WebGUI/Help/Asset_Event.pm
@@ -4,6 +4,8 @@ our $HELP = {
'event add/edit' => {
title => '72',
body => '73',
+ fields => [
+ ],
related => [
{
tag => 'asset fields',
@@ -18,6 +20,8 @@ our $HELP = {
'event template' => {
title => '96',
body => '97',
+ fields => [
+ ],
related => [
{
tag => 'template language',
diff --git a/lib/WebGUI/Help/Asset_EventsCalendar.pm b/lib/WebGUI/Help/Asset_EventsCalendar.pm
index 72c7d98e5..ebbdf05fe 100644
--- a/lib/WebGUI/Help/Asset_EventsCalendar.pm
+++ b/lib/WebGUI/Help/Asset_EventsCalendar.pm
@@ -4,6 +4,8 @@ our $HELP = {
'events calendar add/edit' => {
title => '61',
body => '71',
+ fields => [
+ ],
related => [
{
tag => 'asset fields',
@@ -26,6 +28,8 @@ our $HELP = {
'events calendar template' => {
title => '94',
body => '95',
+ fields => [
+ ],
related => [
{
tag => 'events calendar add/edit',
diff --git a/lib/WebGUI/Help/Asset_File.pm b/lib/WebGUI/Help/Asset_File.pm
index 7295cdf5b..fad99c41a 100644
--- a/lib/WebGUI/Help/Asset_File.pm
+++ b/lib/WebGUI/Help/Asset_File.pm
@@ -5,6 +5,8 @@ our $HELP = {
'file add/edit' => {
title => 'file add/edit title',
body => 'file add/edit body',
+ fields => [
+ ],
related => [
{
tag => 'asset fields',
@@ -20,6 +22,8 @@ our $HELP = {
'file template' => {
title => 'file template title',
body => 'file template body',
+ fields => [
+ ],
related => [
{
tag => 'file add/edit',
diff --git a/lib/WebGUI/Help/Asset_FilePile.pm b/lib/WebGUI/Help/Asset_FilePile.pm
index 534d5b88b..5ac5dc3ed 100644
--- a/lib/WebGUI/Help/Asset_FilePile.pm
+++ b/lib/WebGUI/Help/Asset_FilePile.pm
@@ -5,6 +5,8 @@ our $HELP = {
'file pile add/edit' => {
title => 'file pile add/edit title',
body => 'file pile add/edit body',
+ fields => [
+ ],
related => [
{
tag => 'asset fields',
diff --git a/lib/WebGUI/Help/Asset_Folder.pm b/lib/WebGUI/Help/Asset_Folder.pm
index 98dd064d3..8fbf1647b 100644
--- a/lib/WebGUI/Help/Asset_Folder.pm
+++ b/lib/WebGUI/Help/Asset_Folder.pm
@@ -5,6 +5,8 @@ our $HELP = {
'folder add/edit' => {
title => 'folder add/edit title',
body => 'folder add/edit body',
+ fields => [
+ ],
related => [
{
tag => 'asset fields',
@@ -24,6 +26,8 @@ our $HELP = {
'folder template' => {
title => 'folder template title',
body => 'folder template body',
+ fields => [
+ ],
related => [
{
tag => 'folder add/edit',
diff --git a/lib/WebGUI/Help/Asset_HttpProxy.pm b/lib/WebGUI/Help/Asset_HttpProxy.pm
index c5067eda0..bfbe9545f 100644
--- a/lib/WebGUI/Help/Asset_HttpProxy.pm
+++ b/lib/WebGUI/Help/Asset_HttpProxy.pm
@@ -4,6 +4,8 @@ our $HELP = {
'http proxy add/edit' => {
title => '10',
body => '11',
+ fields => [
+ ],
related => [
{
tag => 'asset fields',
@@ -27,6 +29,8 @@ our $HELP = {
'http proxy template' => {
title => 'http proxy template title',
body => 'http proxy template body',
+ fields => [
+ ],
related => [
{
tag => 'http proxy add/edit',
diff --git a/lib/WebGUI/Help/Asset_Image.pm b/lib/WebGUI/Help/Asset_Image.pm
index 660dab5c6..853e9454c 100644
--- a/lib/WebGUI/Help/Asset_Image.pm
+++ b/lib/WebGUI/Help/Asset_Image.pm
@@ -5,6 +5,8 @@ our $HELP = {
'image add/edit' => {
title => 'image add/edit title',
body => 'image add/edit body',
+ fields => [
+ ],
related => [
{
tag => 'asset fields',
diff --git a/lib/WebGUI/Help/Asset_IndexedSearch.pm b/lib/WebGUI/Help/Asset_IndexedSearch.pm
index 63e048417..bc4256c79 100644
--- a/lib/WebGUI/Help/Asset_IndexedSearch.pm
+++ b/lib/WebGUI/Help/Asset_IndexedSearch.pm
@@ -4,6 +4,8 @@ our $HELP = {
'indexed search add/edit' => {
title => '26',
body => '27',
+ fields => [
+ ],
related => [
{
tag => 'wobjects using',
@@ -18,6 +20,8 @@ our $HELP = {
'indexed search template' => {
title => '29',
body => '28',
+ fields => [
+ ],
related => [
{
tag => 'wobjects using',
diff --git a/lib/WebGUI/Help/Asset_Layout.pm b/lib/WebGUI/Help/Asset_Layout.pm
index 0fa83b48b..042096d0a 100644
--- a/lib/WebGUI/Help/Asset_Layout.pm
+++ b/lib/WebGUI/Help/Asset_Layout.pm
@@ -5,6 +5,8 @@ our $HELP = {
'layout add/edit' => {
title => 'layout add/edit title',
body => 'layout add/edit body',
+ fields => [
+ ],
related => [
{
tag => 'asset fields',
@@ -24,6 +26,8 @@ our $HELP = {
'layout template' => {
title => 'layout template title',
body => 'layout template body',
+ fields => [
+ ],
related => [
{
tag => 'layout add/edit',
diff --git a/lib/WebGUI/Help/Asset_MessageBoard.pm b/lib/WebGUI/Help/Asset_MessageBoard.pm
index 7041cfb97..10edda3c2 100644
--- a/lib/WebGUI/Help/Asset_MessageBoard.pm
+++ b/lib/WebGUI/Help/Asset_MessageBoard.pm
@@ -4,6 +4,8 @@ our $HELP = {
'message board add/edit' => {
title => '61',
body => '71',
+ fields => [
+ ],
related => [
{
tag => 'message board template',
@@ -18,6 +20,8 @@ our $HELP = {
'message board template' => {
title => '73',
body => '74',
+ fields => [
+ ],
related => [
{
tag => 'wobject template',
diff --git a/lib/WebGUI/Help/Asset_Navigation.pm b/lib/WebGUI/Help/Asset_Navigation.pm
index 3f3920301..ca9cb8d0a 100644
--- a/lib/WebGUI/Help/Asset_Navigation.pm
+++ b/lib/WebGUI/Help/Asset_Navigation.pm
@@ -4,6 +4,8 @@ our $HELP = {
'navigation add/edit' => {
title => '1098',
body => '1093',
+ fields => [
+ ],
related => [
{
tag => 'navigation template',
@@ -22,6 +24,8 @@ our $HELP = {
'navigation template' => {
title => '1096',
body => '1097',
+ fields => [
+ ],
related => [
{
tag => 'navigation add/edit',
@@ -40,6 +44,8 @@ our $HELP = {
'navigation manage' => {
title => '1094',
body => '1095',
+ fields => [
+ ],
related => [
{
tag => 'navigation template',
diff --git a/lib/WebGUI/Help/Asset_Poll.pm b/lib/WebGUI/Help/Asset_Poll.pm
index ce56b80a8..f5de960b8 100644
--- a/lib/WebGUI/Help/Asset_Poll.pm
+++ b/lib/WebGUI/Help/Asset_Poll.pm
@@ -4,6 +4,8 @@ our $HELP = {
'poll add/edit' => {
title => '61',
body => '71',
+ fields => [
+ ],
related => [
{
tag => 'poll template',
@@ -18,6 +20,8 @@ our $HELP = {
'poll template' => {
title => '73',
body => '74',
+ fields => [
+ ],
related => [
{
tag => 'poll add/edit',
diff --git a/lib/WebGUI/Help/Asset_Post.pm b/lib/WebGUI/Help/Asset_Post.pm
index 86462ff00..80fb91fce 100644
--- a/lib/WebGUI/Help/Asset_Post.pm
+++ b/lib/WebGUI/Help/Asset_Post.pm
@@ -4,6 +4,8 @@ our $HELP = {
'post add/edit template' => {
title => 'add/edit post template title',
body => 'add/edit post template body',
+ fields => [
+ ],
related => [
{
tag => 'template language',
@@ -19,6 +21,8 @@ our $HELP = {
'post template variables' => {
title => 'post template variables title',
body => 'post template variables body',
+ fields => [
+ ],
related => [
{
tag => 'template language',
@@ -34,6 +38,8 @@ our $HELP = {
'notification template' => {
title => 'notification template title',
body => 'notification template body',
+ fields => [
+ ],
related => [
{
tag => 'template language',
diff --git a/lib/WebGUI/Help/Asset_Product.pm b/lib/WebGUI/Help/Asset_Product.pm
index 48df7aa9b..31f5701f3 100644
--- a/lib/WebGUI/Help/Asset_Product.pm
+++ b/lib/WebGUI/Help/Asset_Product.pm
@@ -4,6 +4,8 @@ our $HELP = {
'product add/edit' => {
title => '38',
body => '39',
+ fields => [
+ ],
related => [
{
tag => 'product related add/edit',
@@ -38,6 +40,8 @@ our $HELP = {
'product feature add/edit' => {
title => '40',
body => '41',
+ fields => [
+ ],
related => [
{
tag => 'product benefit add/edit',
@@ -52,6 +56,8 @@ our $HELP = {
'product specification add/edit' => {
title => '42',
body => '43',
+ fields => [
+ ],
related => [
{
tag => 'product add/edit',
@@ -62,6 +68,8 @@ our $HELP = {
'product accessory add/edit' => {
title => '44',
body => '45',
+ fields => [
+ ],
related => [
{
tag => 'product add/edit',
@@ -72,6 +80,8 @@ our $HELP = {
'product related add/edit' => {
title => '46',
body => '47',
+ fields => [
+ ],
related => [
{
tag => 'product add/edit',
@@ -82,6 +92,8 @@ our $HELP = {
'product benefit add/edit' => {
title => '49',
body => '50',
+ fields => [
+ ],
related => [
{
tag => 'product feature add/edit',
@@ -96,6 +108,8 @@ our $HELP = {
'product template' => {
title => '62',
body => '63',
+ fields => [
+ ],
related => [
{
tag => 'product add/edit',
diff --git a/lib/WebGUI/Help/Asset_Redirect.pm b/lib/WebGUI/Help/Asset_Redirect.pm
index 967d35184..9f0071278 100644
--- a/lib/WebGUI/Help/Asset_Redirect.pm
+++ b/lib/WebGUI/Help/Asset_Redirect.pm
@@ -5,6 +5,8 @@ our $HELP = {
'redirect add/edit' => {
title => 'redirect add/edit title',
body => 'redirect add/edit body',
+ fields => [
+ ],
related => [
{
tag => 'asset fields',
diff --git a/lib/WebGUI/Help/Asset_SQLReport.pm b/lib/WebGUI/Help/Asset_SQLReport.pm
index 5ce7336c2..0e3c72c46 100644
--- a/lib/WebGUI/Help/Asset_SQLReport.pm
+++ b/lib/WebGUI/Help/Asset_SQLReport.pm
@@ -4,6 +4,8 @@ our $HELP = {
'sql report add/edit' => {
title => '61',
body => '71',
+ fields => [
+ ],
related => [
{
tag => 'sql report template',
@@ -18,6 +20,8 @@ our $HELP = {
'sql report template' => {
title => '72',
body => '73',
+ fields => [
+ ],
related => [
{
tag => 'pagination template variables',
diff --git a/lib/WebGUI/Help/Asset_Shortcut.pm b/lib/WebGUI/Help/Asset_Shortcut.pm
index eac27dfbd..45d687ed7 100644
--- a/lib/WebGUI/Help/Asset_Shortcut.pm
+++ b/lib/WebGUI/Help/Asset_Shortcut.pm
@@ -4,6 +4,8 @@ our $HELP = {
'shortcut add/edit' => {
title => '5',
body => '6',
+ fields => [
+ ],
related => [
{
tag => 'wobjects using',
@@ -20,6 +22,8 @@ our $HELP = {
'shortcut template' => {
title => 'shortcut template title',
body => 'shortcut template body',
+ fields => [
+ ],
related => [
{
tag => 'wobjects using',
diff --git a/lib/WebGUI/Help/Asset_Snippet.pm b/lib/WebGUI/Help/Asset_Snippet.pm
index ab82a78f2..75a6a7032 100644
--- a/lib/WebGUI/Help/Asset_Snippet.pm
+++ b/lib/WebGUI/Help/Asset_Snippet.pm
@@ -5,6 +5,8 @@ our $HELP = {
'snippet add/edit' => {
title => 'snippet add/edit title',
body => 'snippet add/edit body',
+ fields => [
+ ],
related => [
{
tag => 'asset fields',
diff --git a/lib/WebGUI/Help/Asset_Survey.pm b/lib/WebGUI/Help/Asset_Survey.pm
index 1a68e2f77..3fb342b79 100644
--- a/lib/WebGUI/Help/Asset_Survey.pm
+++ b/lib/WebGUI/Help/Asset_Survey.pm
@@ -4,6 +4,8 @@ our $HELP = {
'survey add/edit' => {
title => '3',
body => '4',
+ fields => [
+ ],
related => [
{
tag => 'asset fields',
@@ -42,6 +44,8 @@ our $HELP = {
'question add/edit' => {
title => '17',
body => 'question add/edit body',
+ fields => [
+ ],
related => [
{
tag => 'survey add/edit',
@@ -52,6 +56,8 @@ our $HELP = {
'survey template' => {
title => '88',
body => '89',
+ fields => [
+ ],
related => [
{
tag => 'survey template common vars',
@@ -70,6 +76,8 @@ our $HELP = {
'survey template common vars' => {
title => '90',
body => '91',
+ fields => [
+ ],
related => [
{
tag => 'survey template',
@@ -80,6 +88,8 @@ our $HELP = {
'gradebook report template' => {
title => '1087',
body => '1088',
+ fields => [
+ ],
related => [
{
tag => 'pagination template variables',
@@ -98,6 +108,8 @@ our $HELP = {
'survey response template' => {
title => '1089',
body => '1090',
+ fields => [
+ ],
related => [
{
tag => 'survey template common vars',
@@ -112,6 +124,8 @@ our $HELP = {
'statistical overview report template' => {
title => '1091',
body => '1092',
+ fields => [
+ ],
related => [
{
tag => 'pagination template variables',
diff --git a/lib/WebGUI/Help/Asset_SyndicatedContent.pm b/lib/WebGUI/Help/Asset_SyndicatedContent.pm
index 0900d9509..5efcee5d6 100644
--- a/lib/WebGUI/Help/Asset_SyndicatedContent.pm
+++ b/lib/WebGUI/Help/Asset_SyndicatedContent.pm
@@ -4,6 +4,8 @@ our $HELP = {
'syndicated content add/edit' => {
title => '61',
body => '71',
+ fields => [
+ ],
related => [
{
tag => 'syndicated content template',
@@ -22,6 +24,8 @@ our $HELP = {
'syndicated content template' => {
title => '72',
body => '73',
+ fields => [
+ ],
related => [
{
tag => 'syndicated content add/edit',
diff --git a/lib/WebGUI/Help/Asset_Template.pm b/lib/WebGUI/Help/Asset_Template.pm
index 23f76fde3..d8b6cc35b 100644
--- a/lib/WebGUI/Help/Asset_Template.pm
+++ b/lib/WebGUI/Help/Asset_Template.pm
@@ -5,6 +5,8 @@ our $HELP = {
'templates manage' => {
title => '683',
body => '638',
+ fields => [
+ ],
related => [
{
tag => 'themes manage',
@@ -27,6 +29,8 @@ our $HELP = {
'template add/edit' => {
title => '684',
body => '639',
+ fields => [
+ ],
related => [
{
tag => 'templates manage',
@@ -38,6 +42,8 @@ our $HELP = {
'template delete' => {
title => '685',
body => '640',
+ fields => [
+ ],
related => [
{
tag => 'templates manage',
@@ -49,6 +55,8 @@ our $HELP = {
'template language' => {
title => '825',
body => '826',
+ fields => [
+ ],
related => [
{
tag => 'templates manage',
diff --git a/lib/WebGUI/Help/Asset_Thread.pm b/lib/WebGUI/Help/Asset_Thread.pm
index c25f012bd..cca43ade8 100644
--- a/lib/WebGUI/Help/Asset_Thread.pm
+++ b/lib/WebGUI/Help/Asset_Thread.pm
@@ -4,6 +4,8 @@ our $HELP = {
'thread template variables' => {
title => 'thread template title',
body => 'thread template body',
+ fields => [
+ ],
related => [
{
tag => 'template language',
diff --git a/lib/WebGUI/Help/Asset_WSClient.pm b/lib/WebGUI/Help/Asset_WSClient.pm
index 60085902a..c797e4b16 100644
--- a/lib/WebGUI/Help/Asset_WSClient.pm
+++ b/lib/WebGUI/Help/Asset_WSClient.pm
@@ -4,6 +4,8 @@ our $HELP = {
'ws client add/edit' => {
title => '61',
body => '71',
+ fields => [
+ ],
related => [
{
tag => 'ws client template',
@@ -18,6 +20,8 @@ our $HELP = {
'ws client template' => {
title => '72',
body => '73',
+ fields => [
+ ],
related => [
{
tag => 'ws client add/edit',
diff --git a/lib/WebGUI/Help/AuthLDAP.pm b/lib/WebGUI/Help/AuthLDAP.pm
index c314a5e6c..82bb97bd4 100644
--- a/lib/WebGUI/Help/AuthLDAP.pm
+++ b/lib/WebGUI/Help/AuthLDAP.pm
@@ -4,11 +4,15 @@ our $HELP = {
'ldap connection add/edit' => {
title => 'LDAPLink_990',
body => 'ldap connection add/edit body',
+ fields => [
+ ],
related => [ ],
},
'ldap authentication display account template' => {
title => 'account-1',
body => 'account-2',
+ fields => [
+ ],
related => [
{
tag => 'ldap authentication anonymous registration template',
@@ -27,6 +31,8 @@ our $HELP = {
'ldap authentication login template' => {
title => 'login-1',
body => 'login-2',
+ fields => [
+ ],
related => [
{
tag => 'ldap authentication anonymous registration template',
@@ -45,6 +51,8 @@ our $HELP = {
'ldap authentication anonymous registration template' => {
title => 'create-1',
body => 'create-2',
+ fields => [
+ ],
related => [
{
tag => 'ldap authentication display account template',
diff --git a/lib/WebGUI/Help/AuthSMB.pm b/lib/WebGUI/Help/AuthSMB.pm
index 726dd6a1f..497cc9ec2 100644
--- a/lib/WebGUI/Help/AuthSMB.pm
+++ b/lib/WebGUI/Help/AuthSMB.pm
@@ -4,6 +4,8 @@ our $HELP = {
'smb authentication display account template' => {
title => 'account-1',
body => 'account-2',
+ fields => [
+ ],
related => [
{
tag => 'wobject template',
@@ -14,6 +16,8 @@ our $HELP = {
'smb authentication login template' => {
title => 'login-1',
body => 'login-2',
+ fields => [
+ ],
related => [
{
tag => 'wobject template',
@@ -24,6 +28,8 @@ our $HELP = {
'smb authentication anonymous registration template' => {
title => 'create-1',
body => 'create-2',
+ fields => [
+ ],
related => [
{
tag => 'wobject template',
diff --git a/lib/WebGUI/Help/AuthWebGUI.pm b/lib/WebGUI/Help/AuthWebGUI.pm
index e5805adab..08348f853 100644
--- a/lib/WebGUI/Help/AuthWebGUI.pm
+++ b/lib/WebGUI/Help/AuthWebGUI.pm
@@ -4,6 +4,8 @@ our $HELP = {
'webgui authentication display account template' => {
title => 'account-1',
body => 'account-2',
+ fields => [
+ ],
related => [
{
tag => 'wobject template',
@@ -14,6 +16,8 @@ our $HELP = {
'webgui authentication login template' => {
title => 'login-1',
body => 'login-2',
+ fields => [
+ ],
related => [
{
tag => 'wobject template',
@@ -24,6 +28,8 @@ our $HELP = {
'webgui authentication anonymous registration template' => {
title => 'create-1',
body => 'create-2',
+ fields => [
+ ],
related => [
{
tag => 'wobject template',
@@ -34,6 +40,8 @@ our $HELP = {
'webgui authentication password recovery template' => {
title => 'recovery-1',
body => 'recovery-2',
+ fields => [
+ ],
related => [
{
tag => 'wobject template',
@@ -44,6 +52,8 @@ our $HELP = {
'webgui authentication password expiration template' => {
title => 'expired-1',
body => 'expired-2',
+ fields => [
+ ],
related => [
{
tag => 'wobject template',
diff --git a/lib/WebGUI/Help/Commerce.pm b/lib/WebGUI/Help/Commerce.pm
index 97a4b167e..44087e307 100644
--- a/lib/WebGUI/Help/Commerce.pm
+++ b/lib/WebGUI/Help/Commerce.pm
@@ -4,6 +4,8 @@ our $HELP = {
'commerce manage' => {
title => 'help manage commerce title',
body => 'help manage commerce body',
+ fields => [
+ ],
related => [
]
},
@@ -11,6 +13,8 @@ our $HELP = {
'list pending transactions' => {
title => 'help manage pending transactions title',
body => 'help manage pending transactions body',
+ fields => [
+ ],
related => [
]
},
@@ -18,6 +22,8 @@ our $HELP = {
'cancel template' => {
title => 'help cancel checkout template title',
body => 'help cancel checkout template body',
+ fields => [
+ ],
related => [
{
tag => 'template language',
@@ -33,6 +39,8 @@ our $HELP = {
'confirm template' => {
title => 'help checkout confirm template title',
body => 'help checkout confirm template body',
+ fields => [
+ ],
related => [
{
tag => 'template language',
@@ -48,6 +56,8 @@ our $HELP = {
'error template' => {
title => 'help checkout error template title',
body => 'help checkout error template body',
+ fields => [
+ ],
related => [
{
tag => 'template language',
@@ -63,6 +73,8 @@ our $HELP = {
'select payment gateway template' => {
title => 'help select payment template title',
body => 'help select payment template body',
+ fields => [
+ ],
related => [
{
tag => 'template language',
diff --git a/lib/WebGUI/Help/Macro_AOIHits.pm b/lib/WebGUI/Help/Macro_AOIHits.pm
index 9b98b6863..df19064f0 100644
--- a/lib/WebGUI/Help/Macro_AOIHits.pm
+++ b/lib/WebGUI/Help/Macro_AOIHits.pm
@@ -5,6 +5,8 @@ our $HELP = {
'aoi hits' => {
title => 'aoi hits title',
body => 'aoi hits body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_AOIRank.pm b/lib/WebGUI/Help/Macro_AOIRank.pm
index 218545961..68336539c 100644
--- a/lib/WebGUI/Help/Macro_AOIRank.pm
+++ b/lib/WebGUI/Help/Macro_AOIRank.pm
@@ -5,6 +5,8 @@ our $HELP = {
'aoi rank' => {
title => 'aoi rank title',
body => 'aoi rank body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_AdminBar.pm b/lib/WebGUI/Help/Macro_AdminBar.pm
index 16f0d9597..602fdddcd 100644
--- a/lib/WebGUI/Help/Macro_AdminBar.pm
+++ b/lib/WebGUI/Help/Macro_AdminBar.pm
@@ -5,6 +5,8 @@ our $HELP = {
'admin bar' => {
title => 'admin bar title',
body => 'admin bar body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_AdminText.pm b/lib/WebGUI/Help/Macro_AdminText.pm
index 91033380f..f9c6580ea 100644
--- a/lib/WebGUI/Help/Macro_AdminText.pm
+++ b/lib/WebGUI/Help/Macro_AdminText.pm
@@ -5,6 +5,8 @@ our $HELP = {
'admin text' => {
title => 'admin text title',
body => 'admin text body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_AdminToggle.pm b/lib/WebGUI/Help/Macro_AdminToggle.pm
index cec2cddf3..e53d301f6 100644
--- a/lib/WebGUI/Help/Macro_AdminToggle.pm
+++ b/lib/WebGUI/Help/Macro_AdminToggle.pm
@@ -5,6 +5,8 @@ our $HELP = {
'admin toggle' => {
title => 'admin toggle title',
body => 'admin toggle body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_AssetProxy.pm b/lib/WebGUI/Help/Macro_AssetProxy.pm
index 9972f12f9..67bc7f8a9 100644
--- a/lib/WebGUI/Help/Macro_AssetProxy.pm
+++ b/lib/WebGUI/Help/Macro_AssetProxy.pm
@@ -5,6 +5,8 @@ our $HELP = {
'asset proxy' => {
title => 'asset proxy title',
body => 'asset proxy body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_At_username.pm b/lib/WebGUI/Help/Macro_At_username.pm
index 740c5c967..5d7405f7a 100644
--- a/lib/WebGUI/Help/Macro_At_username.pm
+++ b/lib/WebGUI/Help/Macro_At_username.pm
@@ -5,6 +5,8 @@ our $HELP = {
'username' => {
title => 'username title',
body => 'username body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_CanEditText.pm b/lib/WebGUI/Help/Macro_CanEditText.pm
index 0909474f8..c01e91bab 100644
--- a/lib/WebGUI/Help/Macro_CanEditText.pm
+++ b/lib/WebGUI/Help/Macro_CanEditText.pm
@@ -5,6 +5,8 @@ our $HELP = {
'can edit text' => {
title => 'can edit text title',
body => 'can edit text body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_D_date.pm b/lib/WebGUI/Help/Macro_D_date.pm
index 31ab1b73f..45b7b8d30 100644
--- a/lib/WebGUI/Help/Macro_D_date.pm
+++ b/lib/WebGUI/Help/Macro_D_date.pm
@@ -5,6 +5,8 @@ our $HELP = {
'date' => {
title => 'date title',
body => 'date body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_EditableToggle.pm b/lib/WebGUI/Help/Macro_EditableToggle.pm
index 299eb5326..9c43edcc7 100644
--- a/lib/WebGUI/Help/Macro_EditableToggle.pm
+++ b/lib/WebGUI/Help/Macro_EditableToggle.pm
@@ -5,6 +5,8 @@ our $HELP = {
'editable toggle' => {
title => 'editable toggle title',
body => 'editable toggle body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_Env.pm b/lib/WebGUI/Help/Macro_Env.pm
index 173584716..769ed93cb 100644
--- a/lib/WebGUI/Help/Macro_Env.pm
+++ b/lib/WebGUI/Help/Macro_Env.pm
@@ -5,6 +5,8 @@ our $HELP = {
'env' => {
title => 'env title',
body => 'env body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_Execute.pm b/lib/WebGUI/Help/Macro_Execute.pm
index 306ec72ab..1d0b39719 100644
--- a/lib/WebGUI/Help/Macro_Execute.pm
+++ b/lib/WebGUI/Help/Macro_Execute.pm
@@ -5,6 +5,8 @@ our $HELP = {
'execute' => {
title => 'execute title',
body => 'execute body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_Extras.pm b/lib/WebGUI/Help/Macro_Extras.pm
index 54388ff60..cbefa1bd6 100644
--- a/lib/WebGUI/Help/Macro_Extras.pm
+++ b/lib/WebGUI/Help/Macro_Extras.pm
@@ -5,6 +5,8 @@ our $HELP = {
'extras' => {
title => 'extras title',
body => 'extras body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_FileUrl.pm b/lib/WebGUI/Help/Macro_FileUrl.pm
index 5b872e90b..4543ab7a5 100644
--- a/lib/WebGUI/Help/Macro_FileUrl.pm
+++ b/lib/WebGUI/Help/Macro_FileUrl.pm
@@ -5,6 +5,8 @@ our $HELP = {
'file url' => {
title => 'file url title',
body => 'file url body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_FormParam.pm b/lib/WebGUI/Help/Macro_FormParam.pm
index 695d8acd0..c00aabf51 100644
--- a/lib/WebGUI/Help/Macro_FormParam.pm
+++ b/lib/WebGUI/Help/Macro_FormParam.pm
@@ -5,6 +5,8 @@ our $HELP = {
'form param' => {
title => 'form param title',
body => 'form param body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_GroupAdd.pm b/lib/WebGUI/Help/Macro_GroupAdd.pm
index 8438c973b..f0f7f4b93 100644
--- a/lib/WebGUI/Help/Macro_GroupAdd.pm
+++ b/lib/WebGUI/Help/Macro_GroupAdd.pm
@@ -5,6 +5,8 @@ our $HELP = {
'group add' => {
title => 'group add title',
body => 'group add body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_GroupDelete.pm b/lib/WebGUI/Help/Macro_GroupDelete.pm
index 224d77b2d..cbf8e42f0 100644
--- a/lib/WebGUI/Help/Macro_GroupDelete.pm
+++ b/lib/WebGUI/Help/Macro_GroupDelete.pm
@@ -5,6 +5,8 @@ our $HELP = {
'group delete' => {
title => 'group delete title',
body => 'group delete body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_GroupText.pm b/lib/WebGUI/Help/Macro_GroupText.pm
index 853837348..470b48ce6 100644
--- a/lib/WebGUI/Help/Macro_GroupText.pm
+++ b/lib/WebGUI/Help/Macro_GroupText.pm
@@ -5,6 +5,8 @@ our $HELP = {
'group text' => {
title => 'group text title',
body => 'group text body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_H_homeLink.pm b/lib/WebGUI/Help/Macro_H_homeLink.pm
index eb5aa767f..b9549771f 100644
--- a/lib/WebGUI/Help/Macro_H_homeLink.pm
+++ b/lib/WebGUI/Help/Macro_H_homeLink.pm
@@ -5,6 +5,8 @@ our $HELP = {
'home link' => {
title => 'home link title',
body => 'home link body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_Hash_userId.pm b/lib/WebGUI/Help/Macro_Hash_userId.pm
index 71a3020b1..8937510ad 100644
--- a/lib/WebGUI/Help/Macro_Hash_userId.pm
+++ b/lib/WebGUI/Help/Macro_Hash_userId.pm
@@ -5,6 +5,8 @@ our $HELP = {
'user id' => {
title => 'user id title',
body => 'user id body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_If.pm b/lib/WebGUI/Help/Macro_If.pm
index 9da4487b2..312fafd4e 100644
--- a/lib/WebGUI/Help/Macro_If.pm
+++ b/lib/WebGUI/Help/Macro_If.pm
@@ -5,6 +5,8 @@ our $HELP = {
'if' => {
title => 'if title',
body => 'if body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_Include.pm b/lib/WebGUI/Help/Macro_Include.pm
index b075eea35..4f21c4b17 100644
--- a/lib/WebGUI/Help/Macro_Include.pm
+++ b/lib/WebGUI/Help/Macro_Include.pm
@@ -5,6 +5,8 @@ our $HELP = {
'include' => {
title => 'include title',
body => 'include body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_International.pm b/lib/WebGUI/Help/Macro_International.pm
index e97a8545b..046753279 100644
--- a/lib/WebGUI/Help/Macro_International.pm
+++ b/lib/WebGUI/Help/Macro_International.pm
@@ -5,6 +5,8 @@ our $HELP = {
'international' => {
title => 'international title',
body => 'international body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_JavaScript.pm b/lib/WebGUI/Help/Macro_JavaScript.pm
index c9251535e..bf8176098 100644
--- a/lib/WebGUI/Help/Macro_JavaScript.pm
+++ b/lib/WebGUI/Help/Macro_JavaScript.pm
@@ -5,6 +5,8 @@ our $HELP = {
'java script' => {
title => 'java script title',
body => 'java script body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_L_loginBox.pm b/lib/WebGUI/Help/Macro_L_loginBox.pm
index 5a9ba88ae..cd8c5c8e9 100644
--- a/lib/WebGUI/Help/Macro_L_loginBox.pm
+++ b/lib/WebGUI/Help/Macro_L_loginBox.pm
@@ -5,6 +5,8 @@ our $HELP = {
'login box' => {
title => 'login box title',
body => 'login box body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_LastModified.pm b/lib/WebGUI/Help/Macro_LastModified.pm
index b332ed17a..ddf66fe5e 100644
--- a/lib/WebGUI/Help/Macro_LastModified.pm
+++ b/lib/WebGUI/Help/Macro_LastModified.pm
@@ -5,6 +5,8 @@ our $HELP = {
'last modified' => {
title => 'last modified title',
body => 'last modified body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_LoginToggle.pm b/lib/WebGUI/Help/Macro_LoginToggle.pm
index 7a0765bdd..253c8ebc3 100644
--- a/lib/WebGUI/Help/Macro_LoginToggle.pm
+++ b/lib/WebGUI/Help/Macro_LoginToggle.pm
@@ -5,6 +5,8 @@ our $HELP = {
'login toggle' => {
title => 'login toggle title',
body => 'login toggle body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_Page.pm b/lib/WebGUI/Help/Macro_Page.pm
index c91e685f4..ff56b1b96 100644
--- a/lib/WebGUI/Help/Macro_Page.pm
+++ b/lib/WebGUI/Help/Macro_Page.pm
@@ -5,6 +5,8 @@ our $HELP = {
'page' => {
title => 'page title',
body => 'page body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_PageTitle.pm b/lib/WebGUI/Help/Macro_PageTitle.pm
index 632d0f7d8..af2003799 100644
--- a/lib/WebGUI/Help/Macro_PageTitle.pm
+++ b/lib/WebGUI/Help/Macro_PageTitle.pm
@@ -5,6 +5,8 @@ our $HELP = {
'page title' => {
title => 'page title title',
body => 'page title body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_PageUrl.pm b/lib/WebGUI/Help/Macro_PageUrl.pm
index 0f0e186a9..a7d231401 100644
--- a/lib/WebGUI/Help/Macro_PageUrl.pm
+++ b/lib/WebGUI/Help/Macro_PageUrl.pm
@@ -5,6 +5,8 @@ our $HELP = {
'page url' => {
title => 'page url title',
body => 'page url body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_Quote.pm b/lib/WebGUI/Help/Macro_Quote.pm
index 937355723..ae732d3af 100644
--- a/lib/WebGUI/Help/Macro_Quote.pm
+++ b/lib/WebGUI/Help/Macro_Quote.pm
@@ -5,6 +5,8 @@ our $HELP = {
'quote' => {
title => 'quote title',
body => 'quote body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_RandomAssetProxy.pm b/lib/WebGUI/Help/Macro_RandomAssetProxy.pm
index f9d43b209..17cd8ed3c 100644
--- a/lib/WebGUI/Help/Macro_RandomAssetProxy.pm
+++ b/lib/WebGUI/Help/Macro_RandomAssetProxy.pm
@@ -5,6 +5,8 @@ our $HELP = {
'random asset proxy' => {
title => 'random asset proxy title',
body => 'random asset proxy body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_RawHeadTags.pm b/lib/WebGUI/Help/Macro_RawHeadTags.pm
index 34e7d937f..373406459 100644
--- a/lib/WebGUI/Help/Macro_RawHeadTags.pm
+++ b/lib/WebGUI/Help/Macro_RawHeadTags.pm
@@ -5,6 +5,8 @@ our $HELP = {
'raw head tags' => {
title => 'raw head tags title',
body => 'raw head tags body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_RootTitle.pm b/lib/WebGUI/Help/Macro_RootTitle.pm
index f23e4b2d7..99ee55f4b 100644
--- a/lib/WebGUI/Help/Macro_RootTitle.pm
+++ b/lib/WebGUI/Help/Macro_RootTitle.pm
@@ -5,6 +5,8 @@ our $HELP = {
'root title' => {
title => 'root title title',
body => 'root title body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_SQL.pm b/lib/WebGUI/Help/Macro_SQL.pm
index c8229d039..f5fc79a3a 100644
--- a/lib/WebGUI/Help/Macro_SQL.pm
+++ b/lib/WebGUI/Help/Macro_SQL.pm
@@ -5,6 +5,8 @@ our $HELP = {
'sql' => {
title => 'sql title',
body => 'sql body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_Slash_gatewayUrl.pm b/lib/WebGUI/Help/Macro_Slash_gatewayUrl.pm
index 90ea7c7f4..816cce334 100644
--- a/lib/WebGUI/Help/Macro_Slash_gatewayUrl.pm
+++ b/lib/WebGUI/Help/Macro_Slash_gatewayUrl.pm
@@ -5,6 +5,8 @@ our $HELP = {
'gateway url' => {
title => 'gateway url title',
body => 'gateway url body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_Spacer.pm b/lib/WebGUI/Help/Macro_Spacer.pm
index ebd259ec0..f9feedcaa 100644
--- a/lib/WebGUI/Help/Macro_Spacer.pm
+++ b/lib/WebGUI/Help/Macro_Spacer.pm
@@ -5,6 +5,8 @@ our $HELP = {
'spacer' => {
title => 'spacer title',
body => 'spacer body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_Splat_random.pm b/lib/WebGUI/Help/Macro_Splat_random.pm
index 0c84da323..b870f190d 100644
--- a/lib/WebGUI/Help/Macro_Splat_random.pm
+++ b/lib/WebGUI/Help/Macro_Splat_random.pm
@@ -5,6 +5,8 @@ our $HELP = {
'random' => {
title => 'random title',
body => 'random body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_StyleSheet.pm b/lib/WebGUI/Help/Macro_StyleSheet.pm
index ab06e0f4d..490f7662d 100644
--- a/lib/WebGUI/Help/Macro_StyleSheet.pm
+++ b/lib/WebGUI/Help/Macro_StyleSheet.pm
@@ -5,6 +5,8 @@ our $HELP = {
'style sheet' => {
title => 'style sheet title',
body => 'style sheet body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_SubscriptionItem.pm b/lib/WebGUI/Help/Macro_SubscriptionItem.pm
index c9e753307..1f81f4fda 100644
--- a/lib/WebGUI/Help/Macro_SubscriptionItem.pm
+++ b/lib/WebGUI/Help/Macro_SubscriptionItem.pm
@@ -5,6 +5,8 @@ our $HELP = {
'subscription item' => {
title => 'subscription item title',
body => 'subscription item body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_SubscriptionItemPurchaseUrl.pm b/lib/WebGUI/Help/Macro_SubscriptionItemPurchaseUrl.pm
index 19afbfb54..decf78fd9 100644
--- a/lib/WebGUI/Help/Macro_SubscriptionItemPurchaseUrl.pm
+++ b/lib/WebGUI/Help/Macro_SubscriptionItemPurchaseUrl.pm
@@ -5,6 +5,8 @@ our $HELP = {
'subscription item purchase url' => {
title => 'subscription item purchase url title',
body => 'subscription item purchase url body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_Thumbnail.pm b/lib/WebGUI/Help/Macro_Thumbnail.pm
index a0af639c0..46bf4175f 100644
--- a/lib/WebGUI/Help/Macro_Thumbnail.pm
+++ b/lib/WebGUI/Help/Macro_Thumbnail.pm
@@ -5,6 +5,8 @@ our $HELP = {
'thumbnail' => {
title => 'thumbnail title',
body => 'thumbnail body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_URLEncode.pm b/lib/WebGUI/Help/Macro_URLEncode.pm
index e057a602b..b2ef68d93 100644
--- a/lib/WebGUI/Help/Macro_URLEncode.pm
+++ b/lib/WebGUI/Help/Macro_URLEncode.pm
@@ -5,6 +5,8 @@ our $HELP = {
'url encode' => {
title => 'url encode title',
body => 'url encode body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_User.pm b/lib/WebGUI/Help/Macro_User.pm
index a4ab6cc1f..ba4f2ea50 100644
--- a/lib/WebGUI/Help/Macro_User.pm
+++ b/lib/WebGUI/Help/Macro_User.pm
@@ -5,6 +5,8 @@ our $HELP = {
'user' => {
title => 'user title',
body => 'user body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_a_account.pm b/lib/WebGUI/Help/Macro_a_account.pm
index 9ba9a590f..1481fb172 100644
--- a/lib/WebGUI/Help/Macro_a_account.pm
+++ b/lib/WebGUI/Help/Macro_a_account.pm
@@ -5,6 +5,8 @@ our $HELP = {
'account' => {
title => 'account title',
body => 'account body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_c_companyName.pm b/lib/WebGUI/Help/Macro_c_companyName.pm
index 93c153884..6d5092c3e 100644
--- a/lib/WebGUI/Help/Macro_c_companyName.pm
+++ b/lib/WebGUI/Help/Macro_c_companyName.pm
@@ -5,6 +5,8 @@ our $HELP = {
'company name' => {
title => 'company name title',
body => 'company name body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_e_companyEmail.pm b/lib/WebGUI/Help/Macro_e_companyEmail.pm
index 1184f6e7e..8b23bea64 100644
--- a/lib/WebGUI/Help/Macro_e_companyEmail.pm
+++ b/lib/WebGUI/Help/Macro_e_companyEmail.pm
@@ -5,6 +5,8 @@ our $HELP = {
'company email' => {
title => 'company email title',
body => 'company email body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_r_printable.pm b/lib/WebGUI/Help/Macro_r_printable.pm
index f6e4072e1..b762b1092 100644
--- a/lib/WebGUI/Help/Macro_r_printable.pm
+++ b/lib/WebGUI/Help/Macro_r_printable.pm
@@ -5,6 +5,8 @@ our $HELP = {
'printable' => {
title => 'printable title',
body => 'printable body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macro_u_companyUrl.pm b/lib/WebGUI/Help/Macro_u_companyUrl.pm
index 052334a34..6ccaa3d78 100644
--- a/lib/WebGUI/Help/Macro_u_companyUrl.pm
+++ b/lib/WebGUI/Help/Macro_u_companyUrl.pm
@@ -5,6 +5,8 @@ our $HELP = {
'company url' => {
title => 'company url title',
body => 'company url body',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
diff --git a/lib/WebGUI/Help/Macros.pm b/lib/WebGUI/Help/Macros.pm
index bc1ffd34a..17853a3d0 100644
--- a/lib/WebGUI/Help/Macros.pm
+++ b/lib/WebGUI/Help/Macros.pm
@@ -7,6 +7,8 @@ our $HELP = {
'macros using' => {
title => 'macros using title',
body => 'macros using body',
+ fields => [
+ ],
related => [
{
tag => "macros list",
@@ -18,6 +20,8 @@ our $HELP = {
'macros list' => {
title => 'macros list title',
body => 'macros list body',
+ fields => [
+ ],
related => [
sort { $a->{tag} cmp $b->{tag} }
map {
diff --git a/lib/WebGUI/Help/ProductManager.pm b/lib/WebGUI/Help/ProductManager.pm
index d6051336a..53df027d9 100644
--- a/lib/WebGUI/Help/ProductManager.pm
+++ b/lib/WebGUI/Help/ProductManager.pm
@@ -4,6 +4,8 @@ our $HELP = {
'list products' => {
title => 'help list products title',
body => 'help list products body',
+ fields => [
+ ],
related => [
]
},
@@ -11,6 +13,8 @@ our $HELP = {
'manage product' => {
title => 'help manage product title',
body => 'help manage product body',
+ fields => [
+ ],
related => [
]
},
@@ -18,6 +22,8 @@ our $HELP = {
'edit product' => {
title => 'help edit product title',
body => 'help edit product body',
+ fields => [
+ ],
related => [
{
tag => 'template language',
@@ -29,30 +35,40 @@ our $HELP = {
'edit parameter' => {
title => 'help edit parameter title',
body => 'help edit parameter body',
+ fields => [
+ ],
related => [
]
},
'edit option' => {
title => 'help edit option title',
body => 'help edit option body',
+ fields => [
+ ],
related => [
]
},
'list variants' => {
title => 'help list variants title',
body => 'help list variants body',
+ fields => [
+ ],
related => [
]
},
'edit variant' => {
title => 'help edit variant title',
body => 'help edit variant body',
+ fields => [
+ ],
related => [
]
},
'edit sku template' => {
title => 'help edit sku template title',
body => 'help edit sku template body',
+ fields => [
+ ],
related => [
]
},
diff --git a/lib/WebGUI/Help/Subscription.pm b/lib/WebGUI/Help/Subscription.pm
index b9db989f3..c956e7b0c 100644
--- a/lib/WebGUI/Help/Subscription.pm
+++ b/lib/WebGUI/Help/Subscription.pm
@@ -4,6 +4,8 @@ our $HELP = {
'subscription add/edit' => {
title => 'help edit subscription title',
body => 'help edit subscription body',
+ fields => [
+ ],
related => [
{
tag => 'subscription manage',
@@ -15,6 +17,8 @@ our $HELP = {
'subscription manage' => {
title => 'help manage subscriptions title',
body => 'help manage subscriptions body',
+ fields => [
+ ],
related => [
{
tag => 'subscription add/edit',
@@ -30,6 +34,8 @@ our $HELP = {
'subscription codes manage' => {
title => 'help manage subscription codes title',
body => 'help manage subscription codes body',
+ fields => [
+ ],
related => [
{
tag => 'create batch',
@@ -45,6 +51,8 @@ our $HELP = {
'create batch' => {
title => 'help create batch title',
body => 'help create batch body',
+ fields => [
+ ],
related => [
{
tag => 'subscription codes manage',
@@ -60,6 +68,8 @@ our $HELP = {
'manage batch' => {
title => 'help manage batch title',
body => 'help manage batch body',
+ fields => [
+ ],
related => [
{
tag => 'create batch',
@@ -75,6 +85,8 @@ our $HELP = {
'redeem code' => {
title => 'help redeem code template title',
body => 'help redeem code template body',
+ fields => [
+ ],
related => [
{
tag => 'template language',
diff --git a/lib/WebGUI/Help/TransactionLog.pm b/lib/WebGUI/Help/TransactionLog.pm
index 34ad3ef81..0e4ca63f0 100644
--- a/lib/WebGUI/Help/TransactionLog.pm
+++ b/lib/WebGUI/Help/TransactionLog.pm
@@ -4,6 +4,8 @@ our $HELP = {
'purchase history' => {
title => 'help purchase history template title',
body => 'help purchase history template body',
+ fields => [
+ ],
related => [
{
tag => 'template language',
diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm
index 23a7be6d1..b3cf64653 100644
--- a/lib/WebGUI/Help/WebGUI.pm
+++ b/lib/WebGUI/Help/WebGUI.pm
@@ -4,6 +4,8 @@ our $HELP = {
'packages creating' => {
title => '681',
body => '636',
+ fields => [
+ ],
related => [
{
tag => 'package add',
@@ -22,6 +24,8 @@ our $HELP = {
'package add' => {
title => '680',
body => '635',
+ fields => [
+ ],
related => [
{
tag => 'packages creating',
@@ -32,12 +36,16 @@ our $HELP = {
'content filtering' => {
title => '418',
body => 'content filter body',
+ fields => [
+ ],
related => [
],
},
'trash empty' => {
title => '696',
body => '651',
+ fields => [
+ ],
related => [
{
tag => 'trash manage',
@@ -48,11 +56,15 @@ our $HELP = {
'profile settings edit' => {
title => '672',
body => '627',
+ fields => [
+ ],
related => []
},
'style template' => {
title => '1073',
body => '1074',
+ fields => [
+ ],
related => [
{
tag => 'style sheets using',
@@ -72,6 +84,8 @@ our $HELP = {
'style sheets using' => {
title => '668',
body => '623',
+ fields => [
+ ],
related => [
{
tag => 'style template',
@@ -82,6 +96,8 @@ our $HELP = {
'group add/edit' => {
title => '667',
body => '622',
+ fields => [
+ ],
related => [
{
tag => 'groups manage',
@@ -96,6 +112,8 @@ our $HELP = {
'group delete' => {
title => '665',
body => '620',
+ fields => [
+ ],
related => [
{
tag => 'groups manage',
@@ -106,11 +124,15 @@ our $HELP = {
'settings' => {
title => 'settings',
body => 'settings help',
+ fields => [
+ ],
related => []
},
'groups default' => {
title => 'groups default title',
body => 'groups default body',
+ fields => [
+ ],
related => [
{
tag => 'groups manage',
@@ -121,6 +143,8 @@ our $HELP = {
'groups manage' => {
title => '660',
body => '615',
+ fields => [
+ ],
related => [
{
tag => 'groups default',
@@ -143,6 +167,8 @@ our $HELP = {
'users manage' => {
title => '658',
body => '613',
+ fields => [
+ ],
related => [
{
tag => 'groups manage',
@@ -165,6 +191,8 @@ our $HELP = {
'user delete' => {
title => '657',
body => '612',
+ fields => [
+ ],
related => [
{
tag => 'users manage',
@@ -175,6 +203,8 @@ our $HELP = {
'user profile edit' => {
title => '682',
body => '637',
+ fields => [
+ ],
related => [
{
tag => 'users manage',
@@ -185,6 +215,8 @@ our $HELP = {
'user add/edit' => {
title => '655',
body => '610',
+ fields => [
+ ],
related => [
{
tag => 'users manage',
@@ -195,6 +227,8 @@ our $HELP = {
'page delete' => {
title => '653',
body => '608',
+ fields => [
+ ],
related => [
{
tag => 'page add/edit',
@@ -205,6 +239,8 @@ our $HELP = {
'page add/edit' => {
title => '642',
body => '606',
+ fields => [
+ ],
related => [
{
tag => 'page delete',
@@ -216,6 +252,8 @@ our $HELP = {
'trash manage' => {
title => '960',
body => '961',
+ fields => [
+ ],
related => [
{
tag => 'trash empty',
@@ -226,6 +264,8 @@ our $HELP = {
'clipboard manage' => {
title => '957',
body => '958',
+ fields => [
+ ],
related => [
{
tag => 'clipboard empty',
@@ -236,6 +276,8 @@ our $HELP = {
'karma using' => {
title => '697',
body => '698',
+ fields => [
+ ],
related => [
{
tag => 'article add/edit',
@@ -262,6 +304,8 @@ our $HELP = {
'clipboard empty' => {
title => '968',
body => '969',
+ fields => [
+ ],
related => [
{
tag => 'clipboard manage',
@@ -272,6 +316,8 @@ our $HELP = {
'themes manage' => {
title => '931',
body => '932',
+ fields => [
+ ],
related => [
{
tag => 'templates manage',
@@ -294,6 +340,8 @@ our $HELP = {
'theme edit' => {
title => '933',
body => '934',
+ fields => [
+ ],
related => [
{
tag => 'themes manage',
@@ -304,6 +352,8 @@ our $HELP = {
'theme import' => {
title => '936',
body => '937',
+ fields => [
+ ],
related => [
{
tag => 'themes manage',
@@ -314,6 +364,8 @@ our $HELP = {
'theme delete' => {
title => '938',
body => '939',
+ fields => [
+ ],
related => [
{
tag => 'themes manage',
@@ -324,6 +376,8 @@ our $HELP = {
'database links manage' => {
title => '997',
body => '1000',
+ fields => [
+ ],
related => [
{
tag => 'database link add/edit',
@@ -342,6 +396,8 @@ our $HELP = {
'database link add/edit' => {
title => '998',
body => '1001',
+ fields => [
+ ],
related => [
{
tag => 'database links manage',
@@ -360,6 +416,8 @@ our $HELP = {
'database link delete' => {
title => '999',
body => '1002',
+ fields => [
+ ],
related => [
{
tag => 'database links manage',
@@ -378,6 +436,8 @@ our $HELP = {
'pagination template variables' => {
title => '1085',
body => '1086',
+ fields => [
+ ],
related => [
{
tag => 'wobject template',
@@ -388,12 +448,16 @@ our $HELP = {
'page export' => {
title => 'Page, Export',
body => 'Page, Export body',
+ fields => [
+ ],
related => [
],
},
'glossary' => {
title => 'glossary title',
body => 'glossary body',
+ fields => [
+ ],
related => [
],
},
diff --git a/lib/WebGUI/Help/Wobject.pm b/lib/WebGUI/Help/Wobject.pm
index 140fbbdaf..eca755fa6 100644
--- a/lib/WebGUI/Help/Wobject.pm
+++ b/lib/WebGUI/Help/Wobject.pm
@@ -5,6 +5,8 @@ our $HELP = {
'wobjects using' => {
title => '671',
body => '626',
+ fields => [
+ ],
related => [
{
tag => 'macros using',
@@ -28,6 +30,8 @@ our $HELP = {
'wobject add/edit' => {
title => '677',
body => '632',
+ fields => [
+ ],
related => [
{
tag => 'asset fields',
@@ -43,6 +47,8 @@ our $HELP = {
'wobject delete' => {
title => '664',
body => '619',
+ fields => [
+ ],
related => [
{
tag => 'wobjects using',
@@ -54,6 +60,8 @@ our $HELP = {
'wobject template' => {
title => '827',
body => '828',
+ fields => [
+ ],
related => [
{
tag => 'pagination template variables',
diff --git a/lib/WebGUI/Operation/Help.pm b/lib/WebGUI/Operation/Help.pm
index 17a540807..cff737794 100644
--- a/lib/WebGUI/Operation/Help.pm
+++ b/lib/WebGUI/Operation/Help.pm
@@ -14,6 +14,7 @@ use strict;
use Tie::IxHash;
use WebGUI::AdminConsole;
use WebGUI::International;
+use WebGUI::Asset::Template;
use WebGUI::Macro;
use WebGUI::Session;
use WebGUI::URL;
@@ -49,15 +50,24 @@ sub www_viewHelp {
return WebGUI::Privilege::insufficient() unless (WebGUI::Grouping::isInGroup(7));
my $ac = WebGUI::AdminConsole->new("help");
my $namespace = $session{form}{namespace} || "WebGUI";
+ my $i18n = WebGUI::International->new($namespace);
my $help = _get($session{form}{hid},$namespace);
foreach my $row (@{$help->{related}}) {
my $relatedHelp = _get($row->{tag},$row->{namespace});
$ac->addSubmenuItem(_link($row->{tag},$row->{namespace}),WebGUI::International::get($relatedHelp->{title},$row->{namespace}));
}
+ my %vars;
+ $vars{body} = $i18n->get($help->{body});
+ foreach my $row (@{ $help->{fields} }) {
+ push @{ $vars{fields} },
+ { 'title' => $i18n->get($row->{title}),
+ 'description' => $i18n->get($row->{description}), }
+ }
+ my $body = WebGUI::Asset::Template->new("PBtmplHelp000000000001")->process(\%vars);
$ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpIndex'),WebGUI::International::get(95));
return $ac->render(
- WebGUI::Macro::process(WebGUI::International::get($help->{body},$namespace)),
- WebGUI::International::get(93).': '.WebGUI::International::get($help->{title},$namespace)
+ WebGUI::Macro::process($body),
+ WebGUI::International::get(93).': '.$i18n->get($help->{title})
);
}
diff --git a/lib/WebGUI/i18n/English/Asset_Article.pm b/lib/WebGUI/i18n/English/Asset_Article.pm
index ca7bec62f..c5d8f387a 100644
--- a/lib/WebGUI/i18n/English/Asset_Article.pm
+++ b/lib/WebGUI/i18n/English/Asset_Article.pm
@@ -12,27 +12,8 @@ our $I18N = {
NOTE: You can create a multi-paged article by placing the separator macro (^-;) at various places through-out your article. This works unless you are using a Make Page Printable style.
-^International("913","WebGUI");
-Select a template from the list to layout your Wobject. Each Wobject
-may only use templates for their own namespace. For example, Articles
-can only use templates from the "Article" namespace. Layouts can only
-use templates from the "page" namespace.
-
-
^International("1","Asset_Article");
-If you wish to add a link to your article, enter the title of the link in this field.
-
-Example: Google
-
-
^International("8","Asset_Article");
-If you added a link title, now add the URL (uniform resource locater) here.
-
-Example: http://www.google.com
-
-
^International("10","Asset_Article");
-If you're publishing HTML there's generally no need to check this option, but if you aren't using HTML and you want a carriage return every place you hit your "Enter" key, then check this option.
-
|,
- lastUpdated => 1112732053,
+ lastUpdated => 1119066571,
},
'7' => {
@@ -40,6 +21,14 @@ If you're publishing HTML there's generally no need to check this option, but if
lastUpdated => 1031514049
},
+ 'link title description' => {
+ message => q|If you wish to add a link to your article, enter the title of the link in this field.
+
+Example: Google|,
+ lastUpdated => 1119066359
+ },
+
+
'1' => {
message => q|Article|,
lastUpdated => 1031514049
@@ -50,6 +39,15 @@ If you're publishing HTML there's generally no need to check this option, but if
lastUpdated => 1038794871
},
+ 'article template description' => {
+ message => q|Select a template from the list to layout your Wobject. Each Wobject
+may only use templates for their own namespace. For example, Articles
+can only use templates from the "Article" namespace. Layouts can only
+use templates from the "page" namespace.|,
+ lastUpdated => 1119066250
+ },
+
+
'28' => {
message => q|View Responses|,
lastUpdated => 1031514049
@@ -70,6 +68,14 @@ If you're publishing HTML there's generally no need to check this option, but if
lastUpdated => 1031514049
},
+ 'link url description' => {
+ message => q|If you added a link title, now add the URL (uniform resource locater) here.
+
+Example: http://www.google.com|,
+ lastUpdated => 1119066412
+ },
+
+
'73' => {
message => q|The following template variables are available for article templates.
@@ -196,6 +202,13 @@ The URL to view the replies to this article.
lastUpdated => 1031514049
},
+ 'carriage return description' => {
+ message => q|
+If you're publishing HTML there's generally no need to check this option, but if you aren't using HTML and you want a carriage return every place you hit your "Enter" key, then check this option.|,
+ lastUpdated => 1119066524
+ },
+
+
};
1;