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
- fix: Syntax error in GetCsMail
- fixed: Thingy: field types not in alphabetical order
- fixed: Thingy: Text field type listed twice
7.5.9
- 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);
push @{$definition}, {
formName => {
defaultValue => $i18n->get("475"),
defaultValue => $i18n->get("SelectRichEditor formName"),
},
defaultValue => {
defaultValue => '',

View file

@ -3930,7 +3930,11 @@ LongTruncOk=1</p>
message => q{Your commit is canceled because WebGUI cannot connect to Spectre. Please fix your Spectre problem and attempt to commit again.},
lastUpdated => 1202274246,
},
'SelectRichEditor formName' => {
message => q{Rich Editor},
lastUpdated => 1202274234,
},
};
1;