whitespace only
authorEileen McNaughton <eileen@fuzion.co.nz>
Mon, 2 Feb 2015 02:45:01 +0000 (15:45 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Mon, 2 Feb 2015 02:45:01 +0000 (15:45 +1300)
templates/CRM/Contribute/Form/Contribution/ThankYou.tpl

index b589f3612ee5baf0dfe3e487e5563e1551aa6d17..1604565a267e680164746f4e071e242563ecd3ea 100644 (file)
  +--------------------------------------------------------------------+
 *}
 {if $action & 1024}
-    {include file="CRM/Contribute/Form/Contribution/PreviewHeader.tpl"}
+  {include file="CRM/Contribute/Form/Contribution/PreviewHeader.tpl"}
 {/if}
 
 {include file="CRM/common/TrackingFields.tpl"}
 
 <div class="crm-contribution-page-id-{$contributionPageID} crm-block crm-contribution-thankyou-form-block">
-    {if $thankyou_text}
-        <div id="thankyou_text" class="crm-section thankyou_text-section">
-            {$thankyou_text}
-        </div>
-    {/if}
+  {if $thankyou_text}
+    <div id="thankyou_text" class="crm-section thankyou_text-section">
+      {$thankyou_text}
+    </div>
+  {/if}
 
-    {* Show link to Tell a Friend (CRM-2153) *}
-    {if $friendText}
-        <div id="tell-a-friend" class="crm-section friend_link-section">
-            <a href="{$friendURL}" title="{$friendText}" class="button"><span>&raquo; {$friendText}</span></a>
-       </div>{if !$linkText}<br /><br />{/if}
-    {/if}
-    {* Add button for donor to create their own Personal Campaign page *}
-    {if $linkText}
-   <div class="crm-section create_pcp_link-section">
-        <a href="{$linkTextUrl}" title="{$linkText}" class="button"><span>&raquo; {$linkText}</span></a>
+  {* Show link to Tell a Friend (CRM-2153) *}
+  {if $friendText}
+    <div id="tell-a-friend" class="crm-section friend_link-section">
+      <a href="{$friendURL}" title="{$friendText}" class="button"><span>&raquo; {$friendText}</span></a>
+    </div>{if !$linkText}<br /><br />{/if}
+  {/if}
+  {* Add button for donor to create their own Personal Campaign page *}
+  {if $linkText}
+    <div class="crm-section create_pcp_link-section">
+      <a href="{$linkTextUrl}" title="{$linkText}" class="button"><span>&raquo; {$linkText}</span></a>
     </div><br /><br />
-    {/if}
+  {/if}
 
