diff --git a/lib/WebGUI/Help/Asset_WikiMaster.pm b/lib/WebGUI/Help/Asset_WikiMaster.pm new file mode 100644 index 000000000..40b102f0f --- /dev/null +++ b/lib/WebGUI/Help/Asset_WikiMaster.pm @@ -0,0 +1,105 @@ +package WebGUI::Help::Asset_WikiMaster; + +our $HELP = { + 'wiki master add/edit' => { + title => 'add/edit title', + body => 'add/edit body', + isa => [ + { + namespace => "Asset_Wobject", + tag => "wobject add/edit" + }, + ], + fields => [ + { + title => 'groupToEditPages label', + description => 'groupToEditPages hoverHelp', + namespace => 'Asset_WikiMaster', + }, + { + title => 'groupToAdminister label', + description => 'groupToAdminister hoverHelp', + namespace => 'Asset_WikiMaster', + }, + { + title => 'richEditor label', + description => 'richEditor hoverHelp', + namespace => 'Asset_WikiMaster', + }, + { + title => 'frontPageTemplateId label', + description => 'frontPageTemplateId hoverHelp', + namespace => 'Asset_WikiMaster', + }, + { + title => 'pageTemplateId label', + description => 'pageTemplateId hoverHelp', + namespace => 'Asset_WikiMaster', + }, + { + title => 'pageHistoryTemplateId label', + description => 'pageHistoryTemplateId hoverHelp', + namespace => 'Asset_WikiMaster', + }, + { + title => 'mostPopularTemplateId label', + description => 'mostPopularTemplateId hoverHelp', + namespace => 'Asset_WikiMaster', + }, + { + title => 'recentChangesTemplateId label', + description => 'recentChangesTemplateId hoverHelp', + namespace => 'Asset_WikiMaster', + }, + { + title => 'searchTemplateId label', + description => 'searchTemplateId hoverHelp', + namespace => 'Asset_WikiMaster', + }, + { + title => 'pageEditTemplateId label', + description => 'pageEditTemplateId hoverHelp', + namespace => 'Asset_WikiMaster', + }, + { + title => 'recentChangesCount label', + description => 'recentChangesCount hoverHelp', + namespace => 'Asset_WikiMaster', + }, + { + title => 'recentChangesCountFront label', + description => 'recentChangesCountFront hoverHelp', + namespace => 'Asset_WikiMaster', + }, + { + title => 'mostPopularCountFront label', + description => 'mostPopularCountFront hoverHelp', + namespace => 'Asset_WikiMaster', + }, + { + title => 'approval workflow', + description => 'approval workflow description', + namespace => 'Asset_WikiMaster', + }, + { + title => 'thumbnail size', + description => 'thumbnail size help', + namespace => 'Asset_WikiMaster', + }, + { + title => 'max image size', + description => 'max image size help', + namespace => 'Asset_WikiMaster', + }, + ], + related => [ + { + tag => 'wobjects using', + namespace => 'Asset_Wobject' + }, + ], + }, + +}; + +1; diff --git a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm index 6022df5d8..7d248e26d 100644 --- a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm +++ b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm @@ -123,6 +123,16 @@ our $I18N = 'actionN created' => { lastUpdated => 1160505291, message => q|Created| }, + 'add/edit title' => { + message => q|Wiki, Add/Edit|, + lastUpdated => 1165732630, + }, + + 'add/edit body' => { + message => q|
The Wiki is very similar to the Collaboration System. It manages Wiki Pages that are added to it. These fields are available for configuring and customizing the Wiki.
|, + lastUpdated => 1165732631, + }, + }; 1;