mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-22 07:52:36 +00:00
13 lines
683 B
Smarty
Executable File
13 lines
683 B
Smarty
Executable File
|
|
<!-- Note, for some strange reason Prospects does not existing in #moduleListSingular -->
|
|
|
|
<div class="marker"><b>{$moduleList.Prospects}:
|
|
<a target="_blank"
|
|
href="index.php?module={$module_type}&action=DetailView&record={$fields.id}">{$fields.name}</a></b>
|
|
<br />{$address}<br />
|
|
<i>{$mod_strings.LBL_MAP_ASSIGNED_TO} {$fields.assigned_user_name}</i>
|
|
<br /><br />
|
|
<a target="_blank" href="http://maps.googleapis.com/maps?q={$address|escape:'url'}">{$mod_strings.LBL_MAP_GOOGLE_MAPS_VIEW}</a>
|
|
<a target="_blank" href="http://maps.googleapis.com/maps?saddr={$current_user_address|escape:'url'}&daddr={$address|escape:'url'}">{$mod_strings.LBL_MAP_GET_DIRECTIONS}</a>
|
|
</div>
|