-    <div id="help">
-        {* PayPal_Standard sets contribution_mode to 'notify'. We don't know if transaction is successful until we receive the IPN (payment notification) *}
-        {if $is_pay_later}
+  <div id="help">
+    {* PayPal_Standard sets contribution_mode to 'notify'. We don't know if transaction is successful until we receive the IPN (payment notification) *}
+    {if $is_pay_later}
       <div class="bold">{$pay_later_receipt}</div>
       {if $is_email_receipt}
-                <div>
-        {if $onBehalfEmail AND ($onBehalfEmail neq $email)}
-      {ts 1=$email 2=$onBehalfEmail}An email confirmation with these payment instructions has been sent to %1 and to %2.{/ts}
-        {else}
-      {ts 1=$email}An email confirmation with these payment instructions has been sent to %1.{/ts}
-        {/if}
-    </div>
-            {/if}
-        {elseif $contributeMode EQ 'notify' OR ($contributeMode EQ 'direct' && $is_recur) }
-            <div>{ts 1=$paymentProcessor.name}Your contribution has been submitted to %1 for processing. Please print this page for your records.{/ts}</div>
-            {if $is_email_receipt}
-                <div>
-        {if $onBehalfEmail AND ($onBehalfEmail neq $email)}
-      {ts 1=$email 2=$onBehalfEmail}An email receipt will be sent to %1 and to %2 once the transaction is processed successfully.{/ts}
-        {else}
-      {ts 1=$email}An email receipt will be sent to %1 once the transaction is processed successfully.{/ts}
-        {/if}
-    </div>
-            {/if}
-        {else}
-            <div>{ts}Your transaction has been processed successfully. Please print this page for your records.{/ts}</div>
-            {if $is_email_receipt}
-                <div>
+        <div>
+          {if $onBehalfEmail AND ($onBehalfEmail neq $email)}
+            {ts 1=$email 2=$onBehalfEmail}An email confirmation with these payment instructions has been sent to %1 and
+              to %2.{/ts}
+          {else}
+            {ts 1=$email}An email confirmation with these payment instructions has been sent to %1.{/ts}
+          {/if}
+        </div>
+      {/if}
+    {elseif $contributeMode EQ 'notify' OR ($contributeMode EQ 'direct' && $is_recur) }
+      <div>{ts 1=$paymentProcessor.name}Your contribution has been submitted to %1 for processing. Please print this page for your records.{/ts}</div>
+        {if $is_email_receipt}
+      <div>
         {if $onBehalfEmail AND ($onBehalfEmail neq $email)}
-      {ts 1=$email 2=$onBehalfEmail}An email receipt has also been sent to %1 and to %2{/ts}
+          {ts 1=$email 2=$onBehalfEmail}An email receipt will be sent to %1 and to %2 once the transaction is processed
+          successfully.{/ts}
         {else}
-      {ts 1=$email}An email receipt has also been sent to %1{/ts}
+          {ts 1=$email}An email receipt will be sent to %1 once the transaction is processed successfully.{/ts}
         {/if}
-    </div>
-            {/if}
-        {/if}
-    </div>
-    <div class="spacer"></div>
+      </div>
+    {/if}
+  {else}
+    <div>{ts}Your transaction has been processed successfully. Please print this page for your records.{/ts}</div>
+      {if $is_email_receipt}
+        <div>
+          {if $onBehalfEmail AND ($onBehalfEmail neq $email)}
+            {ts 1=$email 2=$onBehalfEmail}An email receipt has also been sent to %1 and to %2{/ts}
+          {else}
+            {ts 1=$email}An email receipt has also been sent to %1{/ts}
+          {/if}
+        </div>
+      {/if}
+  {/if}
+  </div>
+  <div class="spacer"></div>
 
-    {include file="CRM/Contribute/Form/Contribution/MembershipBlock.tpl" context="thankContribution"}
+  {include file="CRM/Contribute/Form/Contribution/MembershipBlock.tpl" context="thankContribution"}
 
-    {if $amount GT 0 OR $minimum_fee GT 0 OR ( $priceSetID and $lineItem ) }
+  {if $amount GT 0 OR $minimum_fee GT 0 OR ( $priceSetID and $lineItem ) }
     <div class="crm-group amount_display-group">
-        {if !$useForMember}
+      {if !$useForMember}
         <div class="header-dark">
-            {if !$membershipBlock AND $amount OR ( $priceSetID and $lineItem )}{ts}Contribution Information{/ts}{else}{ts}Membership Fee{/ts}{/if}
+          {if !$membershipBlock AND $amount OR ( $priceSetID and $lineItem )}{ts}Contribution Information{/ts}{else}{ts}Membership Fee{/ts}{/if}
         </div>
-  {/if}
-        <div class="display-block">
-         {if !$useForMember}
-        {if $lineItem and $priceSetID}
-          {if !$amount}{assign var="amount" value=0}{/if}
+      {/if}
+      <div class="display-block">
+        {if !$useForMember}
+          {if $lineItem and $priceSetID}
+            {if !$amount}{assign var="amount" value=0}{/if}
             {assign var="totalAmount" value=$amount}
             {include file="CRM/Price/Page/LineItem.tpl" context="Contribution"}
           {elseif $membership_amount}
             {/if}
             {ts}Amount{/ts}: <strong>{$amount|crmMoney} {if $amount_level} - {$amount_level} {/if}</strong><br />
           {/if}
-    {/if}
-          {if $receive_date}
-            {ts}Date{/ts}: <strong>{$receive_date|crmDate}</strong><br />
-          {/if}
-          {if $contributeMode ne 'notify' and $is_monetary and ! $is_pay_later and $trxn_id}
-            {ts}Transaction #{/ts}: {$trxn_id}<br />
-          {/if}
-          {if $membership_trx_id}
-            {ts}Membership Transaction #{/ts}: {$membership_trx_id}
-          {/if}
+        {/if}
+        {if $receive_date}
+          {ts}Date{/ts}: <strong>{$receive_date|crmDate}</strong><br />
+        {/if}
+        {if $contributeMode ne 'notify' and $is_monetary and ! $is_pay_later and $trxn_id}
+          {ts}Transaction #{/ts}: {$trxn_id}<br />
+        {/if}
+        {if $membership_trx_id}
+          {ts}Membership Transaction #{/ts}: {$membership_trx_id}
+        {/if}
 
-            {* Recurring contribution / pledge information *}
-            {if $is_recur}
-                {if $membershipBlock} {* Auto-renew membership confirmation *}
-{crmRegion name="contribution-thankyou-recur-membership"}
-                    <br />
+        {* Recurring contribution / pledge information *}
+        {if $is_recur}
+          {if $membershipBlock} {* Auto-renew membership confirmation *}
+            {crmRegion name="contribution-thankyou-recur-membership"}
+              <br />
+              {if $frequency_interval > 1}
+                <strong>{ts 1=$frequency_interval 2=$frequency_unit}This membership will be renewed automatically every %1 %2(s).{/ts}</strong>
+              {else}
+                <strong>{ts 1=$frequency_unit}This membership will be renewed automatically every %1.{/ts}</strong>
+              {/if}
+              <div class="description crm-auto-renew-cancel-info">({ts}You will receive an email receipt which includes information about how to cancel the auto-renewal option.{/ts})</div>
+            {/crmRegion}
+          {else}
+            {crmRegion name="contribution-thankyou-recur"}
+              {if $installments > 1}
                 {if $frequency_interval > 1}
-                  <strong>{ts 1=$frequency_interval 2=$frequency_unit}This membership will be renewed automatically every %1 %2(s).{/ts}</strong>
+                  <p><strong>{ts 1=$frequency_interval 2=$frequency_unit 3=$installments}This recurring contribution will be automatically processed every %1 %2s for a total %3 installments (including this initial contribution).{/ts}</strong></p>
                 {else}
-                  <strong>{ts 1=$frequency_unit}This membership will be renewed automatically every %1.{/ts}</strong>
-                {/if}
-                    <div class="description crm-auto-renew-cancel-info">({ts}You will receive an email receipt which includes information about how to cancel the auto-renewal option.{/ts})</div>
-{/crmRegion}
+                    <p><strong>{ts 1=$frequency_unit 2=$installments}This recurring contribution will be automatically processed every %1 for a total %2 installments (including this initial contribution).{/ts}</strong></p>
+                  {/if}
                 {else}
-{crmRegion name="contribution-thankyou-recur"}
-                  {if $installments > 1}
-                    {if $frequency_interval > 1}
-                      <p><strong>{ts 1=$frequency_interval 2=$frequency_unit 3=$installments}This recurring contribution will be automatically processed every %1 %2s for a total %3 installments (including this initial contribution).{/ts}</strong></p>
-                    {else}
-                      <p><strong>{ts 1=$frequency_unit 2=$installments}This recurring contribution will be automatically processed every %1 for a total %2 installments (including this initial contribution).{/ts}</strong></p>
-                    {/if}
+                  {if $frequency_interval > 1}
+                    <p><strong>{ts 1=$frequency_interval 2=$frequency_unit}This recurring contribution will be automatically processed every %1 %2s.{/ts}</strong></p>
                   {else}
-                    {if $frequency_interval > 1}
-                      <p><strong>{ts 1=$frequency_interval 2=$frequency_unit}This recurring contribution will be automatically processed every %1 %2s.{/ts}</strong></p>
-                    {else}
-                      <p><strong>{ts 1=$frequency_unit}This recurring contribution will be automatically processed every %1.{/ts}</strong></p>
-                    {/if}
+                    <p><strong>{ts 1=$frequency_unit}This recurring contribution will be automatically processed every %1.{/ts}</strong></p>
                   {/if}
-                    <p>
-                    {if $is_email_receipt}
-                        {ts}You will receive an email receipt which includes information about how to update or cancel this recurring contribution.{/ts}
-                    {/if}
-                    </p>
-{/crmRegion}
-                {/if}
-            {/if}
-
-            {if $is_pledge}
-                {if $pledge_frequency_interval GT 1}
-                    <p><strong>{ts 1=$pledge_frequency_interval 2=$pledge_frequency_unit 3=$pledge_installments}I pledge to contribute this amount every %1 %2s for %3 installments.{/ts}</strong></p>
-                {else}
-                    <p><strong>{ts 1=$pledge_frequency_interval 2=$pledge_frequency_unit 3=$pledge_installments}I pledge to contribute this amount every %2 for %3 installments.{/ts}</strong></p>
-                {/if}
-                <p>
-                {if $is_pay_later}
-                    {ts 1=$receiptFromEmail}We will record your initial pledge payment when we receive it from you. You will be able to modify or cancel future pledge payments at any time by logging in to your account or contacting us at %1.{/ts}
-                {else}
-                    {ts 1=$receiptFromEmail}Your initial pledge payment has been processed. You will be able to modify or cancel future pledge payments at any time by contacting us at %1.{/ts}
-                {/if}
-                {if $max_reminders}
-                    {ts 1=$initial_reminder_day}We will send you a payment reminder %1 days prior to each scheduled payment date. The reminder will include a link to a page where you can make your payment online.{/ts}
                 {/if}
+                  <p>
+                  {if $is_email_receipt}
+                    {ts}You will receive an email receipt which includes information about how to update or cancel this recurring contribution.{/ts}
+                  {/if}
                 </p>
+            {/crmRegion}
+          {/if}
+        {/if}
+
+        {if $is_pledge}
+          {if $pledge_frequency_interval GT 1}
+            <p><strong>{ts 1=$pledge_frequency_interval 2=$pledge_frequency_unit 3=$pledge_installments}I pledge to contribute this amount every %1 %2s for %3 installments.{/ts}</strong></p>
+          {else}
+            <p><strong>{ts 1=$pledge_frequency_interval 2=$pledge_frequency_unit 3=$pledge_installments}I pledge to contribute this amount every %2 for %3 installments.{/ts}</strong></p>
+          {/if}
+          <p>
+            {if $is_pay_later}
+              {ts 1=$receiptFromEmail}We will record your initial pledge payment when we receive it from you. You will be able to modify or cancel future pledge payments at any time by logging in to your account or contacting us at %1.{/ts}
+            {else}
+              {ts 1=$receiptFromEmail}Your initial pledge payment has been processed. You will be able to modify or cancel future pledge payments at any time by contacting us at %1.{/ts}
             {/if}
-        </div>
+            {if $max_reminders}
+              {ts 1=$initial_reminder_day}We will send you a payment reminder %1 days prior to each scheduled payment date. The reminder will include a link to a page where you can make your payment online.{/ts}
+            {/if}
+          </p>
+        {/if}
+      </div>
     </div>
-    {/if}
+  {/if}
 
-    {if $honor_block_is_active}
-        <div class="crm-group honor_block-group">
-            <div class="header-dark">
-                {$soft_credit_type}
-            </div>
-            <div class="display-block">
-                <div class="label-left crm-section honoree_profile-section">
-                    <strong>{$honorName}</strong></br>
-                    {include file="CRM/UF/Form/Block.tpl" fields=$honoreeProfileFields prefix='honor'}
-                </div>
-            </div>
-         </div>
-    {/if}
+  {if $honor_block_is_active}
+    <div class="crm-group honor_block-group">
+      <div class="header-dark">
+        {$soft_credit_type}
+      </div>
+      <div class="display-block">
+       <div class="label-left crm-section honoree_profile-section">
+          <strong>{$honorName}</strong></br>
+          {include file="CRM/UF/Form/Block.tpl" fields=$honoreeProfileFields prefix='honor'}
+        </div>
+      </div>
+   </div>
+  {/if}
 
-    {if $customPre}
-      <fieldset class="label-left crm-profile-view">
-        {include file="CRM/UF/Form/Block.tpl" fields=$customPre}
-      </fieldset>
-    {/if}
+  {if $customPre}
+    <fieldset class="label-left crm-profile-view">
+      {include file="CRM/UF/Form/Block.tpl" fields=$customPre}
+    </fieldset>
+  {/if}
 
-    {if $pcpBlock}
+  {if $pcpBlock}
     <div class="crm-group pcp_display-group">
-        <div class="header-dark">
-            {ts}Contribution Honor Roll{/ts}
-        </div>
-        <div class="display-block">
-            {if $pcp_display_in_roll}
-                {ts}List my contribution{/ts}
-                {if $pcp_is_anonymous}
-                    <strong>{ts}anonymously{/ts}.</strong>
-                {else}
-                    {ts}under the name{/ts}: <strong>{$pcp_roll_nickname}</strong><br/>
-                    {if $pcp_personal_note}
-                        {ts}With the personal note{/ts}: <strong>{$pcp_personal_note}</strong>
-                    {else}
-                     <strong>{ts}With no personal note{/ts}</strong>
-                     {/if}
-                {/if}
+      <div class="header-dark">
+        {ts}Contribution Honor Roll{/ts}
+      </div>
+      <div class="display-block">
+        {if $pcp_display_in_roll}
+          {ts}List my contribution{/ts}
+          {if $pcp_is_anonymous}
+            <strong>{ts}anonymously{/ts}.</strong>
+          {else}
+            {ts}under the name{/ts}: <strong>{$pcp_roll_nickname}</strong><br/>
+            {if $pcp_personal_note}
+              {ts}With the personal note{/ts}: <strong>{$pcp_personal_note}</strong>
             {else}
-            {ts}Don't list my contribution in the honor roll.{/ts}
+              <strong>{ts}With no personal note{/ts}</strong>
             {/if}
-            <br />
+          {/if}
+        {else}
+          {ts}Don't list my contribution in the honor roll.{/ts}
+        {/if}
+        <br />
+      </div>
+    </div>
+  {/if}
+
+  {if $onbehalfProfile}
+    <div class="crm-group onBehalf_display-group label-left crm-profile-view">
+      {include file="CRM/UF/Form/Block.tpl" fields=$onbehalfProfile prefix='onbehalf'}
+      <div class="crm-section organization_email-section">
+        <div class="label">{ts}Organization Email{/ts}</div>
+        <div class="content">{$onBehalfEmail}</div>
+        <div class="clear"></div>
        </div>
     </div>
-    {/if}
+  {/if}
 
-    {if $onbehalfProfile}
-      <div class="crm-group onBehalf_display-group label-left crm-profile-view">
-         {include file="CRM/UF/Form/Block.tpl" fields=$onbehalfProfile prefix='onbehalf'}
-         <div class="crm-section organization_email-section">
-            <div class="label">{ts}Organization Email{/ts}</div>
-            <div class="content">{$onBehalfEmail}</div>
+  {if ( $contributeMode ne 'notify' and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and $is_monetary and ( $amount GT 0 OR $minimum_fee GT 0 ) ) or $email }
+    {if $contributeMode ne 'notify' and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and $is_monetary and ( $amount GT 0 OR $minimum_fee GT 0 ) }
+      {if $billingName or $address}
+        <div class="crm-group billing_name_address-group">
+          <div class="header-dark">
+            {ts}Billing Name and Address{/ts}
+          </div>
+          <div class="crm-section no-label billing_name-section">
+            <div class="content">{$billingName}</div>
             <div class="clear"></div>
-         </div>
-      </div>
+          </div>
+          <div class="crm-section no-label billing_address-section">
+            <div class="content">{$address|nl2br}</div>
+            <div class="clear"></div>
+          </div>
+        </div>
+      {/if}
     {/if}
-
-    {if ( $contributeMode ne 'notify' and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and $is_monetary and ( $amount GT 0 OR $minimum_fee GT 0 ) ) or $email }
-        {if $contributeMode ne 'notify' and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and $is_monetary and ( $amount GT 0 OR $minimum_fee GT 0 ) }
-          {if $billingName or $address}
-            <div class="crm-group billing_name_address-group">
-                <div class="header-dark">
-                    {ts}Billing Name and Address{/ts}
-                </div>
-              <div class="crm-section no-label billing_name-section">
-                <div class="content">{$billingName}</div>
-                <div class="clear"></div>
-              </div>
-              <div class="crm-section no-label billing_address-section">
-                <div class="content">{$address|nl2br}</div>
-                <div class="clear"></div>
-              </div>
-             </div>
-          {/if}
-        {/if}
-        {if $email}
-            <div class="crm-group contributor_email-group">
-                <div class="header-dark">
-                    {ts}Your Email{/ts}
-                </div>
-                <div class="crm-section no-label contributor_email-section">
-                  <div class="content">{$email}</div>
-                  <div class="clear"></div>
-                </div>
-            </div>
-        {/if}
+    {if $email}
+      <div class="crm-group contributor_email-group">
+        <div class="header-dark">
+          {ts}Your Email{/ts}
+        </div>
+        <div class="crm-section no-label contributor_email-section">
+          <div class="content">{$email}</div>
+          <div class="clear"></div>
+        </div>
+      </div>
     {/if}
+  {/if}
 
-    {if $contributeMode eq 'direct' and ! $is_pay_later and $is_monetary and ( $amount GT 0 OR $minimum_fee GT 0 )}
-{crmRegion name="contribution-thankyou-billing-block"}
-    <div class="crm-group credit_card-group">
+  {if $contributeMode eq 'direct' and ! $is_pay_later and $is_monetary and ( $amount GT 0 OR $minimum_fee GT 0 )}
+    {crmRegion name="contribution-thankyou-billing-block"}
+      <div class="crm-group credit_card-group">
         <div class="header-dark">
-         {if $paymentProcessor.payment_type & 2}
+          {if $paymentProcessor.payment_type & 2}
             {ts}Direct Debit Information{/ts}
-         {else}
+          {else}
             {ts}Credit Card Information{/ts}
-         {/if}
+          {/if}
         </div>
-         {if $paymentProcessor.payment_type & 2}
-            <div class="display-block">
-                {ts}Account Holder{/ts}: {$account_holder}<br />
-                {ts}Bank Identification Number{/ts}: {$bank_identification_number}<br />
-                {ts}Bank Name{/ts}: {$bank_name}<br />
-                {ts}Bank Account Number{/ts}: {$bank_account_number}<br />
-            </div>
-         {else}
-             <div class="crm-section no-label credit_card_details-section">
-                 <div class="content">{$credit_card_type}</div>
-               <div class="content">{$credit_card_number}</div>
-               <div class="content">{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate}</div>
-               <div class="clear"></div>
-             </div>
-         {/if}
-    </div>
-{/crmRegion}
-    {/if}
+        {if $paymentProcessor.payment_type & 2}
+          <div class="display-block">
+            {ts}Account Holder{/ts}: {$account_holder}<br />
+            {ts}Bank Identification Number{/ts}: {$bank_identification_number}<br />
+            {ts}Bank Name{/ts}: {$bank_name}<br />
+            {ts}Bank Account Number{/ts}: {$bank_account_number}<br />
+          </div>
+        {else}
+          <div class="crm-section no-label credit_card_details-section">
+            <div class="content">{$credit_card_type}</div>
+            <div class="content">{$credit_card_number}</div>
+            <div class="content">{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate}</div>
+            <div class="clear"></div>
+          </div>
+        {/if}
+      </div>
+    {/crmRegion}
+  {/if}
 
-    {include file="CRM/Contribute/Form/Contribution/PremiumBlock.tpl" context="thankContribution"}
+  {include file="CRM/Contribute/Form/Contribution/PremiumBlock.tpl" context="thankContribution"}
 
-    {if $customPost}
-      <fieldset class="label-left crm-profile-view">
-        {include file="CRM/UF/Form/Block.tpl" fields=$customPost}
-      </fieldset>
-    {/if}
+  {if $customPost}
+    <fieldset class="label-left crm-profile-view">
+      {include file="CRM/UF/Form/Block.tpl" fields=$customPost}
+    </fieldset>
+  {/if}
 
-    <div id="thankyou_footer" class="contribution_thankyou_footer-section">
-        <p>
-        {$thankyou_footer}
-        </p>
-    </div>
-    {if $isShare}
+  <div id="thankyou_footer" class="contribution_thankyou_footer-section">
+    <p>
+      {$thankyou_footer}
+    </p>
+  </div>
+  {if $isShare}
     {capture assign=contributionUrl}{crmURL p='civicrm/contribute/transact' q="$qParams" a=1 fe=1 h=1}{/capture}
     {include file="CRM/common/SocialNetwork.tpl" url=$contributionUrl title=$title pageURL=$contributionUrl}
-    {/if}
+  {/if}
 </div>