diff --git a/lib/WebGUI/Help/Asset_WikiMaster.pm b/lib/WebGUI/Help/Asset_WikiMaster.pm index 84255d87a..95b8b9256 100644 --- a/lib/WebGUI/Help/Asset_WikiMaster.pm +++ b/lib/WebGUI/Help/Asset_WikiMaster.pm @@ -304,6 +304,15 @@ our $HELP = { }, ], }, + { name => 'formHeader', + description => 'by keyword formHeader', + }, + { name => 'keywordForm', + description => 'by keyword keywordForm', + }, + { name => 'formFooter', + description => 'by keyword formFooter', + }, ], fields => [], related => [], diff --git a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm index 0d349681f..e629d991b 100644 --- a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm +++ b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm @@ -608,6 +608,24 @@ listing of pages that are related to a specific keyword?| }, context => q{Help for template variable}, }, + 'by keyword formHeader' => { + message => q{HTML code to start the form for entering in sub-keywords. This will be empty unless the current user can administer this wiki}, + lastUpdated => 0, + context => q{Help for template variable}, + }, + + 'by keyword formFooter' => { + message => q{HTML code to end the form for entering in sub-keywords. This will be empty unless the current user can administer this wiki}, + lastUpdated => 0, + context => q{Help for template variable}, + }, + + 'by keyword keywordForm' => { + message => q{HTML code for the field for entering in sub-keywords. This will be empty unless the current user can administer this wiki}, + lastUpdated => 0, + context => q{Help for template variable}, + }, + }; 1;