Skip to content
Snippets Groups Projects
Unverified Commit 89f5b82d authored by DaveD's avatar DaveD Committed by GitHub
Browse files

Merge pull request #25669 from eileenmcnaughton/smarty-syntax

#4146 Remove (old) Smarty-forward incompatible syntax from Address.tpl
parents d01aa629 2cfc61c6
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,8 @@
!empty($add.geo_code_2) AND
is_numeric($add.geo_code_2)
}
<br /><a href="{crmURL p='civicrm/contact/map' q="reset=1&cid=`$contactId`&lid=`$add.location_type_id`"}" title="{ts 1=`$add.location_type`}Map %1 Address{/ts}"><i class="crm-i fa-map-marker" aria-hidden="true"></i> {ts}Map{/ts}</a>
{assign var='mapLocationTypeID' value=$add.location_type_id}
<br /><a href="{crmURL p='civicrm/contact/map' q="reset=1&cid=$contactId&lid=$mapLocationTypeID"}" title="{ts 1=$add.location_type}Map %1 Address{/ts}"><i class="crm-i fa-map-marker" aria-hidden="true"></i> {ts}Map{/ts}</a>
{/if}
</div>
<div class="crm-content">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment