From: Revati Gawas Date: Wed, 30 Oct 2019 12:12:42 +0000 (+0530) Subject: modified shared address note under contact dashboard X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=02c8174963c6e88bc70015913fbf85062f4ccb78;p=civicrm-core.git modified shared address note under contact dashboard --- diff --git a/templates/CRM/Contact/Form/ShareAddress.tpl b/templates/CRM/Contact/Form/ShareAddress.tpl index 93c1c99a6b..ce9442f00f 100644 --- a/templates/CRM/Contact/Form/ShareAddress.tpl +++ b/templates/CRM/Contact/Form/ShareAddress.tpl @@ -114,7 +114,8 @@ }); if (!addressHTML) { - addressHTML = {/literal}"{ts escape='js'}Selected contact does not have an address. Please edit that contact to add an address, or select a different contact.{/ts}"{literal}; + var sharedContactLink = "add?reset=1&action=update&cid=" + sharedContactId; + addressHTML = {/literal}"{ts escape='js'}Selected contact does not have an address. Please edit "+ " contact " + "to add an address, or select a different contact.{/ts}"{literal}; } $contentArea.html(addressHTML); @@ -124,5 +125,3 @@ }); {/literal} - -