manual merge of fixes for CRM-13981
[civicrm-core.git] / templates / CRM / Contribute / Page / UserDashboard.tpl
index 79a6a19f681c49097c8c7e4095bc24c948567ec6..eff2664bf95d7b5929a4540f974b0e9b0deca01e 100644 (file)
@@ -72,6 +72,7 @@
                 <tr class="columnheader">
                     <th >{ts}Contributor{/ts}</th>
                     <th>{ts}Amount{/ts}</th>
+                    <th>{ts}Type{/ts}</th>
                     <th>{ts}Financial Type{/ts}</th>
                     <th>{ts}Received date{/ts}</th>
                     <th>{ts}Receipt Sent{/ts}</th>
@@ -81,6 +82,7 @@
                     <tr id='rowid{$row.honorId}' class="{cycle values="odd-row,even-row"}">
                         <td><a href="{crmURL p="civicrm/contact/view" q="reset=1&cid=`$row.honorId`"}" id="view_contact">{$row.display_name}</a></td>
                         <td>{$row.amount}</td>
+                        <td>{$row.honor_type}</td>
                         <td>{$row.type}</td>
                         <td>{$row.receive_date|truncate:10:''|crmDate}</td>
                         <td>{$row.receipt_date|truncate:10:''|crmDate}</td>