X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FForm%2Fbody.tpl;h=fab02484997aafb739b6a4a3e0426adc096d722b;hb=ac30252393b3b9d8162994f59bb63e2b89ddacdc;hp=01ef1b845de2992e91b0a325ae8020a0097fb8e6;hpb=124bc594cfa2e12671f61865d2938639329b4eda;p=civicrm-core.git diff --git a/templates/CRM/Form/body.tpl b/templates/CRM/Form/body.tpl index 01ef1b845d..fab0248499 100644 --- a/templates/CRM/Form/body.tpl +++ b/templates/CRM/Form/body.tpl @@ -1,8 +1,8 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.4 | + | CiviCRM version 4.5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2013 | + | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -33,7 +33,7 @@
{$form.hidden}
{/if} -{if $snippet neq 6 and !$suppressForm and count($form.errors) gt 0} +{if $snippet neq 'json' and !$suppressForm and count($form.errors) gt 0}
{ts}Please correct the following errors in the form fields below:{/ts}