modified shared address note under contact dashboard
authorRevati Gawas <revati_gawas@3544132.no-reply.drupal.org>
Wed, 30 Oct 2019 12:12:42 +0000 (17:42 +0530)
committerRevati Gawas <revati_gawas@3544132.no-reply.drupal.org>
Wed, 30 Oct 2019 12:12:42 +0000 (17:42 +0530)
templates/CRM/Contact/Form/ShareAddress.tpl

index 93c1c99a6bc97e0eb2b7313319a28a49d58afb57..ce9442f00f8e6852d2deeca37f1bd9ff469c7d00 100644 (file)
             });
 
             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 "+ "<a href='" + sharedContactLink + "' target='_blank'> contact </a>" + "to add an address, or select a different contact.{/ts}"{literal};
             }
 
             $contentArea.html(addressHTML);
   });
 </script>
 {/literal}
-
-