From ab35d844b9b3f532786fc3d06f42daf99bbae2df Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 1 Nov 2018 15:00:22 +1300 Subject: [PATCH] Remove Contribute.tpl specific code from basicForm.tpl Contribute.tpl no longer shares this form --- templates/CRM/Form/basicForm.tpl | 53 -------------------------------- 1 file changed, 53 deletions(-) diff --git a/templates/CRM/Form/basicForm.tpl b/templates/CRM/Form/basicForm.tpl index e8c963bb9f..3fe57d20f2 100644 --- a/templates/CRM/Form/basicForm.tpl +++ b/templates/CRM/Form/basicForm.tpl @@ -25,59 +25,6 @@ *}
{include file="CRM/common/formButtons.tpl" location="top"}
- {if $formName == "Contribute_Preferences"} - - {foreach from=$htmlFields item=desc key=htmlField} - {if $form.$htmlField} - {assign var=n value=$htmlField|cat:'_description'} - - {if $form.$htmlField.html_type EQ 'checkbox'|| $form.$htmlField.html_type EQ 'checkboxes'} - - - {else} - - - {/if} - - {/if} - {/foreach} -
- {$form.$htmlField.html} {$form.$htmlField.label} - {if $desc} -
{$desc} - {/if} -
{$form.$htmlField.label} {if $htmlField eq 'acl_financial_type'}{help id="$htmlField"}{/if} - {$form.$htmlField.html} - {if $desc} -
{$desc} - {/if} -
- {/if} - {include file="CRM/Form/basicFormFields.tpl"}
{include file="CRM/common/formButtons.tpl" location="bottom"}
-{if $formName == "Contribute_Preferences"} - {literal} - - {/literal} -{/if} -- 2.25.1