Skip to content
Snippets Groups Projects
Commit 738107d9 authored by gitsync's avatar gitsync
Browse files

CRM-11137, fixes for address custom data

----------------------------------------
* CRM-11137:
  http://issues.civicrm.org/jira/browse/CRM-11137
parent f5f000f7
Branches
Tags
No related merge requests found
......@@ -86,7 +86,9 @@
<span class="html-adjust"><br />
&nbsp;{ts}Attached File{/ts}: &nbsp;
{if $element.element_value.displayURL }
<a href="#" onclick="popUp('{$element.element_value.displayURL}'); return false;" ><img src="{$element.element_value.displayURL}" height = "100" width="100"></a>
<a href="{$element.element_value.displayURL}" class='crm-image-popup'>
<img src="{$element.element_value.displayURL}" height = "100" width="100">
</a>
{else}
<a href="{$element.element_value.fileURL}">{$element.element_value.fileName}</a>
{/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment