X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FContribute%2FPage%2FManagePremiums.tpl;h=6f46d0ca47b0345ed9a40840602ea3f629efff64;hb=b9ff6e65e691451f5344720cc8d27611e203f200;hp=9c5a68f81c57434bdc8dffb5e26b3cd191e2d90a;hpb=748ad23214360c7785d3d20e22fc694e30d6d480;p=civicrm-core.git diff --git a/templates/CRM/Contribute/Page/ManagePremiums.tpl b/templates/CRM/Contribute/Page/ManagePremiums.tpl index 9c5a68f81c..6f46d0ca47 100644 --- a/templates/CRM/Contribute/Page/ManagePremiums.tpl +++ b/templates/CRM/Contribute/Page/ManagePremiums.tpl @@ -1,6 +1,6 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.7 | + | CiviCRM version 5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2018 | +--------------------------------------------------------------------+ @@ -43,7 +43,7 @@
{strip} {* handle enable/disable actions*} - {include file="CRM/common/enableDisableApi.tpl"} + {include file="CRM/common/enableDisableApi.tpl"} {include file="CRM/common/jsortable.tpl"} @@ -51,8 +51,9 @@ - + + @@ -61,9 +62,10 @@ - - - + + + +
{ts}Name{/ts} {ts}SKU{/ts} {ts}Market Value{/ts}{ts}Financial Type{/ts} {ts}Min Contribution{/ts}{ts}Actual Cost{/ts}{ts}Financial Type{/ts} {ts}Active?{/ts}
{$row.name} {$row.sku}{$row.price }{$row.financial_type_id}{$row.min_contribution}{$row.price|crmMoney}{$row.min_contribution|crmMoney}{$row.cost|crmMoney}{$row.financial_type} {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} {$row.action|replace:'xx':$row.id}