Welcome to mirror list, hosted at ThFree Co, Russian Federation.

message-attachment.html « templates « js - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6171ebae92fae55b301d537338182934d463a3d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{#if isImage}}
<img class="mail-attached-image" src="{{downloadUrl}}">
<br>
{{/if}}
<img class="attachment-icon" src="{{mimeUrl}}" />
<span class="attachment-name" title="{{fileName}} ({{humanFileSize size}})">{{fileName}} <span class="attachment-size">({{humanFileSize size}})</span></span>
{{#if isCalendarEvent}}
{{#if hasDavSupport}}
<button class="button icon-add attachment-import calendar" title="{{ t 'Import into calendar' }}"></button>
{{/if}}
{{/if}}
<button class="button icon-download attachment-download" title="{{ t 'Download attachment' }}"></button>
<button class="icon-folder attachment-save-to-cloud" title="{{ t 'Save to Files' }}"></button>
<div class="popovermenu bubble attachment-import-popover hidden"></div>