X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FForm%2FbasicForm.tpl;h=a3f0dd35e176d4606cb6cd052bb15df43703a54b;hb=d5be719dc69c065a610c4462bdc4fc325d1bf396;hp=5eea79330bea859f790e213f7eb3ccf7fdeb91cd;hpb=fc39f196c427ec3f13f2a240967bd36f426e9609;p=civicrm-core.git diff --git a/templates/CRM/Form/basicForm.tpl b/templates/CRM/Form/basicForm.tpl index 5eea79330b..a3f0dd35e1 100644 --- a/templates/CRM/Form/basicForm.tpl +++ b/templates/CRM/Form/basicForm.tpl @@ -1,6 +1,6 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.5 | + | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ @@ -25,7 +25,16 @@ *}
{include file="CRM/common/formButtons.tpl" location="top"}
- + {if $formName == "Contribute_Preferences" } +
+ + + +
+ {$form.invoicing.html} {$form.invoicing.label} +
+ {/if} + {foreach from=$fields item=field key=fieldName} {assign var=n value=$fieldName} {if $form.$n} @@ -54,3 +63,27 @@
{include file="CRM/common/formButtons.tpl" location="bottom"}
+{if $formName == "Contribute_Preferences"} + {literal} + + {/literal} +{/if}