diff --git a/lib/WebGUI/Asset/Event.pm b/lib/WebGUI/Asset/Event.pm index b5ce466c6..f05ba9f43 100644 --- a/lib/WebGUI/Asset/Event.pm +++ b/lib/WebGUI/Asset/Event.pm @@ -33,7 +33,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get(511,"Asset_Event"), + assetName=>WebGUI::International::get('assetName',"Asset_Event"), icon=>'calendar.gif', tableName=>'EventsCalendar_event', className=>'WebGUI::Asset::Event', diff --git a/lib/WebGUI/Asset/File.pm b/lib/WebGUI/Asset/File.pm index 913b9384e..dc36146c0 100644 --- a/lib/WebGUI/Asset/File.pm +++ b/lib/WebGUI/Asset/File.pm @@ -79,7 +79,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get('file',"Asset_File"), + assetName=>WebGUI::International::get('assetName',"Asset_File"), tableName=>'FileAsset', className=>'WebGUI::Asset::File', properties=>{ diff --git a/lib/WebGUI/Asset/File/Image.pm b/lib/WebGUI/Asset/File/Image.pm index d3cebeb20..265b91a1e 100644 --- a/lib/WebGUI/Asset/File/Image.pm +++ b/lib/WebGUI/Asset/File/Image.pm @@ -64,7 +64,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get('image',"Asset_Image"), + assetName=>WebGUI::International::get('assetName',"Asset_Image"), tableName=>'ImageAsset', className=>'WebGUI::Asset::File::Image', properties=>{ diff --git a/lib/WebGUI/Asset/FilePile.pm b/lib/WebGUI/Asset/FilePile.pm index f13d7f50e..f36a30408 100644 --- a/lib/WebGUI/Asset/FilePile.pm +++ b/lib/WebGUI/Asset/FilePile.pm @@ -205,7 +205,7 @@ Returns the displayable name of this asset. =cut sub getName { - return WebGUI::International::get('file pile',"Asset_FilePile"); + return WebGUI::International::get('assetName',"Asset_FilePile"); } diff --git a/lib/WebGUI/Asset/Post.pm b/lib/WebGUI/Asset/Post.pm index 04d1ad71d..b2cd3f511 100644 --- a/lib/WebGUI/Asset/Post.pm +++ b/lib/WebGUI/Asset/Post.pm @@ -111,7 +111,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get('post',"Asset_Post"), + assetName=>WebGUI::International::get('assetName',"Asset_Post"), icon=>'post.gif', tableName=>'Post', className=>'WebGUI::Asset::Post', diff --git a/lib/WebGUI/Asset/Post/Thread.pm b/lib/WebGUI/Asset/Post/Thread.pm index 8c9eb7350..2085c7e07 100644 --- a/lib/WebGUI/Asset/Post/Thread.pm +++ b/lib/WebGUI/Asset/Post/Thread.pm @@ -72,7 +72,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get('thread',"Asset_Thread"), + assetName=>WebGUI::International::get('assetName',"Asset_Thread"), icon=>'thread.gif', tableName=>'Thread', className=>'WebGUI::Asset::Post::Thread', diff --git a/lib/WebGUI/Asset/Redirect.pm b/lib/WebGUI/Asset/Redirect.pm index 550002e92..000d45d92 100644 --- a/lib/WebGUI/Asset/Redirect.pm +++ b/lib/WebGUI/Asset/Redirect.pm @@ -60,7 +60,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get('redirect',"Asset_Redirect"), + assetName=>WebGUI::International::get('assetName',"Asset_Redirect"), uiLevel => 9, icon=>'redirect.gif', tableName=>'redirect', diff --git a/lib/WebGUI/Asset/RichEdit.pm b/lib/WebGUI/Asset/RichEdit.pm index 45b339516..519c62b4d 100644 --- a/lib/WebGUI/Asset/RichEdit.pm +++ b/lib/WebGUI/Asset/RichEdit.pm @@ -62,7 +62,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>'Rich Editor', + assetName=>WebGUI::International::get('assetName','Asset_RichEdit'), icon=>'richEdit.gif', uiLevel => 5, tableName=>'RichEdit', diff --git a/lib/WebGUI/Asset/Shortcut.pm b/lib/WebGUI/Asset/Shortcut.pm index c0ef22cdc..186650eb2 100644 --- a/lib/WebGUI/Asset/Shortcut.pm +++ b/lib/WebGUI/Asset/Shortcut.pm @@ -25,7 +25,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get(3,"Asset_Shortcut"), + assetName=>WebGUI::International::get('assetName',"Asset_Shortcut"), icon=>'shortcut.gif', tableName=>'Shortcut', className=>'WebGUI::Asset::Shortcut', diff --git a/lib/WebGUI/Asset/Snippet.pm b/lib/WebGUI/Asset/Snippet.pm index a55bce54a..1ae3c3d83 100644 --- a/lib/WebGUI/Asset/Snippet.pm +++ b/lib/WebGUI/Asset/Snippet.pm @@ -61,7 +61,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get('snippet',"Asset_Snippet"), + assetName=>WebGUI::International::get('assetName',"Asset_Snippet"), uiLevel => 5, icon=>'snippet.gif', tableName=>'snippet', @@ -104,7 +104,7 @@ sub getEditForm { } $tabform->getTab("properties")->codearea( -name=>"snippet", - -label=>WebGUI::International::get('snippet', 'Asset_Snippet'), + -label=>WebGUI::International::get('assetName', 'Asset_Snippet'), -hoverHelp=>WebGUI::International::get('snippet description', 'Asset_Snippet'), -value=>$self->getValue("snippet") ); diff --git a/lib/WebGUI/Asset/Template.pm b/lib/WebGUI/Asset/Template.pm index 1c1355312..35af1da89 100644 --- a/lib/WebGUI/Asset/Template.pm +++ b/lib/WebGUI/Asset/Template.pm @@ -99,7 +99,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get('template',"Asset_Template"), + assetName=>WebGUI::International::get('assetName',"Asset_Template"), icon=>'template.gif', tableName=>'template', className=>'WebGUI::Asset::Template', @@ -171,7 +171,7 @@ sub getEditForm { ); $tabform->getTab("properties")->codearea( -name=>"template", - -label=>WebGUI::International::get('template', 'Asset_Template'), + -label=>WebGUI::International::get('assetName', 'Asset_Template'), -hoverHelp=>WebGUI::International::get('template description', 'Asset_Template'), -value=>$self->getValue("template") ); diff --git a/lib/WebGUI/Asset/Wobject/Article.pm b/lib/WebGUI/Asset/Wobject/Article.pm index eaa42c6c6..4e0dd7325 100644 --- a/lib/WebGUI/Asset/Wobject/Article.pm +++ b/lib/WebGUI/Asset/Wobject/Article.pm @@ -64,7 +64,7 @@ sub definition { } ); push(@{$definition}, { - assetName=>WebGUI::International::get(1,"Asset_Article"), + assetName=>WebGUI::International::get('assetName',"Asset_Article"), icon=>'article.gif', autoGenerateForms=>1, tableName=>'Article', diff --git a/lib/WebGUI/Asset/Wobject/Collaboration.pm b/lib/WebGUI/Asset/Wobject/Collaboration.pm index 581383591..f42273376 100644 --- a/lib/WebGUI/Asset/Wobject/Collaboration.pm +++ b/lib/WebGUI/Asset/Wobject/Collaboration.pm @@ -258,7 +258,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get('collaboration system',"Asset_Collaboration"), + assetName=>WebGUI::International::get('assetName',"Asset_Collaboration"), icon=>'collaboration.gif', tableName=>'Collaboration', className=>'WebGUI::Asset::Wobject::Collaboration', diff --git a/lib/WebGUI/Asset/Wobject/DataForm.pm b/lib/WebGUI/Asset/Wobject/DataForm.pm index 9984f41e5..5a05f54a0 100644 --- a/lib/WebGUI/Asset/Wobject/DataForm.pm +++ b/lib/WebGUI/Asset/Wobject/DataForm.pm @@ -135,7 +135,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get(1,"Asset_DataForm"), + assetName=>WebGUI::International::get('assetName',"Asset_DataForm"), uiLevel => 5, tableName=>'DataForm', icon=>'dataForm.gif', diff --git a/lib/WebGUI/Asset/Wobject/EventsCalendar.pm b/lib/WebGUI/Asset/Wobject/EventsCalendar.pm index 40dd03320..588eeb6ab 100644 --- a/lib/WebGUI/Asset/Wobject/EventsCalendar.pm +++ b/lib/WebGUI/Asset/Wobject/EventsCalendar.pm @@ -44,7 +44,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get(2,"Asset_EventsCalendar"), + assetName=>WebGUI::International::get('assetName',"Asset_EventsCalendar"), uiLevel => 9, icon=>'calendar.gif', tableName=>'EventsCalendar', diff --git a/lib/WebGUI/Asset/Wobject/Folder.pm b/lib/WebGUI/Asset/Wobject/Folder.pm index 5536cdb40..b5f1c085d 100644 --- a/lib/WebGUI/Asset/Wobject/Folder.pm +++ b/lib/WebGUI/Asset/Wobject/Folder.pm @@ -59,7 +59,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get("folder","Asset_Folder"), + assetName=>WebGUI::International::get("assetName","Asset_Folder"), uiLevel => 5, icon=>'folder.gif', tableName=>'Folder', diff --git a/lib/WebGUI/Asset/Wobject/HttpProxy.pm b/lib/WebGUI/Asset/Wobject/HttpProxy.pm index 5e9a3f5dd..d7fc24ab3 100644 --- a/lib/WebGUI/Asset/Wobject/HttpProxy.pm +++ b/lib/WebGUI/Asset/Wobject/HttpProxy.pm @@ -33,7 +33,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get(3,"Asset_HttpProxy"), + assetName=>WebGUI::International::get('assetName',"Asset_HttpProxy"), uiLevel => 5, icon=>'httpProxy.gif', tableName=>'HttpProxy', diff --git a/lib/WebGUI/Asset/Wobject/Layout.pm b/lib/WebGUI/Asset/Wobject/Layout.pm index 14dfc3794..001042401 100644 --- a/lib/WebGUI/Asset/Wobject/Layout.pm +++ b/lib/WebGUI/Asset/Wobject/Layout.pm @@ -60,7 +60,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get("layout","Asset_Layout"), + assetName=>WebGUI::International::get("assetName","Asset_Layout"), icon=>'layout.gif', tableName=>'Layout', className=>'WebGUI::Asset::Wobject::Layout', diff --git a/lib/WebGUI/Asset/Wobject/MessageBoard.pm b/lib/WebGUI/Asset/Wobject/MessageBoard.pm index bfcecf9ba..8e7a3bdb9 100644 --- a/lib/WebGUI/Asset/Wobject/MessageBoard.pm +++ b/lib/WebGUI/Asset/Wobject/MessageBoard.pm @@ -39,7 +39,7 @@ sub definition { } ); push(@{$definition}, { - assetName=>WebGUI::International::get(2,"Asset_MessageBoard"), + assetName=>WebGUI::International::get(assetName,"Asset_MessageBoard"), icon=>'messageBoard.gif', tableName=>'MessageBoard', className=>'WebGUI::Asset::Wobject::MessageBoard', diff --git a/lib/WebGUI/Asset/Wobject/Navigation.pm b/lib/WebGUI/Asset/Wobject/Navigation.pm index a1c4b6eec..e22cd5c1d 100644 --- a/lib/WebGUI/Asset/Wobject/Navigation.pm +++ b/lib/WebGUI/Asset/Wobject/Navigation.pm @@ -32,7 +32,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get("navigation","Asset_Navigation"), + assetName=>WebGUI::International::get("assetName","Asset_Navigation"), icon=>'navigation.gif', tableName=>'Navigation', className=>'WebGUI::Asset::Wobject::Navigation', diff --git a/lib/WebGUI/Asset/Wobject/Poll.pm b/lib/WebGUI/Asset/Wobject/Poll.pm index 5f4d719d4..ee2ae6094 100644 --- a/lib/WebGUI/Asset/Wobject/Poll.pm +++ b/lib/WebGUI/Asset/Wobject/Poll.pm @@ -38,7 +38,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get(1,"Asset_Poll"), + assetName=>WebGUI::International::get('assetName',"Asset_Poll"), tableName=>'Poll', icon=>'poll.gif', className=>'WebGUI::Asset::Wobject::Poll', diff --git a/lib/WebGUI/Asset/Wobject/Product.pm b/lib/WebGUI/Asset/Wobject/Product.pm index 7e04cc894..42f2c0998 100644 --- a/lib/WebGUI/Asset/Wobject/Product.pm +++ b/lib/WebGUI/Asset/Wobject/Product.pm @@ -93,7 +93,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get(1,"Asset_Product"), + assetName=>WebGUI::International::get('assetName',"Asset_Product"), icon=>'product.gif', tableName=>'Product', className=>'WebGUI::Asset::Wobject::Product', diff --git a/lib/WebGUI/Asset/Wobject/SQLReport.pm b/lib/WebGUI/Asset/Wobject/SQLReport.pm index ebd68dead..4777db6ce 100644 --- a/lib/WebGUI/Asset/Wobject/SQLReport.pm +++ b/lib/WebGUI/Asset/Wobject/SQLReport.pm @@ -32,7 +32,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get(1,"Asset_SQLReport"), + assetName=>WebGUI::International::get('assetName',"Asset_SQLReport"), uiLevel => 9, icon=>'sqlReport.gif', tableName=>'SQLReport', diff --git a/lib/WebGUI/Asset/Wobject/Survey.pm b/lib/WebGUI/Asset/Wobject/Survey.pm index 09af37d82..dae0d1a04 100644 --- a/lib/WebGUI/Asset/Wobject/Survey.pm +++ b/lib/WebGUI/Asset/Wobject/Survey.pm @@ -64,7 +64,7 @@ sub definition { my $class = shift; my $definition = shift; push(@{$definition}, { - assetName=>WebGUI::International::get(1,'Asset_Survey'), + assetName=>WebGUI::International::get('assetName','Asset_Survey'), uiLevel => 5, icon=>'survey.gif', tableName => 'Survey', diff --git a/lib/WebGUI/Asset/Wobject/SyndicatedContent.pm b/lib/WebGUI/Asset/Wobject/SyndicatedContent.pm index db6094f05..816288b4d 100644 --- a/lib/WebGUI/Asset/Wobject/SyndicatedContent.pm +++ b/lib/WebGUI/Asset/Wobject/SyndicatedContent.pm @@ -119,7 +119,7 @@ sub definition { } ); push(@{$definition}, { - assetName=>WebGUI::International::get(2,'Asset_SyndicatedContent'), + assetName=>WebGUI::International::get('assetName','Asset_SyndicatedContent'), uiLevel=>6, autoGenerateForms=>1, icon=>'syndicatedContent.gif', diff --git a/lib/WebGUI/Asset/Wobject/WSClient.pm b/lib/WebGUI/Asset/Wobject/WSClient.pm index ed62ec61e..f85a225fb 100644 --- a/lib/WebGUI/Asset/Wobject/WSClient.pm +++ b/lib/WebGUI/Asset/Wobject/WSClient.pm @@ -67,7 +67,7 @@ my $httpHeaderFieldType; $httpHeaderFieldType = 'hidden'; } push(@{$definition}, { - assetName=>WebGUI::International::get(1, "Asset_WSClient"), + assetName=>WebGUI::International::get('assetName', "Asset_WSClient"), uiLevel=>9, icon=>'web_services.gif', tableName=>'WSClient', diff --git a/lib/WebGUI/Help/Asset_Snippet.pm b/lib/WebGUI/Help/Asset_Snippet.pm index f463689d9..088f98548 100644 --- a/lib/WebGUI/Help/Asset_Snippet.pm +++ b/lib/WebGUI/Help/Asset_Snippet.pm @@ -7,7 +7,7 @@ our $HELP = { body => 'snippet add/edit body', fields => [ { - title => 'snippet', + title => 'assetName', description => 'snippet description', namespace => 'Asset_Snippet', }, diff --git a/lib/WebGUI/Help/Asset_Template.pm b/lib/WebGUI/Help/Asset_Template.pm index 84afd515c..94eb85138 100644 --- a/lib/WebGUI/Help/Asset_Template.pm +++ b/lib/WebGUI/Help/Asset_Template.pm @@ -37,7 +37,7 @@ our $HELP = { namespace => 'Asset_Template', }, { - title => 'template', + title => 'assetName', description => 'template description', namespace => 'Asset_Template', }, diff --git a/lib/WebGUI/Operation.pm b/lib/WebGUI/Operation.pm index cf8fdfcab..f51fe27b6 100644 --- a/lib/WebGUI/Operation.pm +++ b/lib/WebGUI/Operation.pm @@ -116,6 +116,8 @@ sub getOperations { 'addUsersToGroupSave' => 'WebGUI::Operation::Group', 'viewHelp' => 'WebGUI::Operation::Help', 'viewHelpIndex' => 'WebGUI::Operation::Help', + 'viewHelpTOC' => 'WebGUI::Operation::Help', + 'viewHelpChapter' => 'WebGUI::Operation::Help', 'viewMessageLog' => 'WebGUI::Operation::MessageLog', 'viewMessageLogMessage' => 'WebGUI::Operation::MessageLog', 'editProfile' => 'WebGUI::Operation::Profile', diff --git a/lib/WebGUI/Operation/Help.pm b/lib/WebGUI/Operation/Help.pm index 48229578b..b5857e3a3 100644 --- a/lib/WebGUI/Operation/Help.pm +++ b/lib/WebGUI/Operation/Help.pm @@ -20,17 +20,33 @@ use WebGUI::Session; use WebGUI::URL; use WebGUI::Utility; +#------------------------------------------------------------------- +sub _load { + my $namespace = shift; + $namespace =~ s/[^\w\d\s]//g; + my $cmd = "WebGUI::Help::".$namespace; + my $load = sprintf 'use %-s; $%-s::HELP;', $cmd, $cmd; + my $hash = eval($load); + unless ($@) { + return $hash + } + else { + WebGUI::ErrorHandler::error("Help failed to compile: $namespace. ".$@); + return {}; + } +} + #------------------------------------------------------------------- sub _get { my $id = shift; my $namespace = shift; - $namespace =~ s/[^\w\d\s]//g; - $id =~ s/[^\w\d\s\/]//g; - my $cmd = "WebGUI::Help::".$namespace; - my $load = "use ".$cmd; - eval($load); - $cmd = "\$".$cmd."::HELP->{'".$id."'}"; - return eval($cmd); + my $help = _load($namespace); + if (keys %{ $help } ) { + return $help->{$id}; + } + else { + return "Unable to load help for $namespace -> $id\n"; + } } #------------------------------------------------------------------- @@ -38,6 +54,29 @@ sub _link { return WebGUI::URL::page('op=viewHelp;hid='.WebGUI::URL::escape($_[0]).';namespace='.$_[1]); } +#------------------------------------------------------------------- +sub _linkTOC { + return WebGUI::URL::page('op=viewHelpChapter;namespace='.$_[0]); +} + +#------------------------------------------------------------------- +sub _getHelpName { + my $file = shift; + my $helpName; + WebGUI::ErrorHandler::warn("file=$file"); + if ($file =~ /^Asset_/) { + $helpName = WebGUI::International::get('assetName',$file); + } + elsif ($file =~ /^Macro_/) { + $helpName = WebGUI::International::get('macroName',$file); + } + else { + $helpName = WebGUI::International::get('topicName',$file); + } + WebGUI::ErrorHandler::warn("helpName=$helpName"); + return $helpName; +} + #------------------------------------------------------------------- sub www_viewHelp { return WebGUI::Privilege::insufficient() unless (WebGUI::Grouping::isInGroup(7)); @@ -58,6 +97,7 @@ sub www_viewHelp { } my $body = WebGUI::Asset::Template->new("PBtmplHelp000000000001")->process(\%vars); $ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpIndex'),WebGUI::International::get(95)); + $ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpTOC'),WebGUI::International::get('help contents')); return $ac->render( WebGUI::Macro::process($body), WebGUI::International::get(93).': '.$i18n->get($help->{title}) @@ -76,20 +116,12 @@ sub www_viewHelpIndex { foreach my $file (@files) { if ($file =~ /(.*?)\.pm$/) { my $namespace = $1; - my $cmd = "WebGUI::Help::".$namespace; - my $load = "use ".$cmd; - eval($load); - unless ($@) { - $cmd = "\$".$cmd."::HELP"; - my $help = eval($cmd); - foreach my $key (keys %{$help}) { - push @helpIndex, [$namespace, $key, - WebGUI::International::get($help->{$key}{title},$namespace)]; - $i++; - } - } else { - WebGUI::ErrorHandler::error("Help failed to compile: $namespace. ".$@); - } + my $help = _load($namespace); + foreach my $key (keys %{$help}) { + push @helpIndex, [$namespace, $key, + WebGUI::International::get($help->{$key}{title},$namespace)]; + $i++; + } } } my $output = '
'; @@ -105,7 +137,57 @@ sub www_viewHelpIndex { } } $output .= '
'; - return WebGUI::AdminConsole->new("help")->render($output); + my $ac = WebGUI::AdminConsole->new("help"); + $ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpTOC'),WebGUI::International::get('help contents')); + return $ac->render($output, join ': ',WebGUI::International::get(93), WebGUI::International::get('help index')); +} + +#------------------------------------------------------------------- +sub www_viewHelpTOC { + return WebGUI::Privilege::insufficient() unless (WebGUI::Grouping::isInGroup(7)); + my @helpIndex; + my $i; + my $dir = $session{config}{webguiRoot}.$session{os}{slash}."lib".$session{os}{slash}."WebGUI".$session{os}{slash}."Help"; + opendir (DIR,$dir) or WebGUI::ErrorHandler::fatal("Can't open Help directory!"); + my @files = grep { /\.pm$/} readdir(DIR); + closedir(DIR); + my $third = round(@files/3 + 0.50); + my @entries; + foreach my $file (@files) { + $file =~ s/\.pm$//; + push @entries, [_getHelpName($file), $file]; + } + $i = 0; + my $output = '
'; + @entries = sort { $a->[0] cmp $b->[0] } @entries; + foreach my $helpEntry (@entries) { + my ($helpName, $helpFile) = @{ $helpEntry }; + $output .= '

'.$helpName."

\n"; + $i++; + if ($i % $third == 0) { + $output .= '
'; + } + } + $output .= '
'; + my $ac = WebGUI::AdminConsole->new("help"); + $ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpIndex'),WebGUI::International::get(95)); + return $ac->render($output, join ': ',WebGUI::International::get(93), WebGUI::International::get('help toc')); +} + +#------------------------------------------------------------------- +sub www_viewHelpChapter { + return WebGUI::Privilege::insufficient() unless (WebGUI::Grouping::isInGroup(7)); + my $namespace = $session{form}{namespace}; + my $help = _load($namespace); + my @entries = sort keys %{ $help }; + my $output = ''; + foreach my $id (@entries) { + $output .= '

'.WebGUI::International::get($help->{$id}{title},$namespace).'

'; + } + my $ac = WebGUI::AdminConsole->new("help"); + $ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpIndex'),WebGUI::International::get(95)); + $ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpTOC'),WebGUI::International::get('help contents')); + return $ac->render($output, join ': ',WebGUI::International::get(93), _getHelpName($namespace)); } 1; diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index fafd39d75..10c57dc71 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -764,6 +764,10 @@ config file must be enabled for this function to be available.

context => q|Help body for Page Export operation| }, + 'topicName' => { + message => q|Assets|, + lastUpdated => 1128920336, + }, }; diff --git a/lib/WebGUI/i18n/English/Asset_Article.pm b/lib/WebGUI/i18n/English/Asset_Article.pm index c5d8f387a..59344048a 100644 --- a/lib/WebGUI/i18n/English/Asset_Article.pm +++ b/lib/WebGUI/i18n/English/Asset_Article.pm @@ -29,9 +29,9 @@ NOTE: You can create a multi-paged article by placing the separator macro (^ }, - '1' => { + 'assetName' => { message => q|Article|, - lastUpdated => 1031514049 + lastUpdated => 1128830974 }, '72' => { diff --git a/lib/WebGUI/i18n/English/Asset_Collaboration.pm b/lib/WebGUI/i18n/English/Asset_Collaboration.pm index edfeeaa48..eb3325063 100644 --- a/lib/WebGUI/i18n/English/Asset_Collaboration.pm +++ b/lib/WebGUI/i18n/English/Asset_Collaboration.pm @@ -2,10 +2,10 @@ package WebGUI::i18n::English::Asset_Collaboration; our $I18N = { - 'collaboration system' => { + 'assetName' => { message => q|Collaboration System|, context => q|label for Asset Manager|, - lastUpdated => 1107391162, + lastUpdated => 1128831039, }, 'preview' => { diff --git a/lib/WebGUI/i18n/English/Asset_DataForm.pm b/lib/WebGUI/i18n/English/Asset_DataForm.pm index 8a562c138..a0ae691f1 100644 --- a/lib/WebGUI/i18n/English/Asset_DataForm.pm +++ b/lib/WebGUI/i18n/English/Asset_DataForm.pm @@ -131,9 +131,9 @@ or to return to the page where the it was created.|, lastUpdated => 1031514049 }, - '1' => { + 'assetName' => { message => q|Data Form|, - lastUpdated => 1052045252 + lastUpdated => 1128831089 }, '88' => { diff --git a/lib/WebGUI/i18n/English/Asset_Event.pm b/lib/WebGUI/i18n/English/Asset_Event.pm index 4163a22be..2f58a7a3b 100644 --- a/lib/WebGUI/i18n/English/Asset_Event.pm +++ b/lib/WebGUI/i18n/English/Asset_Event.pm @@ -213,8 +213,8 @@ The description of this event. 'lastUpdated' => 1031514049, 'message' => 'Don\'t delete anything, I made a mistake.' }, - '511' => { - 'lastUpdated' => 1108397891, + 'assetName' => { + 'lastUpdated' => 1128639297, 'message' => 'Event' }, '702' => { diff --git a/lib/WebGUI/i18n/English/Asset_EventsCalendar.pm b/lib/WebGUI/i18n/English/Asset_EventsCalendar.pm index 20afb20ef..b027d6a8d 100644 --- a/lib/WebGUI/i18n/English/Asset_EventsCalendar.pm +++ b/lib/WebGUI/i18n/English/Asset_EventsCalendar.pm @@ -102,8 +102,8 @@ The title of an individual event. 'lastUpdated' => 1038190379, 'message' => 'Event Template' }, - '2' => { - 'lastUpdated' => 1031514049, + 'assetName' => { + 'lastUpdated' => 1128832357, 'message' => 'Events Calendar' }, '560' => { diff --git a/lib/WebGUI/i18n/English/Asset_File.pm b/lib/WebGUI/i18n/English/Asset_File.pm index 7a76459bd..43c0f636b 100644 --- a/lib/WebGUI/i18n/English/Asset_File.pm +++ b/lib/WebGUI/i18n/English/Asset_File.pm @@ -62,10 +62,10 @@ The type of the file (PDF, etc.) lastUpdated => 1106762088 }, - 'file' => { + 'assetName' => { message => q|File|, context => q|label for Asset Manager, getName|, - lastUpdated => 1121703035, + lastUpdated => 1128640132, }, 'new file description' => { diff --git a/lib/WebGUI/i18n/English/Asset_FilePile.pm b/lib/WebGUI/i18n/English/Asset_FilePile.pm index 7de9e5db8..a9022c2b8 100644 --- a/lib/WebGUI/i18n/English/Asset_FilePile.pm +++ b/lib/WebGUI/i18n/English/Asset_FilePile.pm @@ -72,10 +72,10 @@ have the following properties: lastUpdated => 1107387324, }, - 'file pile' => { + 'assetName' => { message => q|File Pile|, context => q|label for Asset Manager, getName|, - lastUpdated => 1121702938, + lastUpdated => 1128639521, }, 'upload files' => { diff --git a/lib/WebGUI/i18n/English/Asset_Folder.pm b/lib/WebGUI/i18n/English/Asset_Folder.pm index c14cca766..2375b485c 100644 --- a/lib/WebGUI/i18n/English/Asset_Folder.pm +++ b/lib/WebGUI/i18n/English/Asset_Folder.pm @@ -108,7 +108,7 @@ If this Asset is a File, the URL to the actual file for downloading. lastUpdated => 1121790331, }, - 'folder' => { + 'assetName' => { message => q|Folder|, context => q|label for Asset Manager|, lastUpdated => 1121703567, diff --git a/lib/WebGUI/i18n/English/Asset_HttpProxy.pm b/lib/WebGUI/i18n/English/Asset_HttpProxy.pm index cea2d4d7f..63fe482f3 100644 --- a/lib/WebGUI/i18n/English/Asset_HttpProxy.pm +++ b/lib/WebGUI/i18n/English/Asset_HttpProxy.pm @@ -91,9 +91,9 @@ Any text after the Stop At string. lastUpdated => 1119244033, }, - '3' => { + 'assetName' => { message => q|HTTP Proxy|, - lastUpdated => 1031510000 + lastUpdated => 1128831337 }, '9' => { diff --git a/lib/WebGUI/i18n/English/Asset_Image.pm b/lib/WebGUI/i18n/English/Asset_Image.pm index 978215356..5cfea03b7 100644 --- a/lib/WebGUI/i18n/English/Asset_Image.pm +++ b/lib/WebGUI/i18n/English/Asset_Image.pm @@ -16,10 +16,10 @@ as File Assets. Below are the properties that are specific to Image Assets:

lastUpdated => 1119409764, }, - 'image' => { + 'assetName' => { message => q|Image|, context => q|label for Asset Manager, getName|, - lastUpdated => 1121703104, + lastUpdated => 1128639970, }, 'new file description' => { diff --git a/lib/WebGUI/i18n/English/Asset_Layout.pm b/lib/WebGUI/i18n/English/Asset_Layout.pm index 01bc5d648..5ec753707 100644 --- a/lib/WebGUI/i18n/English/Asset_Layout.pm +++ b/lib/WebGUI/i18n/English/Asset_Layout.pm @@ -1,9 +1,9 @@ package WebGUI::i18n::English::Asset_Layout; our $I18N = { - 'layout' => { + 'assetName' => { message => q|Page|, - lastUpdated => 0, + lastUpdated => 1128832065, context=>q|The name of the layout asset.| }, diff --git a/lib/WebGUI/i18n/English/Asset_MessageBoard.pm b/lib/WebGUI/i18n/English/Asset_MessageBoard.pm index 6a3e1fc87..d2b821674 100644 --- a/lib/WebGUI/i18n/English/Asset_MessageBoard.pm +++ b/lib/WebGUI/i18n/English/Asset_MessageBoard.pm @@ -177,9 +177,9 @@ A conditional indicating whether there is more than one forum. lastUpdated => 1066584548 }, - '2' => { + 'assetName' => { message => q|Message Board|, - lastUpdated => 1031514049 + lastUpdated => 1128831826 }, '73' => { diff --git a/lib/WebGUI/i18n/English/Asset_Navigation.pm b/lib/WebGUI/i18n/English/Asset_Navigation.pm index ee1935e2d..76db549c4 100644 --- a/lib/WebGUI/i18n/English/Asset_Navigation.pm +++ b/lib/WebGUI/i18n/English/Asset_Navigation.pm @@ -117,9 +117,9 @@ our $I18N = { lastUpdated => 1077078456 }, - 'navigation' => { + 'assetName' => { message => q|Navigation|, - lastUpdated => 1077078526, + lastUpdated => 1128834268, context => q|Title of the navigation manager in the admin console.| }, diff --git a/lib/WebGUI/i18n/English/Asset_Poll.pm b/lib/WebGUI/i18n/English/Asset_Poll.pm index e1cea8827..88d3afe87 100644 --- a/lib/WebGUI/i18n/English/Asset_Poll.pm +++ b/lib/WebGUI/i18n/English/Asset_Poll.pm @@ -163,9 +163,9 @@ width is 150 pixels.|, lastUpdated => 1031514049 }, - '1' => { + 'assetName' => { message => q|Poll|, - lastUpdated => 1031514049 + lastUpdated => 1128831777 }, '4' => { diff --git a/lib/WebGUI/i18n/English/Asset_Post.pm b/lib/WebGUI/i18n/English/Asset_Post.pm index 322894216..add7d3af9 100644 --- a/lib/WebGUI/i18n/English/Asset_Post.pm +++ b/lib/WebGUI/i18n/English/Asset_Post.pm @@ -441,10 +441,10 @@ user subscribed to. lastUpdated => 1031514049 }, - 'post' => { + 'assetName' => { message => q|Post|, context => q|label for Asset Manager, getName|, - lastUpdated => 1121703104, + lastUpdated => 1128829703, }, 'new file description' => { diff --git a/lib/WebGUI/i18n/English/Asset_Product.pm b/lib/WebGUI/i18n/English/Asset_Product.pm index 61f709edb..a5d851dac 100644 --- a/lib/WebGUI/i18n/English/Asset_Product.pm +++ b/lib/WebGUI/i18n/English/Asset_Product.pm @@ -233,9 +233,9 @@ The WebGUI management controls for this related product. lastUpdated => 1031514049 }, - '1' => { + 'assetName' => { message => q|Product|, - lastUpdated => 1031514049 + lastUpdated => 1128831682 }, '18' => { diff --git a/lib/WebGUI/i18n/English/Asset_Redirect.pm b/lib/WebGUI/i18n/English/Asset_Redirect.pm index b2e6db8c7..77f914761 100644 --- a/lib/WebGUI/i18n/English/Asset_Redirect.pm +++ b/lib/WebGUI/i18n/English/Asset_Redirect.pm @@ -30,10 +30,10 @@ The URL where the user will be redirected. lastUpdated => 1119574089, }, - 'redirect' => { + 'assetName' => { message => q|Redirect|, context => q|label for Asset Manager, getName|, - lastUpdated => 1121703197, + lastUpdated => 1128829970, }, }; diff --git a/lib/WebGUI/i18n/English/Asset_RichEdit.pm b/lib/WebGUI/i18n/English/Asset_RichEdit.pm index f30b158db..7148e89f0 100644 --- a/lib/WebGUI/i18n/English/Asset_RichEdit.pm +++ b/lib/WebGUI/i18n/English/Asset_RichEdit.pm @@ -416,6 +416,11 @@ option is set to Yes, then all whitespace entered into the form will be preserve lastUpdated => 1119584875, }, + 'assetName' => { + message => q|Rich Edit|, + lastUpdated => 1128830747, + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Asset_SQLReport.pm b/lib/WebGUI/i18n/English/Asset_SQLReport.pm index 384a4fcc6..4a33e5673 100644 --- a/lib/WebGUI/i18n/English/Asset_SQLReport.pm +++ b/lib/WebGUI/i18n/English/Asset_SQLReport.pm @@ -99,9 +99,9 @@ A question mark ? in the query represents a placeholder. Note that the ? is not lastUpdated => 1031514049 }, - '1' => { + 'assetName' => { message => q|SQL Report|, - lastUpdated => 1031514049 + lastUpdated => 1128834150 }, '4' => { diff --git a/lib/WebGUI/i18n/English/Asset_Shortcut.pm b/lib/WebGUI/i18n/English/Asset_Shortcut.pm index 387c938be..ed0756369 100644 --- a/lib/WebGUI/i18n/English/Asset_Shortcut.pm +++ b/lib/WebGUI/i18n/English/Asset_Shortcut.pm @@ -138,7 +138,7 @@ A property or value must be quoted if it contains spaces. Feel free to use the c lastUpdated => 1053183804 }, - '3' => { + 'assetName' => { message => q|Shortcut|, lastUpdated => 1031514049 }, diff --git a/lib/WebGUI/i18n/English/Asset_Snippet.pm b/lib/WebGUI/i18n/English/Asset_Snippet.pm index bacd7b5f4..7b9a2efc4 100644 --- a/lib/WebGUI/i18n/English/Asset_Snippet.pm +++ b/lib/WebGUI/i18n/English/Asset_Snippet.pm @@ -2,9 +2,9 @@ package WebGUI::i18n::English::Asset_Snippet; our $I18N = { - 'snippet' => { + 'assetName' => { message => q|Snippet|, - lastUpdated => 1104629663, + lastUpdated => 1128830080, context => 'Default name of all snippets' }, diff --git a/lib/WebGUI/i18n/English/Asset_Survey.pm b/lib/WebGUI/i18n/English/Asset_Survey.pm index 45217a6c4..71e241a32 100644 --- a/lib/WebGUI/i18n/English/Asset_Survey.pm +++ b/lib/WebGUI/i18n/English/Asset_Survey.pm @@ -545,9 +545,9 @@ The default label for survey.url. lastUpdated => 1110068088, }, - '1' => { + 'assetName' => { message => q|Survey|, - lastUpdated => 1033942924 + lastUpdated => 1128832543 }, '88' => { diff --git a/lib/WebGUI/i18n/English/Asset_SyndicatedContent.pm b/lib/WebGUI/i18n/English/Asset_SyndicatedContent.pm index 84f2265d7..36d7b45d4 100644 --- a/lib/WebGUI/i18n/English/Asset_SyndicatedContent.pm +++ b/lib/WebGUI/i18n/English/Asset_SyndicatedContent.pm @@ -5,8 +5,8 @@ our $I18N = { 'lastUpdated' => 1031514049, 'message' => 'URL to RSS File' }, - '2' => { - 'lastUpdated' => 1031514049, + 'assetName' => { + 'lastUpdated' => 1128832427, 'message' => 'Syndicated Content' }, '3' => { diff --git a/lib/WebGUI/i18n/English/Asset_Template.pm b/lib/WebGUI/i18n/English/Asset_Template.pm index c8aebb5ae..9487aa1f9 100644 --- a/lib/WebGUI/i18n/English/Asset_Template.pm +++ b/lib/WebGUI/i18n/English/Asset_Template.pm @@ -13,10 +13,10 @@ our $I18N = { lastUpdated => 1107391135, }, - 'template' => { + 'assetName' => { message => q|Template|, context => q|label for Template Add/Edit Form|, - lastUpdated => 1107391162, + lastUpdated => 1128830570, }, 'edit template' => { diff --git a/lib/WebGUI/i18n/English/Asset_Thread.pm b/lib/WebGUI/i18n/English/Asset_Thread.pm index 98239eba3..857c757fc 100644 --- a/lib/WebGUI/i18n/English/Asset_Thread.pm +++ b/lib/WebGUI/i18n/English/Asset_Thread.pm @@ -166,10 +166,10 @@ The description of the collaboration system that this post is a part of. lastUpdated => 1111768115, }, - 'thread' => { + 'assetName' => { message => q|Thread|, context => q|label for Asset Manager, getName|, - lastUpdated => 1121703197, + lastUpdated => 1128829674, }, 'new file description' => { diff --git a/lib/WebGUI/i18n/English/Asset_WSClient.pm b/lib/WebGUI/i18n/English/Asset_WSClient.pm index 4d3b3c19a..3bd49996c 100644 --- a/lib/WebGUI/i18n/English/Asset_WSClient.pm +++ b/lib/WebGUI/i18n/English/Asset_WSClient.pm @@ -120,9 +120,9 @@ property allows you to override the default MIME type for this page.|, lastUpdated => 1055348597 }, - '1' => { + 'assetName' => { message => q|Web Services Client|, - lastUpdated => 1033575504 + lastUpdated => 1128834404 }, '72' => { diff --git a/lib/WebGUI/i18n/English/AuthLDAP.pm b/lib/WebGUI/i18n/English/AuthLDAP.pm index b22654959..20867d696 100644 --- a/lib/WebGUI/i18n/English/AuthLDAP.pm +++ b/lib/WebGUI/i18n/English/AuthLDAP.pm @@ -692,7 +692,12 @@ Usually the RDN looks something like:

message => q|LDAP Connections|, lastUpdated =>1092930637, context => q|Title of the ldap connection manager for the admin console.| - }, + }, + + 'topicName' => { + message => q|LDAP Authentication|, + lastUpdated => 1128919880 + }, }; diff --git a/lib/WebGUI/i18n/English/AuthWebGUI.pm b/lib/WebGUI/i18n/English/AuthWebGUI.pm index 98397f041..7d8cc613a 100644 --- a/lib/WebGUI/i18n/English/AuthWebGUI.pm +++ b/lib/WebGUI/i18n/English/AuthWebGUI.pm @@ -236,6 +236,11 @@ our $I18N = { lastUpdated => 1071507752 }, + 'topicName' => { + message => q|WebGUI Authentication|, + lastUpdated => 1128919828, + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Commerce.pm b/lib/WebGUI/i18n/English/Commerce.pm index b07381989..499cd9eb9 100755 --- a/lib/WebGUI/i18n/English/Commerce.pm +++ b/lib/WebGUI/i18n/English/Commerce.pm @@ -493,6 +493,10 @@ A radio button tied to this plugin.
lastUpdated => 0, context => q|The label for the view shopping cart link in the confirm checkout screen.| }, + 'topicName' => { + message => q|Commerce|, + lastUpdated => 1128920490, + }, }; diff --git a/lib/WebGUI/i18n/English/Macro_AOIHits.pm b/lib/WebGUI/i18n/English/Macro_AOIHits.pm index 8dafc9ff0..d8d8e7689 100644 --- a/lib/WebGUI/i18n/English/Macro_AOIHits.pm +++ b/lib/WebGUI/i18n/English/Macro_AOIHits.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_AOIHits; our $I18N = { + 'macroName' => { + message => q|AOI Hits|, + lastUpdated => 1128837648, + }, + 'aoi hits title' => { message => q|AOI Hits Macro|, lastUpdated => 1112466408, diff --git a/lib/WebGUI/i18n/English/Macro_AOIRank.pm b/lib/WebGUI/i18n/English/Macro_AOIRank.pm index e5ac48583..4928ee5a6 100644 --- a/lib/WebGUI/i18n/English/Macro_AOIRank.pm +++ b/lib/WebGUI/i18n/English/Macro_AOIRank.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_AOIRank; our $I18N = { + 'macroName' => { + message => q|AOI Rank|, + lastUpdated => 1128837912, + }, + 'aoi rank title' => { message => q|AOI Rank Macro|, lastUpdated => 1112466408, diff --git a/lib/WebGUI/i18n/English/Macro_AdminBar.pm b/lib/WebGUI/i18n/English/Macro_AdminBar.pm index 4c696fb04..711756f99 100644 --- a/lib/WebGUI/i18n/English/Macro_AdminBar.pm +++ b/lib/WebGUI/i18n/English/Macro_AdminBar.pm @@ -122,6 +122,11 @@ The URL for executing this admin function. lastUpdated => 1031514049 }, + 'macroName' => { + message => q|AdminBar|, + lastUpdated => 1128837324 + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Macro_AdminText.pm b/lib/WebGUI/i18n/English/Macro_AdminText.pm index 38a4fe5a9..4869415a8 100644 --- a/lib/WebGUI/i18n/English/Macro_AdminText.pm +++ b/lib/WebGUI/i18n/English/Macro_AdminText.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_AdminText; our $I18N = { + 'macroName' => { + message => q|Admin Text|, + lastUpdated => 1128837612, + }, + 'admin text title' => { message => q|Admin Text Macro|, lastUpdated => 1112466408, diff --git a/lib/WebGUI/i18n/English/Macro_AdminToggle.pm b/lib/WebGUI/i18n/English/Macro_AdminToggle.pm index 90d0fe43a..37cf08bf2 100644 --- a/lib/WebGUI/i18n/English/Macro_AdminToggle.pm +++ b/lib/WebGUI/i18n/English/Macro_AdminToggle.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_AdminToggle; our $I18N = { + 'macroName' => { + message => q|Admin Toggle|, + lastUpdated => 1128837629, + }, + 'admin toggle title' => { message => q|Admin Toggle Macro|, lastUpdated => 1112466408, diff --git a/lib/WebGUI/i18n/English/Macro_AssetProxy.pm b/lib/WebGUI/i18n/English/Macro_AssetProxy.pm index e95a3a627..4cbdfdaae 100644 --- a/lib/WebGUI/i18n/English/Macro_AssetProxy.pm +++ b/lib/WebGUI/i18n/English/Macro_AssetProxy.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_AssetProxy; our $I18N = { + 'macroName' => { + message => q|Asset Proxy|, + lastUpdated => 1128837929, + }, + 'asset proxy title' => { message => q|Asset Proxy Macro|, lastUpdated => 1112315917, diff --git a/lib/WebGUI/i18n/English/Macro_At_username.pm b/lib/WebGUI/i18n/English/Macro_At_username.pm index 369ae9c85..6e7aef22a 100644 --- a/lib/WebGUI/i18n/English/Macro_At_username.pm +++ b/lib/WebGUI/i18n/English/Macro_At_username.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_At_username; our $I18N = { + 'macroName' => { + message => q|User Name|, + lastUpdated => 1128837946, + }, + 'username title' => { message => q|User Name Macro|, lastUpdated => 1112466408, diff --git a/lib/WebGUI/i18n/English/Macro_CanEditText.pm b/lib/WebGUI/i18n/English/Macro_CanEditText.pm index ba6d05d83..337e2a0c9 100644 --- a/lib/WebGUI/i18n/English/Macro_CanEditText.pm +++ b/lib/WebGUI/i18n/English/Macro_CanEditText.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_CanEditText; our $I18N = { + 'macroName' => { + message => q|Can Edit Text|, + lastUpdated => 1128837964, + }, + 'can edit text title' => { message => q|Can Edit Text Macro|, lastUpdated => 1112466408, diff --git a/lib/WebGUI/i18n/English/Macro_D_date.pm b/lib/WebGUI/i18n/English/Macro_D_date.pm index d41067e2d..8bfdee17f 100644 --- a/lib/WebGUI/i18n/English/Macro_D_date.pm +++ b/lib/WebGUI/i18n/English/Macro_D_date.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_D_date; our $I18N = { + 'macroName' => { + message => q|Date|, + lastUpdated => 1128837997, + }, + 'date title' => { message => q|Date Macro|, lastUpdated => 1112466408, diff --git a/lib/WebGUI/i18n/English/Macro_EditableToggle.pm b/lib/WebGUI/i18n/English/Macro_EditableToggle.pm index dbd89e16e..dc525496c 100644 --- a/lib/WebGUI/i18n/English/Macro_EditableToggle.pm +++ b/lib/WebGUI/i18n/English/Macro_EditableToggle.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_EditableToggle; our $I18N = { + 'macroName' => { + message => q|Editable Toggle|, + lastUpdated => 1128838139, + }, + 'editable toggle title' => { message => q|Editable Toggle Macro|, lastUpdated => 1112466408, diff --git a/lib/WebGUI/i18n/English/Macro_Env.pm b/lib/WebGUI/i18n/English/Macro_Env.pm index 29406c6dc..c6e44d081 100644 --- a/lib/WebGUI/i18n/English/Macro_Env.pm +++ b/lib/WebGUI/i18n/English/Macro_Env.pm @@ -2,9 +2,9 @@ package WebGUI::i18n::English::Macro_Env; our $I18N = { - 'env title' => { - message => q|Environment Variable Macro|, - lastUpdated => 1112466408, + 'macroName' => { + message => q|Environment Variable|, + lastUpdated => 1128838196, }, 'env body' => { diff --git a/lib/WebGUI/i18n/English/Macro_Execute.pm b/lib/WebGUI/i18n/English/Macro_Execute.pm index 8c889f24c..67add315e 100644 --- a/lib/WebGUI/i18n/English/Macro_Execute.pm +++ b/lib/WebGUI/i18n/English/Macro_Execute.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_Execute; our $I18N = { + 'macroName' => { + message => q|Execute|, + lastUpdated => 1128838230, + }, + 'execute title' => { message => q|Execute Macro|, lastUpdated => 1112466408, diff --git a/lib/WebGUI/i18n/English/Macro_Extras.pm b/lib/WebGUI/i18n/English/Macro_Extras.pm index 5e12cdf9c..255ce526b 100644 --- a/lib/WebGUI/i18n/English/Macro_Extras.pm +++ b/lib/WebGUI/i18n/English/Macro_Extras.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_Extras; our $I18N = { + 'macroName' => { + message => q|Extras|, + lastUpdated => 1128838281, + }, + 'extras title' => { message => q|Extras Macro|, lastUpdated => 1112466752, diff --git a/lib/WebGUI/i18n/English/Macro_FileUrl.pm b/lib/WebGUI/i18n/English/Macro_FileUrl.pm index f0edf2d24..8c789cc4b 100644 --- a/lib/WebGUI/i18n/English/Macro_FileUrl.pm +++ b/lib/WebGUI/i18n/English/Macro_FileUrl.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_FileUrl; our $I18N = { + 'macroName' => { + message => q|File Url|, + lastUpdated => 1128838332, + }, + 'file url title' => { message => q|File Url Macro|, lastUpdated => 1112315917, diff --git a/lib/WebGUI/i18n/English/Macro_FormParam.pm b/lib/WebGUI/i18n/English/Macro_FormParam.pm index 5e999ade0..2bee37c11 100644 --- a/lib/WebGUI/i18n/English/Macro_FormParam.pm +++ b/lib/WebGUI/i18n/English/Macro_FormParam.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_FormParam; our $I18N = { + 'macroName' => { + message => q|Form Parameter|, + lastUpdated => 1128838349, + }, + 'form param title' => { message => q|Form Parameter Macro|, lastUpdated => 1112466408, diff --git a/lib/WebGUI/i18n/English/Macro_GroupAdd.pm b/lib/WebGUI/i18n/English/Macro_GroupAdd.pm index 8a7d8ff98..27b9d2120 100644 --- a/lib/WebGUI/i18n/English/Macro_GroupAdd.pm +++ b/lib/WebGUI/i18n/English/Macro_GroupAdd.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_GroupAdd; our $I18N = { - 'group add title' => { - message => q|Group Add Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Group Add|, + lastUpdated => 1128838422, + }, + + 'group add title' => { + message => q|Group Add Macro|, + lastUpdated => 1112466408, + }, 'group add body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_GroupDelete.pm b/lib/WebGUI/i18n/English/Macro_GroupDelete.pm index 0e4ff0e60..25d8fa839 100644 --- a/lib/WebGUI/i18n/English/Macro_GroupDelete.pm +++ b/lib/WebGUI/i18n/English/Macro_GroupDelete.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_GroupDelete; our $I18N = { - 'group delete title' => { - message => q|Group Delete Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Group Delete|, + lastUpdated => 1128838485, + }, + + 'group delete title' => { + message => q|Group Delete Macro|, + lastUpdated => 1112466408, + }, 'group delete body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_GroupText.pm b/lib/WebGUI/i18n/English/Macro_GroupText.pm index 967960a9e..31ddcb75d 100644 --- a/lib/WebGUI/i18n/English/Macro_GroupText.pm +++ b/lib/WebGUI/i18n/English/Macro_GroupText.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_GroupText; our $I18N = { - 'group text title' => { - message => q|Group Text Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Group Text|, + lastUpdated => 1128838520, + }, + + 'group text title' => { + message => q|Group Text Macro|, + lastUpdated => 1112466408, + }, 'group text body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_H_homeLink.pm b/lib/WebGUI/i18n/English/Macro_H_homeLink.pm index bf02d5b81..94eec4873 100644 --- a/lib/WebGUI/i18n/English/Macro_H_homeLink.pm +++ b/lib/WebGUI/i18n/English/Macro_H_homeLink.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_H_homeLink; our $I18N = { - 'home link title' => { - message => q|Home Link Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Home Link|, + lastUpdated => 1128838633, + }, + + 'home link title' => { + message => q|Home Link Macro|, + lastUpdated => 1112466408, + }, 'home link body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_Hash_userId.pm b/lib/WebGUI/i18n/English/Macro_Hash_userId.pm index a4cfb956b..6bb412c7e 100644 --- a/lib/WebGUI/i18n/English/Macro_Hash_userId.pm +++ b/lib/WebGUI/i18n/English/Macro_Hash_userId.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Hash_userId; our $I18N = { - 'user id title' => { - message => q|User Id Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|User Id|, + lastUpdated => 1128838613, + }, + + 'user id title' => { + message => q|User Id Macro|, + lastUpdated => 1112466408, + }, 'user id body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_If.pm b/lib/WebGUI/i18n/English/Macro_If.pm index 7f5311bbc..4509e0e5e 100644 --- a/lib/WebGUI/i18n/English/Macro_If.pm +++ b/lib/WebGUI/i18n/English/Macro_If.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_If; our $I18N = { - 'if title' => { - message => q|If Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|If|, + lastUpdated => 1128838656, + }, + + 'if title' => { + message => q|If Macro|, + lastUpdated => 1112466408, + }, 'if body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_Include.pm b/lib/WebGUI/i18n/English/Macro_Include.pm index 0afb4c687..3fb124ffd 100644 --- a/lib/WebGUI/i18n/English/Macro_Include.pm +++ b/lib/WebGUI/i18n/English/Macro_Include.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Include; our $I18N = { - 'include title' => { - message => q|Include Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Include|, + lastUpdated => 1128838682, + }, + + 'include title' => { + message => q|Include Macro|, + lastUpdated => 1112466408, + }, 'include body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_International.pm b/lib/WebGUI/i18n/English/Macro_International.pm index 70a435e28..dc76794a2 100644 --- a/lib/WebGUI/i18n/English/Macro_International.pm +++ b/lib/WebGUI/i18n/English/Macro_International.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_International; our $I18N = { - 'international title' => { - message => q|International Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|International|, + lastUpdated => 1128838702, + }, + + 'international title' => { + message => q|International Macro|, + lastUpdated => 1112466408, + }, 'international body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_JavaScript.pm b/lib/WebGUI/i18n/English/Macro_JavaScript.pm index ed895e35e..92d8fa08d 100644 --- a/lib/WebGUI/i18n/English/Macro_JavaScript.pm +++ b/lib/WebGUI/i18n/English/Macro_JavaScript.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_JavaScript; our $I18N = { - 'java script title' => { - message => q|JavaScript Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|JavaScript|, + lastUpdated => 1128839022, + }, + + 'java script title' => { + message => q|JavaScript Macro|, + lastUpdated => 1112466408, + }, 'java script body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_L_loginBox.pm b/lib/WebGUI/i18n/English/Macro_L_loginBox.pm index 7c9240800..99cd88d47 100644 --- a/lib/WebGUI/i18n/English/Macro_L_loginBox.pm +++ b/lib/WebGUI/i18n/English/Macro_L_loginBox.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_L_loginBox; our $I18N = { - 'login box title' => { - message => q|Login Box Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Login Box|, + lastUpdated => 1128839093, + }, + + 'login box title' => { + message => q|Login Box Macro|, + lastUpdated => 1112466408, + }, 'login box body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_LastModified.pm b/lib/WebGUI/i18n/English/Macro_LastModified.pm index 27d0656c8..d6b84741f 100644 --- a/lib/WebGUI/i18n/English/Macro_LastModified.pm +++ b/lib/WebGUI/i18n/English/Macro_LastModified.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_LastModified; our $I18N = { - 'last modified title' => { - message => q|LastModified Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|LastModified|, + lastUpdated => 1128839043, + }, + + 'last modified title' => { + message => q|LastModified Macro|, + lastUpdated => 1112466408, + }, 'last modified body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_LoginToggle.pm b/lib/WebGUI/i18n/English/Macro_LoginToggle.pm index 66947990c..b4c4bac4c 100644 --- a/lib/WebGUI/i18n/English/Macro_LoginToggle.pm +++ b/lib/WebGUI/i18n/English/Macro_LoginToggle.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_LoginToggle; our $I18N = { - 'login toggle title' => { - message => q|Login Toggle Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Login Toggle|, + lastUpdated => 1128839147, + }, + + 'login toggle title' => { + message => q|Login Toggle Macro|, + lastUpdated => 1112466408, + }, 'login toggle body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_Page.pm b/lib/WebGUI/i18n/English/Macro_Page.pm index d1a6ba1d0..f2816c1fa 100644 --- a/lib/WebGUI/i18n/English/Macro_Page.pm +++ b/lib/WebGUI/i18n/English/Macro_Page.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Page; our $I18N = { - 'page title' => { - message => q|Page Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Page|, + lastUpdated => 1128839316, + }, + + 'page title' => { + message => q|Page Macro|, + lastUpdated => 1112466408, + }, 'page body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_PageTitle.pm b/lib/WebGUI/i18n/English/Macro_PageTitle.pm index 8bc84fadf..67c6413b2 100644 --- a/lib/WebGUI/i18n/English/Macro_PageTitle.pm +++ b/lib/WebGUI/i18n/English/Macro_PageTitle.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_PageTitle; our $I18N = { - 'page title title' => { - message => q|PageTitle Macro|, - lastUpdated => 1112503983, - }, + 'macroName' => { + message => q|Page Title|, + lastUpdated => 1128839334, + }, + + 'page title title' => { + message => q|Page Title Macro|, + lastUpdated => 1128839384, + }, 'page title body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_PageUrl.pm b/lib/WebGUI/i18n/English/Macro_PageUrl.pm index a4fde4578..e1f61c6c8 100644 --- a/lib/WebGUI/i18n/English/Macro_PageUrl.pm +++ b/lib/WebGUI/i18n/English/Macro_PageUrl.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_PageUrl; our $I18N = { - 'page url title' => { - message => q|Page URL Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Page URL|, + lastUpdated => 1128839374, + }, + + 'page url title' => { + message => q|Page URL Macro|, + lastUpdated => 1112466408, + }, 'page url body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_Product.pm b/lib/WebGUI/i18n/English/Macro_Product.pm index 4df043d2a..8b39e1079 100644 --- a/lib/WebGUI/i18n/English/Macro_Product.pm +++ b/lib/WebGUI/i18n/English/Macro_Product.pm @@ -11,6 +11,10 @@ our $I18N = { lastUpdated => 0, context => q|Message indicatin the available configurations.| } + 'macroName' => { + message => q|Product|, + lastUpdated => 1128918830, + } }; 1; diff --git a/lib/WebGUI/i18n/English/Macro_Quote.pm b/lib/WebGUI/i18n/English/Macro_Quote.pm index a6c3d6dbe..9be935f19 100644 --- a/lib/WebGUI/i18n/English/Macro_Quote.pm +++ b/lib/WebGUI/i18n/English/Macro_Quote.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Quote; our $I18N = { - 'quote title' => { - message => q|Quote Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Quote|, + lastUpdated => 1128918940, + }, + + 'quote title' => { + message => q|Quote Macro|, + lastUpdated => 1112466408, + }, 'quote body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_RandomAssetProxy.pm b/lib/WebGUI/i18n/English/Macro_RandomAssetProxy.pm index cfa2c84a3..526d12bf2 100644 --- a/lib/WebGUI/i18n/English/Macro_RandomAssetProxy.pm +++ b/lib/WebGUI/i18n/English/Macro_RandomAssetProxy.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_RandomAssetProxy; our $I18N = { - 'random asset proxy title' => { - message => q|Random Asset Proxy Macro|, - lastUpdated => 1112315917, - }, + 'macroName' => { + message => q|Random Asset Proxy|, + lastUpdated => 1128918962, + }, + + 'random asset proxy title' => { + message => q|Random Asset Proxy Macro|, + lastUpdated => 1112315917, + }, 'random asset proxy body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_RawHeadTags.pm b/lib/WebGUI/i18n/English/Macro_RawHeadTags.pm index 738a0a323..c55d42d8b 100644 --- a/lib/WebGUI/i18n/English/Macro_RawHeadTags.pm +++ b/lib/WebGUI/i18n/English/Macro_RawHeadTags.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_RawHeadTags; our $I18N = { - 'raw head tags title' => { - message => q|Raw Head Tags Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Raw Head Tags|, + lastUpdated => 1128918979, + }, + + 'raw head tags title' => { + message => q|Raw Head Tags Macro|, + lastUpdated => 1112466408, + }, 'raw head tags body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_RootTitle.pm b/lib/WebGUI/i18n/English/Macro_RootTitle.pm index eda423605..c9335137e 100644 --- a/lib/WebGUI/i18n/English/Macro_RootTitle.pm +++ b/lib/WebGUI/i18n/English/Macro_RootTitle.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_RootTitle; our $I18N = { - 'root title title' => { - message => q|Root Title Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Root Title|, + lastUpdated => 1128918994, + }, + + 'root title title' => { + message => q|Root Title Macro|, + lastUpdated => 1112466408, + }, 'root title body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_SQL.pm b/lib/WebGUI/i18n/English/Macro_SQL.pm index 88370edec..4ba951459 100644 --- a/lib/WebGUI/i18n/English/Macro_SQL.pm +++ b/lib/WebGUI/i18n/English/Macro_SQL.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_SQL; our $I18N = { - 'sql title' => { - message => q|SQL Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|SQL|, + lastUpdated => 1128919058, + }, + + 'sql title' => { + message => q|SQL Macro|, + lastUpdated => 1112466408, + }, 'sql body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm b/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm index 5793ee176..3fa5b0502 100644 --- a/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm +++ b/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Slash_gatewayUrl; our $I18N = { - 'gateway url title' => { - message => q|Gateway URL Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Gateway URL|, + lastUpdated => 1128919030, + }, + + 'gateway url title' => { + message => q|Gateway URL Macro|, + lastUpdated => 1112466408, + }, 'gateway url body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_Spacer.pm b/lib/WebGUI/i18n/English/Macro_Spacer.pm index 1dfb43097..ebae01560 100644 --- a/lib/WebGUI/i18n/English/Macro_Spacer.pm +++ b/lib/WebGUI/i18n/English/Macro_Spacer.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Spacer; our $I18N = { - 'spacer title' => { - message => q|Spacer Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Spacer|, + lastUpdated => 1128919040, + }, + + 'spacer title' => { + message => q|Spacer Macro|, + lastUpdated => 1112466408, + }, 'spacer body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_Splat_random.pm b/lib/WebGUI/i18n/English/Macro_Splat_random.pm index 8c15f7129..049b7864d 100644 --- a/lib/WebGUI/i18n/English/Macro_Splat_random.pm +++ b/lib/WebGUI/i18n/English/Macro_Splat_random.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Splat_random; our $I18N = { - 'random title' => { - message => q|Random Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Random|, + lastUpdated => 1128919051, + }, + + 'random title' => { + message => q|Random Macro|, + lastUpdated => 1112466408, + }, 'random body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_StyleSheet.pm b/lib/WebGUI/i18n/English/Macro_StyleSheet.pm index 5b5daeb6b..825254c44 100644 --- a/lib/WebGUI/i18n/English/Macro_StyleSheet.pm +++ b/lib/WebGUI/i18n/English/Macro_StyleSheet.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_StyleSheet; our $I18N = { - 'style sheet title' => { - message => q|Style Sheet Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Style Sheet|, + lastUpdated => 1128919083, + }, + + 'style sheet title' => { + message => q|Style Sheet Macro|, + lastUpdated => 1112466408, + }, 'style sheet body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_SubscriptionItem.pm b/lib/WebGUI/i18n/English/Macro_SubscriptionItem.pm index ee00f2772..871d63cdf 100644 --- a/lib/WebGUI/i18n/English/Macro_SubscriptionItem.pm +++ b/lib/WebGUI/i18n/English/Macro_SubscriptionItem.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_SubscriptionItem; our $I18N = { - 'subscription item title' => { - message => q|Subscription Item Macro|, - lastUpdated => 1112547248, - }, + 'macroName' => { + message => q|Subscription Item|, + lastUpdated => 1128919093, + }, + + 'subscription item title' => { + message => q|Subscription Item Macro|, + lastUpdated => 1112547248, + }, 'subscription item body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_SubscriptionItemPurchaseUrl.pm b/lib/WebGUI/i18n/English/Macro_SubscriptionItemPurchaseUrl.pm index f5c8d846c..853fcab9f 100644 --- a/lib/WebGUI/i18n/English/Macro_SubscriptionItemPurchaseUrl.pm +++ b/lib/WebGUI/i18n/English/Macro_SubscriptionItemPurchaseUrl.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_SubscriptionItemPurchaseUrl; our $I18N = { - 'subscription item purchase url title' => { - message => q|Subscription Item Purchase URL Macro|, - lastUpdated => 1112548245, - }, + 'macroName' => { + message => q|Subscription Item Purchase URL|, + lastUpdated => 1128919107, + }, + + 'subscription item purchase url title' => { + message => q|Subscription Item Purchase URL Macro|, + lastUpdated => 1112548245, + }, 'subscription item purchase url body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_Thumbnail.pm b/lib/WebGUI/i18n/English/Macro_Thumbnail.pm index e07f7ca39..7eda652d4 100644 --- a/lib/WebGUI/i18n/English/Macro_Thumbnail.pm +++ b/lib/WebGUI/i18n/English/Macro_Thumbnail.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Thumbnail; our $I18N = { - 'thumbnail title' => { - message => q|Thumbnail Macro|, - lastUpdated => 1112566765, - }, + 'macroName' => { + message => q|Thumbnail|, + lastUpdated => 1128919124, + }, + + 'thumbnail title' => { + message => q|Thumbnail Macro|, + lastUpdated => 1112566765, + }, 'thumbnail body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_URLEncode.pm b/lib/WebGUI/i18n/English/Macro_URLEncode.pm index 498cc2917..70cdbdc75 100644 --- a/lib/WebGUI/i18n/English/Macro_URLEncode.pm +++ b/lib/WebGUI/i18n/English/Macro_URLEncode.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_URLEncode; our $I18N = { - 'url encode title' => { - message => q|URL Encode Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|URL Encode|, + lastUpdated => 1128919146, + }, + + 'url encode title' => { + message => q|URL Encode Macro|, + lastUpdated => 1112466408, + }, 'url encode body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_User.pm b/lib/WebGUI/i18n/English/Macro_User.pm index e9c0aaa9e..0e8d45f34 100644 --- a/lib/WebGUI/i18n/English/Macro_User.pm +++ b/lib/WebGUI/i18n/English/Macro_User.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_User; our $I18N = { - 'user title' => { - message => q|User Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|User|, + lastUpdated => 1128919153, + }, + + 'user title' => { + message => q|User Macro|, + lastUpdated => 1112466408, + }, 'user body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_a_account.pm b/lib/WebGUI/i18n/English/Macro_a_account.pm index d8921bf50..518ec123f 100644 --- a/lib/WebGUI/i18n/English/Macro_a_account.pm +++ b/lib/WebGUI/i18n/English/Macro_a_account.pm @@ -39,6 +39,11 @@ The translated label for the account link, or the text that you supply to the ma message => q|My Account|, lastUpdated => 1031514049 }, + + 'macroName' => { + message => q|Account|, + lastUpdated => 1128837060 + }, }; 1; diff --git a/lib/WebGUI/i18n/English/Macro_c_companyName.pm b/lib/WebGUI/i18n/English/Macro_c_companyName.pm index 4554d431d..72ac20d8f 100644 --- a/lib/WebGUI/i18n/English/Macro_c_companyName.pm +++ b/lib/WebGUI/i18n/English/Macro_c_companyName.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_c_companyName; our $I18N = { + 'macroName' => { + message => q|Company Name|, + lastUpdated => 1128837978, + }, + 'company name title' => { message => q|Company Name Macro|, lastUpdated => 1112374923, diff --git a/lib/WebGUI/i18n/English/Macro_e_companyEmail.pm b/lib/WebGUI/i18n/English/Macro_e_companyEmail.pm index a8184dd3f..f91dc176e 100644 --- a/lib/WebGUI/i18n/English/Macro_e_companyEmail.pm +++ b/lib/WebGUI/i18n/English/Macro_e_companyEmail.pm @@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_e_companyEmail; our $I18N = { + 'macroName' => { + message => q|Company Email|, + lastUpdated => 1128838058, + }, + 'company email title' => { message => q|Company Email Macro|, lastUpdated => 1112466408, diff --git a/lib/WebGUI/i18n/English/Macro_r_printable.pm b/lib/WebGUI/i18n/English/Macro_r_printable.pm index c1599220a..c1b8c49ed 100644 --- a/lib/WebGUI/i18n/English/Macro_r_printable.pm +++ b/lib/WebGUI/i18n/English/Macro_r_printable.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_r_printable; our $I18N = { - 'printable title' => { - message => q|Make Page Printable Macro|, - lastUpdated => 1112503983, - }, + 'macroName' => { + message => q|Make Page Printable|, + lastUpdated => 1128919002, + }, + + 'printable title' => { + message => q|Make Page Printable Macro|, + lastUpdated => 1112503983, + }, 'printable body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macro_u_companyUrl.pm b/lib/WebGUI/i18n/English/Macro_u_companyUrl.pm index 0bda586f9..9e2527783 100644 --- a/lib/WebGUI/i18n/English/Macro_u_companyUrl.pm +++ b/lib/WebGUI/i18n/English/Macro_u_companyUrl.pm @@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_u_companyUrl; our $I18N = { - 'company url title' => { - message => q|Company Url Macro|, - lastUpdated => 1112466408, - }, + 'macroName' => { + message => q|Company Url|, + lastUpdated => 1128919135, + }, + + 'company url title' => { + message => q|Company Url Macro|, + lastUpdated => 1112466408, + }, 'company url body' => { message => q| diff --git a/lib/WebGUI/i18n/English/Macros.pm b/lib/WebGUI/i18n/English/Macros.pm index 2f4ff0631..0e70d531e 100644 --- a/lib/WebGUI/i18n/English/Macros.pm +++ b/lib/WebGUI/i18n/English/Macros.pm @@ -52,6 +52,11 @@ Macros always begin with a caret (^) and follow with at least one other char lastUpdated => 1101885876, }, + 'topicName' => { + message => q|Macros|, + lastUpdated => 1128920014, + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/ProductManager.pm b/lib/WebGUI/i18n/English/ProductManager.pm index a75cfd39c..d302c6b9c 100644 --- a/lib/WebGUI/i18n/English/ProductManager.pm +++ b/lib/WebGUI/i18n/English/ProductManager.pm @@ -547,6 +547,10 @@ the form.
|, lastUpdated => 1120449297, context => q|The body of the edit sku template help page| }, + 'topicName' => { + message => q|Product Manager|, + lastUpdated => 1128919931, + }, }; diff --git a/lib/WebGUI/i18n/English/Subscription.pm b/lib/WebGUI/i18n/English/Subscription.pm index 44b1d1f21..b344f1de3 100755 --- a/lib/WebGUI/i18n/English/Subscription.pm +++ b/lib/WebGUI/i18n/English/Subscription.pm @@ -420,6 +420,11 @@ The form in which the user can enter his subscription code.
|, context => q|The error message that shows up when a wrong code length is specified.| }, + 'topicName' => { + message => q|Subscriptions|, + lastUpdated => 1128920064, + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/TransactionLog.pm b/lib/WebGUI/i18n/English/TransactionLog.pm index d41cae93e..9700d582a 100644 --- a/lib/WebGUI/i18n/English/TransactionLog.pm +++ b/lib/WebGUI/i18n/English/TransactionLog.pm @@ -120,6 +120,12 @@ A loop containing the transactions in the transaction history. Within this loop lastUpdated => 0, context => q|List transaction workarea title.| }, + + 'topicName' => { + message => q|Transaction Log|, + lastUpdated => 1128920040, + context => q|An error message that's shown when an attempt is made to cancel a non recurring transaction.| + }, }; diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 23fbbeb13..2f725622c 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -3873,6 +3873,26 @@ Message Boards hold forums for users. There are many different Wobjects in WebG lastUpdated => 1118861810 }, + 'help index' => { + message => q|Index|, + lastUpdated => 1128552837 + }, + + 'help toc' => { + message => q|Table of Contents|, + lastUpdated => 1128552846 + }, + + 'help contents' => { + message => q|Help Contents|, + lastUpdated => 1128553296 + }, + + 'topicName' => { + message => q|WebGUI|, + lastUpdated => 1128919994, + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/WebGUIProfile.pm b/lib/WebGUI/i18n/English/WebGUIProfile.pm index df9a1617b..60cdffb54 100644 --- a/lib/WebGUI/i18n/English/WebGUIProfile.pm +++ b/lib/WebGUI/i18n/English/WebGUIProfile.pm @@ -292,6 +292,11 @@ new categories of profile settings. lastUpdated =>1092930637, context => q|Title of the user profile settings manager for the admin console.| }, + + 'topicName' => { + message => q|User Profile|, + lastUpdated => 1128920410, + }, }; diff --git a/lib/WebGUI/i18n/English/Wobject.pm b/lib/WebGUI/i18n/English/Wobject.pm index 87c54bf5e..920379f86 100644 --- a/lib/WebGUI/i18n/English/Wobject.pm +++ b/lib/WebGUI/i18n/English/Wobject.pm @@ -145,6 +145,10 @@ As with any delete operation, you are prompted to be sure you wish to proceed wi lastUpdated => 1047858549, message => q|Wobjects, Using| }, + 'topicName' => { + message => q|Wobject|, + lastUpdated => 1128830333, + }, };