Some updates to the data form before launch

This commit is contained in:
JT Smith 2003-05-26 00:12:40 +00:00
parent 3ce64fc0d5
commit fd7dd21935
4 changed files with 324 additions and 211 deletions

View file

@ -471,7 +471,7 @@ sub fieldType {
} elsif ($type eq "radioList") {
$hash{radioList} = WebGUI::International::get(942);
} elsif ($type eq "checkList") {
$hash{checkboxList} = WebGUI::International::get(941);
$hash{checkList} = WebGUI::International::get(941);
} elsif ($type eq "zipcode") {
$hash{zipcode} = WebGUI::International::get(944);
} elsif ($type eq "checkbox") {