diff --git a/src/assets/js/default.js b/src/assets/js/default.js index 313ed376..2114b325 100644 --- a/src/assets/js/default.js +++ b/src/assets/js/default.js @@ -98,32 +98,32 @@ $(function() { /** Form Prompts */ $.fn.form.settings.prompt = { - empty : text.form_prompt.empty, - checked : text.form_prompt.checked, - email : text.form_prompt.email, - url : text.form_prompt.url, - regExp : text.form_prompt.regExp, - integer : text.form_prompt.integer, - decimal : text.form_prompt.decimal, - number : text.form_prompt.number, - is : text.form_prompt.is, - isExactly : text.form_prompt.isExactly, - not : text.form_prompt.not, - notExactly : text.form_prompt.notExactly, - contain : text.form_prompt.contain, - containExactly : text.form_prompt.containExactly, - doesntContain : text.form_prompt.doesntContain, - doesntContainExactly : text.form_prompt.doesntContainExactly, - minLength : text.form_prompt.minLength, - length : text.form_prompt.length, - exactLength : text.form_prompt.exactLength, - maxLength : text.form_prompt.maxLength, - match : text.form_prompt.match, - different : text.form_prompt.different, - creditCard : text.form_prompt.creditCard, - minCount : text.form_prompt.minCount, - exactCount : text.form_prompt.exactCount, - maxCount : text.form_prompt.maxCount, + empty : text.form_prompt_empty, + checked : text.form_prompt_checked, + email : text.form_prompt_email, + url : text.form_prompt_url, + regExp : text.form_prompt_regExp, + integer : text.form_prompt_integer, + decimal : text.form_prompt_decimal, + number : text.form_prompt_number, + is : text.form_prompt_is, + isExactly : text.form_prompt_isExactly, + not : text.form_prompt_not, + notExactly : text.form_prompt_notExactly, + contain : text.form_prompt_contain, + containExactly : text.form_prompt_containExactly, + doesntContain : text.form_prompt_doesntContain, + doesntContainExactly : text.form_prompt_doesntContainExactly, + minLength : text.form_prompt_minLength, + length : text.form_prompt_length, + exactLength : text.form_prompt_exactLength, + maxLength : text.form_prompt_maxLength, + match : text.form_prompt_match, + different : text.form_prompt_different, + creditCard : text.form_prompt_creditCard, + minCount : text.form_prompt_minCount, + exactCount : text.form_prompt_exactCount, + maxCount : text.form_prompt_maxCount, }; /** diff --git a/src/classes/page.php b/src/classes/page.php index 9721bb98..66e49fec 100644 --- a/src/classes/page.php +++ b/src/classes/page.php @@ -277,14 +277,14 @@ class Page form_prompt_integer : '', form_prompt_decimal : '', form_prompt_number : '', - form_prompt_is : '', - form_prompt_isExactly : '', - form_prompt_not : '', - form_prompt_notExactly : '', - form_prompt_contain : '', - form_prompt_containExactly : '', - form_prompt_doesntContain : '', - form_prompt_doesntContainExactly : '', + form_prompt_is : '', + form_prompt_isExactly : '', + form_prompt_not : '', + form_prompt_notExactly : '', + form_prompt_contain : '', + form_prompt_containExactly : '', + form_prompt_doesntContain : '', + form_prompt_doesntContainExactly : '', form_prompt_minLength : '', form_prompt_length : '', form_prompt_exactLength : '',