CRM-17620 - Add title to expand links
authorColeman Watts <coleman@civicrm.org>
Thu, 3 Dec 2015 20:38:46 +0000 (15:38 -0500)
committerColeman Watts <coleman@civicrm.org>
Thu, 3 Dec 2015 20:38:46 +0000 (15:38 -0500)
templates/CRM/Pledge/Form/Selector.tpl
templates/CRM/Pledge/Page/UserDashboard.tpl

index 248f8e8c5a8f13c5f72a6f247e8895f9e03d74d4..e335464c94b4ad87195edd5f7efde95c7d24b26f 100644 (file)
@@ -57,7 +57,7 @@
                 <td>{$form.$cbName.html}</td>
             {/if}
             <td>
-                <a class="crm-expand-row" href="{crmURL p='civicrm/pledge/payment' q="action=browse&context=`$context`&pledgeId=`$row.pledge_id`&cid=`$row.contact_id`"}"></a>
+                <a class="crm-expand-row" title="{ts}view payments{/ts}" href="{crmURL p='civicrm/pledge/payment' q="action=browse&context=`$context`&pledgeId=`$row.pledge_id`&cid=`$row.contact_id`"}"></a>
             </td>
             {if ! $single }
                 <td>
index afb4755e10ade1077f3c68588d08611ee8e16804..3aa409237bf011af237416630dbd460a33597ff7 100644 (file)
@@ -48,7 +48,7 @@
       {if $row.pledge_contribution_page_id and ($row.pledge_status_name neq 'Completed') and ( $row.contact_id eq $loggedUserID ) }
         <a href="{crmURL p='civicrm/contribute/transact' q="reset=1&id=`$row.pledge_contribution_page_id`&pledgeId=`$row.pledge_id`"}">{ts}Make Payment{/ts}</a><br/>
       {/if}
-      <a class="crm-expand-row" href="{crmURL p='civicrm/pledge/payment' q="action=browse&context=`$context`&pledgeId=`$row.pledge_id`&cid=`$row.contact_id`"}">{ts}Payments{/ts}</a>
+      <a class="crm-expand-row" title="{ts}view payments{/ts}" href="{crmURL p='civicrm/pledge/payment' q="action=browse&context=`$context`&pledgeId=`$row.pledge_id`&cid=`$row.contact_id`"}">{ts}Payments{/ts}</a>
     </td>
    </tr>
   {/foreach}