aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/mail_conv.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-02 16:23:28 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-02 16:23:28 -0800
commit8dd4270a6aae1203bf99585a126b881a78002304 (patch)
tree07e0c9d56ff7f29c30b53d6af155eb140a250201 /view/tpl/mail_conv.tpl
parentc29f622b90a58a783787b27736cd9738e6be50c2 (diff)
parentbc0e41592648156f319503c5d4257385a42610b8 (diff)
downloadvolse-hubzilla-8dd4270a6aae1203bf99585a126b881a78002304.tar.gz
volse-hubzilla-8dd4270a6aae1203bf99585a126b881a78002304.tar.bz2
volse-hubzilla-8dd4270a6aae1203bf99585a126b881a78002304.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/tpl/mail_conv.tpl')
-rwxr-xr-xview/tpl/mail_conv.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/mail_conv.tpl b/view/tpl/mail_conv.tpl
index 4f54f1a6a..5e5d9808d 100755
--- a/view/tpl/mail_conv.tpl
+++ b/view/tpl/mail_conv.tpl
@@ -13,6 +13,12 @@
{{$mail.body}}
<div class="clear"></div>
</div>
+ {{if $mail.attachments}}
+ <div class="dropdown pull-left">
+ <button type="button" class="btn btn-default btn-sm wall-item-like dropdown-toggle" data-toggle="dropdown" id="attachment-menu-{{$item.id}}"><i class="icon-paperclip"></i></button>
+ <ul class="dropdown-menu" role="menu" aria-labelledby="attachment-menu-{{$item.id}}">{{$mail.attachments}}</ul>
+ </div>
+ {{/if}}
<div class="pull-right dropdown">
<button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" id="mail-item-menu-{{$mail.id}}">
<i class="icon-caret-down"></i>