From 9e63fff037a8331c27d57fcdfb6c75d4874018e1 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Tue, 19 Sep 2017 10:28:46 +1000 Subject: [PATCH] CRM-21006 Ensure that Buttons are correctly displayed --- templates/CRM/Contribute/Form/Contribution/ThankYou.tpl | 4 ++-- templates/CRM/Event/Form/Registration/ThankYou.tpl | 4 ++-- templates/CRM/Event/Page/EventInfo.tpl | 4 ++-- templates/CRM/Event/Page/ManageEvent.tpl | 4 ++-- templates/CRM/PCP/Page/PCPInfo.tpl | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl index 844225af85..ff72021a81 100644 --- a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl +++ b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl @@ -39,13 +39,13 @@ {* Show link to Tell a Friend (CRM-2153) *} {if $friendText} {if !$linkText}

{/if} {/if} {* Add button for donor to create their own Personal Campaign page *} {if $linkText}

{/if} diff --git a/templates/CRM/Event/Form/Registration/ThankYou.tpl b/templates/CRM/Event/Form/Registration/ThankYou.tpl index db1cfd329f..9d0d70fa72 100644 --- a/templates/CRM/Event/Form/Registration/ThankYou.tpl +++ b/templates/CRM/Event/Form/Registration/ThankYou.tpl @@ -42,14 +42,14 @@ {* Show link to Tell a Friend (CRM-2153) *} {if $friendText}

{/if} {* Add button for donor to create their own Personal Campaign page *} {if $pcpLink}

{/if} diff --git a/templates/CRM/Event/Page/EventInfo.tpl b/templates/CRM/Event/Page/EventInfo.tpl index fbc3a43a43..d19625cb92 100644 --- a/templates/CRM/Event/Page/EventInfo.tpl +++ b/templates/CRM/Event/Page/EventInfo.tpl @@ -96,7 +96,7 @@ {crmRegion name="event-page-eventinfo-actionlinks-top"} {if $allowRegistration} {/if} {/crmRegion} @@ -227,7 +227,7 @@ {crmRegion name="event-page-eventinfo-actionlinks-bottom"} {if $allowRegistration} {/if} {/crmRegion} diff --git a/templates/CRM/Event/Page/ManageEvent.tpl b/templates/CRM/Event/Page/ManageEvent.tpl index dafc1ae343..eb1295786c 100644 --- a/templates/CRM/Event/Page/ManageEvent.tpl +++ b/templates/CRM/Event/Page/ManageEvent.tpl @@ -98,10 +98,10 @@ {assign var="fld" value=$v.field} {if NOT $row.$fld}{assign var="status" value="disabled"}{else}{assign var="status" value="enabled"}{/if} {if $k eq 'reminder'} -
  • {$v.title} {else} -
  • {$v.title}
  • {/if} {/foreach} diff --git a/templates/CRM/PCP/Page/PCPInfo.tpl b/templates/CRM/PCP/Page/PCPInfo.tpl index 8cb3f78bb3..bb82ef1b16 100644 --- a/templates/CRM/PCP/Page/PCPInfo.tpl +++ b/templates/CRM/PCP/Page/PCPInfo.tpl @@ -41,7 +41,7 @@ {foreach from = $links key = k item = v} - » {$v.name} + » {$v.name}  {$hints.$k} -- 2.25.1