From 1c9e4ce37a93c7fc8a54923fd997046ec0037b32 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Wed, 20 Sep 2017 08:50:58 +1000 Subject: [PATCH] CRM-21014 only modify the alt tags --- templates/CRM/Contribute/Form/Contribution/PremiumBlock.tpl | 4 ++-- templates/CRM/Contribute/Page/Premium.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Contribute/Form/Contribution/PremiumBlock.tpl b/templates/CRM/Contribute/Form/Contribution/PremiumBlock.tpl index 9af7eef9a1..a4dc5e8664 100644 --- a/templates/CRM/Contribute/Form/Contribution/PremiumBlock.tpl +++ b/templates/CRM/Contribute/Form/Contribution/PremiumBlock.tpl @@ -68,14 +68,14 @@
{if $row.thumbnail}
{$row.name|escape:'html'}
{/if} -
{$row.name|escape:'html'}
+
{$row.name}
{if $row.image}{$row.name|escape:'html'}{/if}
-
{$row.name|escape:'html'}
+
{$row.name}
{ts 1=$row.min_contribution|crmMoney}You must contribute at least %1 to get this item{/ts}
diff --git a/templates/CRM/Contribute/Page/Premium.tpl b/templates/CRM/Contribute/Page/Premium.tpl index 7f0037beee..2e1b9ff50f 100644 --- a/templates/CRM/Contribute/Page/Premium.tpl +++ b/templates/CRM/Contribute/Page/Premium.tpl @@ -43,7 +43,7 @@ {foreach from=$rows item=row} - {$row.product_name|escape:'html'} + {$row.product_name} {$row.sku} {$row.price } {$row.min_contribution} -- 2.25.1