Template variable help for the new wiki sub-keywords.

This commit is contained in:
Colin Kuskie 2010-05-03 21:33:57 -07:00
parent 7dd02d6108
commit 3096054aaf
2 changed files with 27 additions and 0 deletions

View file

@ -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 => [],

View file

@ -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;