add: WebGUI::Form::CheckList now has optional select all button
This commit is contained in:
parent
fb82d28ee9
commit
4d36c1e6c2
5 changed files with 248 additions and 36 deletions
17
lib/WebGUI/i18n/English/Form_CheckList.pm
Normal file
17
lib/WebGUI/i18n/English/Form_CheckList.pm
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue