fixed: Thingy: Text field type listed twice

This commit is contained in:
Yung Han Khoe 2008-04-05 11:02:31 +00:00
parent e81105ac92
commit 00b939f262
3 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,7 @@
7.5.10 7.5.10
- fix: Syntax error in GetCsMail - fix: Syntax error in GetCsMail
- fixed: Thingy: field types not in alphabetical order - fixed: Thingy: field types not in alphabetical order
- fixed: Thingy: Text field type listed twice
7.5.9 7.5.9
- fixed: Collaboration System attachments follow site's max size instead of CS's - fixed: Collaboration System attachments follow site's max size instead of CS's

View file

@ -65,7 +65,7 @@ sub definition {
my $i18n = WebGUI::International->new($session); my $i18n = WebGUI::International->new($session);
push @{$definition}, { push @{$definition}, {
formName => { formName => {
defaultValue => $i18n->get("475"), defaultValue => $i18n->get("SelectRichEditor formName"),
}, },
defaultValue => { defaultValue => {
defaultValue => '', defaultValue => '',

View file

@ -3931,6 +3931,10 @@ LongTruncOk=1</p>
lastUpdated => 1202274246, lastUpdated => 1202274246,
}, },
'SelectRichEditor formName' => {
message => q{Rich Editor},
lastUpdated => 1202274234,
},
}; };
1; 1;