diff options
author | Mario <mario@mariovavti.com> | 2021-06-29 07:49:19 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-29 07:49:19 +0000 |
commit | 652d083766a4a0b11151fe1f196a49da533d6349 (patch) | |
tree | f867996d5eb89191c7ef7b5bcae30b25a449300b /view/tpl/conv_item.tpl | |
parent | 5a474f94e05e16f48a5683e991112455c38fc6cf (diff) | |
download | volse-hubzilla-652d083766a4a0b11151fe1f196a49da533d6349.tar.gz volse-hubzilla-652d083766a4a0b11151fe1f196a49da533d6349.tar.bz2 volse-hubzilla-652d083766a4a0b11151fe1f196a49da533d6349.zip |
implement removing of notifications/preview-messages of deleted items
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rw-r--r-- | view/tpl/conv_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 361392796..2134f86e7 100644 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -189,11 +189,11 @@ {{/foreach}} {{/if}} {{if $item.drop.dropping}} - <a class="dropdown-item" href="#" onclick="dropItem('item/drop/{{$item.id}}', '#thread-wrapper-{{$item.id}}'); return false;" title="{{$item.drop.delete}}" ><i class="generic-icons-nav fa fa-fw fa-trash-o"></i>{{$item.drop.delete}}</a> + <a class="dropdown-item" href="#" onclick="dropItem('item/drop/{{$item.id}}', '#thread-wrapper-{{$item.id}}', '{{$item.mid}}'); return false;" title="{{$item.drop.delete}}" ><i class="generic-icons-nav fa fa-fw fa-trash-o"></i>{{$item.drop.delete}}</a> {{/if}} {{if $item.dropdown_extras}} <div class="dropdown-divider"></div> - {{$item.dropdown_extras}} + {{$item.dropdown_extras}} {{/if}} {{if $item.edpost && $item.dreport}} <div class="dropdown-divider"></div> |