Skip to content

Commit

Permalink
Merge pull request #18799 from deb1990/CPS-332-support-new-button-markup
Browse files Browse the repository at this point in the history
CPS-332: Button markup fix in PremiumBlock.tpl
  • Loading branch information
eileenmcnaughton authored Oct 22, 2020
2 parents cbec685 + 02df04d commit 397e8a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/CRM/Contribute/Form/Contribution/PremiumBlock.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@
<div class="premium-full-title">{$row.name}</div>
<div class="premium-full-disabled">
{ts 1=$row.min_contribution|crmMoney}You must contribute at least %1 to get this item{/ts}<br/>
<button type="button" value="{ts 1=$row.min_contribution|crmMoney}Contribute %1 Instead{/ts}" amount="{$row.min_contribution}" />
<button type="button" amount="{$row.min_contribution}">
{ts 1=$row.min_contribution|crmMoney}Contribute %1 Instead{/ts}
</button>
</div>
<div class="premium-full-description">
{$row.description}
Expand Down

0 comments on commit 397e8a9

Please sign in to comment.