diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-02 16:23:28 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-02 16:23:28 -0800 |
commit | 8dd4270a6aae1203bf99585a126b881a78002304 (patch) | |
tree | 07e0c9d56ff7f29c30b53d6af155eb140a250201 /view/tpl/mail_conv.tpl | |
parent | c29f622b90a58a783787b27736cd9738e6be50c2 (diff) | |
parent | bc0e41592648156f319503c5d4257385a42610b8 (diff) | |
download | volse-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-x | view/tpl/mail_conv.tpl | 6 |
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> |