Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-08-12-15-44-44
[civicrm-core.git] / templates / CRM / Contribute / Form / Selector.tpl
index d9532edd096c48562fe10a76472d047aa8e4ff94..10240d77ccda55ade8908dafefb8684b626b9095 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
           {$sort->_response.$key.link}
         {else}
           {$header.name}
-         {/if}
+    {/if}
         </th>
-       {if $header.name eq "Soft Credit For"}
-         {assign var='softCreditColumns' value=1}
-       {/if}
+  {if $header.name eq "Soft Credit For"}
+    {assign var='softCreditColumns' value=1}
+  {/if}
     {/foreach}
   </tr>
-  </thead> 
+  </thead>
 
   {counter start=0 skip=1 print=false}
   {foreach from=$rows item=row}
@@ -65,7 +65,7 @@
     {else}
       <td class="right bold crm-contribution-amount"><span class="nowrap">{$row.total_amount|crmMoney:$row.currency}</span> {if $row.amount_level }<br /> ({$row.amount_level}){/if}
       {if $row.contribution_recur_id}
-       <br /> {ts}(Recurring Contribution){/ts}
+  <br /> {ts}(Recurring Contribution){/ts}
       {/if}
       </td>
     {/if}