add: WebGUI::Form::CheckList now has optional select all button

This commit is contained in:
Doug Bell 2007-09-12 00:50:54 +00:00
parent fb82d28ee9
commit 4d36c1e6c2
5 changed files with 248 additions and 36 deletions

View file

@ -0,0 +1,17 @@
package WebGUI::i18n::English::Form_CheckList;
our $I18N = {
'selectAll label' => {
message => q{Select All},
lastUpdated => 0,
context => q{Label for the Select All button},
},
'topicName' => {
message => q|WebGUI Form CheckList|,
lastUpdated => 1131394072,
},
};
1;