Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: civicrm/civicrm-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b99720b067059fee7979f03e1cf4d203269310d5
Choose a base ref
..
head repository: civicrm/civicrm-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2cfc61c6b96108e18db22b6c68e51ba21950ef89
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 templates/CRM/Contact/Page/Inline/Address.tpl
3 changes: 2 additions & 1 deletion templates/CRM/Contact/Page/Inline/Address.tpl
Original file line number Diff line number Diff line change
@@ -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">