From 896fc1df280a8d4016f99e98a3574dd8e83932b9 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Mon, 23 Sep 2013 15:56:23 -0400 Subject: [PATCH] Fix ts usage in upgrade success.tpl --- templates/CRM/common/success.tpl | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/templates/CRM/common/success.tpl b/templates/CRM/common/success.tpl index 91f849dc92..61c6e21631 100644 --- a/templates/CRM/common/success.tpl +++ b/templates/CRM/common/success.tpl @@ -42,7 +42,7 @@ {ts 1=$docLink}This process may change your database structure and values. In case of emergency you may need to revert to a backup. For more detailed information, refer to the %1.{/ts}

{ts}Click 'Upgrade Now' if you are ready to proceed. Otherwise click 'Cancel' to return to the CiviCRM home page.{/ts}

-    +    @@ -53,18 +53,14 @@

- {ts 1='http://civicrm.org/civicrm/profile/create?reset=1&gid=15'} - This release was made possible by contributions from people like you. Register your site to join the community. - {/ts} + {ts 1='http://civicrm.org/civicrm/profile/create?reset=1&gid=15'}This release was made possible by contributions from people like you. Register your site to join the community.{/ts}

- {ts 1='http://civicrm.org/contribute' 2='http://civicrm.org/make-it-happen'} - If CiviCRM is useful to your organization, consider making a monthly contribution, or helping to fund a proposed improvement. - {/ts} + {ts 1='http://civicrm.org/contribute' 2='http://civicrm.org/make-it-happen'}If CiviCRM is useful to your organization, consider making a monthly contribution, or helping to fund a proposed improvement.{/ts}

{if $afterUpgradeMessage} -

Important Notes

+

{ts}Important Notes{/ts}

{$afterUpgradeMessage}

{/if}

{ts}Return to CiviCRM home page.{/ts}

-- 2.25.1