From: David Reedy Jr Date: Wed, 10 Feb 2016 23:40:50 +0000 (-0600) Subject: CRM-18017 add regions to manage premiums template X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dda4f10e948d1e5974e15e738dc7a1419476266d;p=civicrm-core.git CRM-18017 add regions to manage premiums template --- diff --git a/templates/CRM/Contribute/Form/ManagePremiums.tpl b/templates/CRM/Contribute/Form/ManagePremiums.tpl index d42be97f24..fe31cc8f75 100644 --- a/templates/CRM/Contribute/Form/ManagePremiums.tpl +++ b/templates/CRM/Contribute/Form/ManagePremiums.tpl @@ -34,6 +34,7 @@ {include file="CRM/Contribute/Form/Contribution/PremiumBlock.tpl" context="previewPremium"} {else}
{include file="CRM/common/formButtons.tpl" location="top"}
+ {crmRegion name="contribute-form-managepremiums-standard-fields"}
{$form.name.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_product' field='name' id=$productId}{/if} @@ -118,6 +119,8 @@ {$form.is_active.html}
+ {/crmRegion} + {crmRegion name="contribute-form-managepremiums-other-fields"}
{ts}Subscription or Service Settings{/ts}
@@ -149,6 +152,7 @@
+ {/crmRegion} {/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}