soft credit statistics, hyperlink for soft-credit-for-name
[civicrm-core.git] / templates / CRM / Contribute / Page / ContributionTotals.tpl
index 19eaf1b492f247ffc24237667ba3057184437d3f..f5a7e39da19745b3e76087f80c3c08f52691d418 100644 (file)
@@ -1,6 +1,6 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
             <th class="disabled right contriTotalRight"> &nbsp; {ts}Total Cancelled Amount{/ts} - {$contributionSummary.cancel.amount}</th>
           {/if}
       </tr>  
+      {if $contributionSummary.soft_credit.count}
+      <tr>
+        <th class="contriTotalLeft right">{ts}Total Soft Credit Amount{/ts} - {$contributionSummary.soft_credit.amount}</th>
+        <th class="right"> &nbsp; {ts}# Completed Soft Credits{/ts} - {$contributionSummary.soft_credit.count}</th>
+        <th class="right contriTotalRight"> &nbsp; {ts}Avg Soft Credit Amount{/ts} - {$contributionSummary.soft_credit.avg}</th>
+      </tr>  
+      {/if}
     {/if}
     
     </table>
-{/if}
\ No newline at end of file
+{/if}