mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge pull request #210 from Focus-Flow/require-localized-validator-messages-and-methods
Require localization files for validator
This commit is contained in:
commit
bce1da2d71
@ -435,6 +435,8 @@ class UserDefinedForm_Controller extends Page_Controller {
|
|||||||
Requirements::javascript('userforms/thirdparty/jquery-validate/jquery.validate.js');
|
Requirements::javascript('userforms/thirdparty/jquery-validate/jquery.validate.js');
|
||||||
Requirements::add_i18n_javascript('userforms/javascript/lang');
|
Requirements::add_i18n_javascript('userforms/javascript/lang');
|
||||||
Requirements::javascript('userforms/javascript/UserForm_frontend.js');
|
Requirements::javascript('userforms/javascript/UserForm_frontend.js');
|
||||||
|
Requirements::javascript('userforms/thirdparty/jquery-validate/localization/messages_' . i18n::get_lang_from_locale(i18n::get_locale()) . '.js');
|
||||||
|
Requirements::javascript('userforms/thirdparty/jquery-validate/localization/methods_' . i18n::get_lang_from_locale(i18n::get_locale()) . '.js');
|
||||||
if($this->HideFieldLabels) Requirements::javascript('userforms/thirdparty/Placeholders.js/Placeholders.min.js');
|
if($this->HideFieldLabels) Requirements::javascript('userforms/thirdparty/Placeholders.js/Placeholders.min.js');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user