From f96a0d6b7d2ed2c36ab5c154cb612ea670f9ff1e Mon Sep 17 00:00:00 2001 From: mzd Date: Wed, 30 Apr 2014 19:02:43 -0400 Subject: [PATCH] CRM-14353 - remove UF_Form_Field and UF_Form_Group formNavigate includes ---------------------------------------- * CRM-14353: Fix formNavigate to work with multiple forms & ajax https://issues.civicrm.org/jira/browse/CRM-14353 --- templates/CRM/UF/Form/Field.tpl | 3 --- templates/CRM/UF/Form/Group.tpl | 4 ---- 2 files changed, 7 deletions(-) diff --git a/templates/CRM/UF/Form/Field.tpl b/templates/CRM/UF/Form/Field.tpl index 5863edb675..61b6a92dbf 100644 --- a/templates/CRM/UF/Form/Field.tpl +++ b/templates/CRM/UF/Form/Field.tpl @@ -306,6 +306,3 @@ function verify( ) { {/literal} - -{* include jscript to warn if unsaved form field changes *} -{include file="CRM/common/formNavigate.tpl"} diff --git a/templates/CRM/UF/Form/Group.tpl b/templates/CRM/UF/Form/Group.tpl index 9212e49d83..1eff42ddf2 100644 --- a/templates/CRM/UF/Form/Group.tpl +++ b/templates/CRM/UF/Form/Group.tpl @@ -81,7 +81,3 @@
{include file="CRM/common/formButtons.tpl" location="bottom"}
{include file="CRM/common/showHide.tpl"} - -{* include jscript to warn if unsaved form field changes *} -{include file="CRM/common/formNavigate.tpl"} - -- 2.25.1