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
|
|
@ -70,13 +70,13 @@ sub definition {
|
|||
my $i18n = WebGUI::International->new($session, "Asset");
|
||||
push(@{$definition}, {
|
||||
formName=>{
|
||||
defaultValue=>$i18n->get("asset");
|
||||
defaultValue=>$i18n->get("asset"),
|
||||
},
|
||||
label=>{
|
||||
defaultValue=>$i18n->get("asset");
|
||||
defaultValue=>$i18n->get("asset"),
|
||||
},
|
||||
name=>{
|
||||
defaultValue=>"asset";
|
||||
defaultValue=>"asset",
|
||||
},
|
||||
class=>{
|
||||
defaultValue=> undef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue