Search form for StoryArchive view form.

This commit is contained in:
Colin Kuskie 2009-03-07 04:16:29 +00:00
parent 9368a5dbcf
commit c12e1b3758
4 changed files with 42 additions and 3 deletions

View file

@ -171,6 +171,30 @@ our $I18N = {
lastUpdated => 0,
},
'searchHeader' => {
message => q|HTML code for beginning the search form.|,
context => q|Template variable.|,
lastUpdated => 0,
},
'searchForm' => {
message => q|The text field where users can enter in keywords for the search.|,
context => q|label for the URL to add a story to the archive.|,
lastUpdated => 0,
},
'searchButton' => {
message => q|Button with internationalized label for submitting the search form.|,
context => q|Template variable.|,
lastUpdated => 0,
},
'searchFooter' => {
message => q|HTML code for ending the search form.|,
context => q|label for the URL to add a story to the archive.|,
lastUpdated => 0,
},
};
1;