From: Coleman Watts Date: Thu, 3 Dec 2015 20:38:46 +0000 (-0500) Subject: CRM-17620 - Add title to expand links X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d17f7fea84f9a6a9a0e91d439fc9e1588c0cec62;p=civicrm-core.git CRM-17620 - Add title to expand links --- diff --git a/templates/CRM/Pledge/Form/Selector.tpl b/templates/CRM/Pledge/Form/Selector.tpl index 248f8e8c5a..e335464c94 100644 --- a/templates/CRM/Pledge/Form/Selector.tpl +++ b/templates/CRM/Pledge/Form/Selector.tpl @@ -57,7 +57,7 @@ {$form.$cbName.html} {/if} - + {if ! $single } diff --git a/templates/CRM/Pledge/Page/UserDashboard.tpl b/templates/CRM/Pledge/Page/UserDashboard.tpl index afb4755e10..3aa409237b 100644 --- a/templates/CRM/Pledge/Page/UserDashboard.tpl +++ b/templates/CRM/Pledge/Page/UserDashboard.tpl @@ -48,7 +48,7 @@ {if $row.pledge_contribution_page_id and ($row.pledge_status_name neq 'Completed') and ( $row.contact_id eq $loggedUserID ) } {ts}Make Payment{/ts}
{/if} - {ts}Payments{/ts} + {ts}Payments{/ts} {/foreach}