first batch of Form i18n and compilation patches
This commit is contained in:
parent
44c6fdfc50
commit
08afb14d51
6 changed files with 24 additions and 22 deletions
|
|
@ -59,7 +59,7 @@ sub definition {
|
|||
my $i18n = WebGUI::International->new($session,"WebGUI");
|
||||
push(@{$definition}, {
|
||||
formName=>{
|
||||
defaultValue=>"button"
|
||||
defaultValue=>$i18n->get('button')
|
||||
},
|
||||
defaultValue=>{
|
||||
defaultValue=>$i18n->get(62)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue