From 23c77ee1f1ce451f26769fb1ba7562f9a808fa52 Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Mon, 26 Mar 2018 13:41:02 -0400 Subject: [PATCH] CRM-21842 - Fix links to documentation --- templates/CRM/Contact/Form/Contact.hlp | 2 +- templates/CRM/Contact/Form/OnBehalfOf.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Contact/Form/Contact.hlp b/templates/CRM/Contact/Form/Contact.hlp index 2fe6220c6a..584e7336ae 100644 --- a/templates/CRM/Contact/Form/Contact.hlp +++ b/templates/CRM/Contact/Form/Contact.hlp @@ -160,7 +160,7 @@ {ts}Geocoding{/ts} {/htxt} {htxt id="id-geo-code"} -{capture assign=docLink}{docURL page="user/initial-set-up/installation-and-basic-setup" text="(Refer to the Mapping and Geocoding section in the Installation and Basic Setup Chapter)"}{/capture} +{capture assign=docLink}{docURL page="user/initial-set-up/installation-and-basic-set-up" text="(Refer to the Mapping and Geocoding section in the Installation and Basic Setup Chapter)"}{/capture}

{ts}Latitude and longitude may be automatically populated by enabling a Mapping Provider.{/ts} {$docLink}

{/htxt} diff --git a/templates/CRM/Contact/Form/OnBehalfOf.tpl b/templates/CRM/Contact/Form/OnBehalfOf.tpl index 207e9c0654..84f107ad20 100644 --- a/templates/CRM/Contact/Form/OnBehalfOf.tpl +++ b/templates/CRM/Contact/Form/OnBehalfOf.tpl @@ -187,7 +187,7 @@
{$form.address.$index.geo_code_1.html}, {$form.address.$index.geo_code_2.html}
- {ts}Latitude and longitude may be automatically populated by enabling a Mapping Provider.{/ts} {docURL page="user/initial-set-up/installation-and-basic-setup" text="(Refer to the Mapping and Geocoding section in the Installation and Basic Setup Chapter)"} + {ts}Latitude and longitude may be automatically populated by enabling a Mapping Provider.{/ts} {docURL page="user/initial-set-up/installation-and-basic-set-up" text="(Refer to the Mapping and Geocoding section in the Installation and Basic Setup Chapter)"}
-- 2.25.1