diff --git a/lib/WebGUI/Help/Asset_WikiMaster.pm b/lib/WebGUI/Help/Asset_WikiMaster.pm index ee43c567e..16e743625 100644 --- a/lib/WebGUI/Help/Asset_WikiMaster.pm +++ b/lib/WebGUI/Help/Asset_WikiMaster.pm @@ -306,6 +306,51 @@ our $HELP = { ], }, + 'most popular template' => { + title => 'most popular template title', + body => 'most popular template body', + isa => [ + { + namespace => "Asset_WikiMaster", + tag => "wiki master most popular variables" + }, + { + namespace => "Asset_WikiMaster", + tag => "wiki master asset variables" + }, + ], + variables => [ + { + 'name' => 'title', + 'description' => 'most popular title', + }, + { + 'name' => 'recentChangesUrl', + }, + { + 'name' => 'recentChangesLabel', + }, + { + 'name' => 'searchLabel', + 'description' => 'searchLabel variable', + }, + { + 'name' => 'searchLabelUrl', + }, + { + 'name' => 'wikiHomeLabel', + 'description' => 'wikiHomeLabel variable', + }, + { + 'name' => 'wikiHomeUrl', + }, + ], + fields => [ + ], + related => [ + ], + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm index d686dc90e..607828983 100644 --- a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm +++ b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm @@ -14,6 +14,16 @@ our $I18N = addPageLabel=>{message=>q|Add a new page.|, lastUpdated=>0}, wikiHomeLabel=>{message=>q|Wiki Home|, lastUpdated=>0}, + 'wikiHomeLabel variable' => { + message=>q|An internationalized label to go with wikiHomeUrl.|, + lastUpdated=>1165816161, + }, + + 'wikiHomeUrl' => { + message=>q|A URL to take the user back to the Wiki front page.|, + lastUpdated=>1165816166, + }, + 'approval workflow description' => { message => q|Choose a workflow to be executed on each page as it gets submitted.|, lastUpdated => 0, @@ -315,6 +325,11 @@ our $I18N = lastUpdated => 1165812138, }, + 'searchLabelUrl' => { + message => q|A URL to take the user to the screen search pages in this Wiki.|, + lastUpdated => 1165816007, + }, + 'mostPopularUrl' => { message => q|A URL to take the user to the screen where the most popular Wiki pages are listed.|, lastUpdated => 1165812138, @@ -345,6 +360,21 @@ our $I18N = lastUpdated => 1165812138, }, + 'most popular template title' => { + message => q|Wiki Master, Most Popular Template|, + lastUpdated => 1165812138, + }, + + 'most popular template body' => { + message => q|
These variables are available in the template for displaying the most popular pages in the Wiki.
|, + lastUpdated => 1165812138, + }, + + 'most popular title' => { + message => q|An internationalized title for the Most Popular Template|, + lastUpdated => 1165812138, + }, + }; 1;