diff options
author | zottel <github@zottel.net> | 2015-09-25 11:19:42 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-09-25 11:19:42 +0200 |
commit | a7b2d23e9b59805a35380478ca3501fc315edb78 (patch) | |
tree | a2f6517fa09b83419403b93663e3ccd187fa3fbf /view/tpl/mail_display.tpl | |
parent | 03fb13e7497457d5fe69fc8ed007e5e49a2d6d8a (diff) | |
parent | ba94f824b992f9ed787a71c2956388e975058ca8 (diff) | |
download | volse-hubzilla-a7b2d23e9b59805a35380478ca3501fc315edb78.tar.gz volse-hubzilla-a7b2d23e9b59805a35380478ca3501fc315edb78.tar.bz2 volse-hubzilla-a7b2d23e9b59805a35380478ca3501fc315edb78.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/tpl/mail_display.tpl')
-rwxr-xr-x | view/tpl/mail_display.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/mail_display.tpl b/view/tpl/mail_display.tpl index 062710f1d..bb89c96ec 100755 --- a/view/tpl/mail_display.tpl +++ b/view/tpl/mail_display.tpl @@ -1,6 +1,8 @@ <div class="generic-content-wrapper"> <div class="section-title-wrapper"> + <a class="btn btn-xs btn-danger pull-right" href="message/dropconv/{{$thread_id}}" onclick="return confirmDelete();"><i class="icon-trash"></i> {{$delete}}</a> <h2>{{$prvmsg_header}}</h2> + </div> <div class="section-content-wrapper"> {{foreach $mails as $mail}} |