diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-09-24 14:07:44 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-09-24 14:07:44 +0200 |
commit | b9723aa85bb10347ca28df0e15b16dabea11ec1d (patch) | |
tree | 807d13d17606303a2bccad06f7328d85daa023cb /view/tpl/mail_display.tpl | |
parent | e04f04ef0f79d938576668c57d7240d376155a8a (diff) | |
download | volse-hubzilla-b9723aa85bb10347ca28df0e15b16dabea11ec1d.tar.gz volse-hubzilla-b9723aa85bb10347ca28df0e15b16dabea11ec1d.tar.bz2 volse-hubzilla-b9723aa85bb10347ca28df0e15b16dabea11ec1d.zip |
some heavy private mail restructuring - work in progress
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}} |