Correct CSS classes for LanguageDropdownField

Chosen wasn't applying because the field holder
didn't have ".dropdown" on it
This commit is contained in:
Ingo Schommer 2012-08-16 23:30:31 +02:00
parent 1eb107bbaf
commit f404ad3325

View File

@ -66,6 +66,8 @@ class LanguageDropdownField extends GroupedDropdownField {
parent::__construct($name, $title, $source);
}
}
?>
function Type() {
return 'languagedropdown dropdown';
}
}