X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FContribute%2FPage%2FManagePremiums.tpl;h=6f46d0ca47b0345ed9a40840602ea3f629efff64;hb=8a4ce1add55e7bf8fff0b28820d622a37ddca44a;hp=e85be285f3d9013f021d753cca940108e3a3c8ad;hpb=865168d5d056d071d23d0273189051241c5261e5;p=civicrm-core.git diff --git a/templates/CRM/Contribute/Page/ManagePremiums.tpl b/templates/CRM/Contribute/Page/ManagePremiums.tpl index e85be285f3..6f46d0ca47 100644 --- a/templates/CRM/Contribute/Page/ManagePremiums.tpl +++ b/templates/CRM/Contribute/Page/ManagePremiums.tpl @@ -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}