CRM-14353 - remove UF_Form_Field and UF_Form_Group formNavigate includes
authormzd <mzd@ginkgostreet.com>
Wed, 30 Apr 2014 23:02:43 +0000 (19:02 -0400)
committermzd <mzd@ginkgostreet.com>
Thu, 1 May 2014 18:59:14 +0000 (14:59 -0400)
----------------------------------------
* CRM-14353: Fix formNavigate to work with multiple forms & ajax
  https://issues.civicrm.org/jira/browse/CRM-14353

templates/CRM/UF/Form/Field.tpl
templates/CRM/UF/Form/Group.tpl

index 5863edb675b2029e2bfd5098927a9d5793f0e1c4..61b6a92dbfef5ee7d39300ef8760109180b3fc1d 100644 (file)
@@ -306,6 +306,3 @@ function verify( ) {
 
 </script>
 {/literal}
-
-{* include jscript to warn if unsaved form field changes *}
-{include file="CRM/common/formNavigate.tpl"}
index 9212e49d839983f48b8a065437dfbc24da89f7d4..1eff42ddf2bd4a3c71cb999df6466c5aa40bfd29 100644 (file)
@@ -81,7 +81,3 @@
 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 </div>
 {include file="CRM/common/showHide.tpl"}
-
-{* include jscript to warn if unsaved form field changes *}
-{include file="CRM/common/formNavigate.tpl"}
-