From 0118cd79394ac4bd088d417b323be3a719498cf1 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 26 Mar 2013 17:21:41 -0700 Subject: [PATCH] UI cleanup for CRM-12218 --- templates/CRM/Contact/Form/Inline/Address.tpl | 3 ++- templates/CRM/Contact/Page/View/Summary.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Contact/Form/Inline/Address.tpl b/templates/CRM/Contact/Form/Inline/Address.tpl index 5f35234c2b..53021ccbe3 100644 --- a/templates/CRM/Contact/Form/Inline/Address.tpl +++ b/templates/CRM/Contact/Form/Inline/Address.tpl @@ -31,7 +31,8 @@
{include file="CRM/common/formButtons.tpl"} {if $addressId} -  
{ts}Delete{/ts}
+        +
{ts}Delete{/ts}
{/if}
diff --git a/templates/CRM/Contact/Page/View/Summary.js b/templates/CRM/Contact/Page/View/Summary.js index 059e534582..562985a2ba 100644 --- a/templates/CRM/Contact/Page/View/Summary.js +++ b/templates/CRM/Contact/Page/View/Summary.js @@ -249,7 +249,7 @@ CRM.confirm(function() { CRM.api('address', 'delete', {id: $block.data('edit-params').aid}, {success: function(data) { - CRM.alert('', ts('Address Deleted.'), 'success'); + CRM.alert('', ts('Address Deleted'), 'success'); $('.crm-inline-edit-container').addClass('crm-edit-ready'); $block.remove(); } -- 2.25.1