This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/client/res/templates/fields/email/list.tpl
T
2024-04-11 14:28:38 +03:00

18 lines
450 B
Smarty

{{#if isErased}}
{{value}}
{{else}}
{{#unless isInvalid}}
<a
role="button"
tabindex="0"
data-email-address="{{value}}"
data-action="mailTo"
title="{{value}}"
class="selectable text-default"
{{#if isOptedOut}}style="text-decoration: line-through;"{{/if}}
>{{value}}</a>
{{else}}
<span title="{{value}}" style="text-decoration: line-through;">{{value}}</span>
{{/unless}}
{{/if}}