diff options
author | Mario <mario@mariovavti.com> | 2023-06-18 09:20:57 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-06-18 09:20:57 +0000 |
commit | e49d2f6b8f0dc9039b9c1435a4e2f99c783a9ab1 (patch) | |
tree | c82210428fffba1851d52c3624fe3f141ccce111 /view/tpl/mail_display.tpl | |
parent | 9550a7a954b4c9267aa75fa5083a96a65dd65808 (diff) | |
download | volse-hubzilla-e49d2f6b8f0dc9039b9c1435a4e2f99c783a9ab1.tar.gz volse-hubzilla-e49d2f6b8f0dc9039b9c1435a4e2f99c783a9ab1.tar.bz2 volse-hubzilla-e49d2f6b8f0dc9039b9c1435a4e2f99c783a9ab1.zip |
remove deprecated templates
Diffstat (limited to 'view/tpl/mail_display.tpl')
-rw-r--r-- | view/tpl/mail_display.tpl | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/view/tpl/mail_display.tpl b/view/tpl/mail_display.tpl deleted file mode 100644 index 80ce40838..000000000 --- a/view/tpl/mail_display.tpl +++ /dev/null @@ -1,24 +0,0 @@ -<div class="generic-content-wrapper"> - <div class="section-title-wrapper"> - <div class="float-end"> - <button id="fullscreen-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen();"><i class="fa fa-expand"></i></button> - <button id="inline-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(false);"><i class="fa fa-compress"></i></button> - {{if $mailbox == 'combined'}} - <a class="btn btn-sm btn-danger" href="mail/{{$mailbox}}/dropconv/{{$thread_id}}" onclick="return confirmDelete();"><i class="fa fa-trash-o"></i> {{$delete}}</a> - {{/if}} - </div> - <h2>{{$prvmsg_header}}</h2> - <div class="clear"></div> - </div> - <div class="section-content-wrapper"> - {{foreach $mails as $mail}} - {{include file="mail_conv.tpl"}} - {{/foreach}} - - {{if $canreply}} - {{include file="prv_message.tpl"}} - {{else}} - {{$unknown_text}} - {{/if}} - </div> -</div> |