From 1c80b6653345a7119b2d2e6302847a4ad08302c1 Mon Sep 17 00:00:00 2001 From: Eileen Date: Thu, 2 Jan 2014 17:32:18 +1300 Subject: [PATCH] CRM-12055 fix tabs to be double spaces ---------------------------------------- * CRM-12055: Allow users to change label used for Contribution Amounts in online contribution page w/o switching to a price set http://issues.civicrm.org/jira/browse/CRM-12055 --- templates/CRM/Price/Form/PriceSet.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Price/Form/PriceSet.tpl b/templates/CRM/Price/Form/PriceSet.tpl index 9b17d52626..ab303bf782 100644 --- a/templates/CRM/Price/Form/PriceSet.tpl +++ b/templates/CRM/Price/Form/PriceSet.tpl @@ -34,7 +34,7 @@
{if ($element.html_type eq 'CheckBox' || $element.html_type == 'Radio') && $element.options_per_line} {assign var="element_name" value="price_"|cat:$field_id} -
{$form.$element_name.label}
+
{$form.$element_name.label}
{assign var="rowCount" value="1"} {assign var="count" value="1"} -- 2.25.1