X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FForm%2Fvalidate.tpl;h=a2092509896df858cd8bdff823a3aadabe1a4057;hb=7e179a1d16c36e5121068378030cfef95b75852b;hp=42204c30b063edc1c5225190724f5b6b3cdf2237;hpb=3d527838d4b2f41ad31f3d42501d724584fbdd36;p=civicrm-core.git diff --git a/templates/CRM/Form/validate.tpl b/templates/CRM/Form/validate.tpl index 42204c30b0..a209250989 100644 --- a/templates/CRM/Form/validate.tpl +++ b/templates/CRM/Form/validate.tpl @@ -1,8 +1,8 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.5 | + | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -25,13 +25,12 @@ *} {* Initialize jQuery validate on a form *} {* Extra params and functions may be added to the CRM.validate object before this template is loaded *} -{if !$crm_form_validate_included and $smarty.get.snippet neq 'json' and $form and $form.formName} +{if !$crm_form_validate_included and $smarty.get.snippet neq 'json' and $form and $form.formClass} {assign var=crm_form_validate_included value=1} - {literal} {/literal}