mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
Correct CSS classes for LanguageDropdownField
Chosen wasn't applying because the field holder didn't have ".dropdown" on it
This commit is contained in:
parent
1eb107bbaf
commit
f404ad3325
@ -66,6 +66,8 @@ class LanguageDropdownField extends GroupedDropdownField {
|
|||||||
|
|
||||||
parent::__construct($name, $title, $source);
|
parent::__construct($name, $title, $source);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
function Type() {
|
||||||
|
return 'languagedropdown dropdown';
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user