Initial commit
This commit is contained in:
11
client/res/templates/email/fields/has-attachment/detail.tpl
Normal file
11
client/res/templates/email/fields/has-attachment/detail.tpl
Normal file
@@ -0,0 +1,11 @@
|
||||
{{#if value~}}
|
||||
<a
|
||||
role="button"
|
||||
tabindex="0"
|
||||
data-action="show"
|
||||
class="text-soft"
|
||||
><span
|
||||
class="fas fa-paperclip{{#if isSmall}} small{{/if}}"
|
||||
title="{{translate 'View Attachments' scope='Email'}}"
|
||||
></span></a>
|
||||
{{~/if~}}
|
||||
Reference in New Issue
Block a user