fixed: Thingy: Text, File and Hidden field types listed twice

This commit is contained in:
Yung Han Khoe 2008-04-06 18:35:02 +00:00
parent 68562cb6ae
commit f5c3c977ae
4 changed files with 13 additions and 3 deletions

View file

@ -1,7 +1,7 @@
7.5.10
- fix: Syntax error in GetCsMail
- fixed: Thingy: field types not in alphabetical order
- fixed: Thingy: Text field type listed twice
- fixed: Thingy: Text, File and Hidden field types listed twice (Yung Han Khoe)
- fixed: Thingy: subtext is not displayed
7.5.9

View file

@ -88,7 +88,7 @@ sub definition {
my $i18n = WebGUI::International->new($session);
push(@{$definition}, {
formName=>{
defaultValue=>$i18n->get("file")
defaultValue=>$i18n->get("Attachments formName")
},
name=>{
defaultValue=>"attachments"

View file

@ -59,7 +59,7 @@ sub definition {
my $i18n = WebGUI::International->new($session);
push(@{$definition}, {
formName=>{
defaultValue=>$i18n->get("hidden")
defaultValue=>$i18n->get("SubscriptionGroup formName")
},
profileEnabled=>{
defaultValue=>0

View file

@ -3935,6 +3935,16 @@ LongTruncOk=1</p>
message => q{Rich Editor},
lastUpdated => 1202274234,
},
'SubscriptionGroup formName' => {
message => q{Subscription Group},
lastUpdated => 1202274234,
},
'Attachments formName' => {
message => q{Attachments},
lastUpdated => 1202274234,
},
};
1;