aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_item.tpl
diff options
context:
space:
mode:
authorM.Dent <dentm42@dm42.net>2018-08-26 23:26:10 -0400
committerM.Dent <dentm42@dm42.net>2018-08-26 23:26:10 -0400
commita0c2bbac9d96a5461b65b5e0ff733a2fcd193dd4 (patch)
treec5317df08f71ac099c49a6e538d4d9a35f8ae097 /view/tpl/conv_item.tpl
parent2893f7d4810de99a989f7d36d041a120fafac029 (diff)
downloadvolse-hubzilla-a0c2bbac9d96a5461b65b5e0ff733a2fcd193dd4.tar.gz
volse-hubzilla-a0c2bbac9d96a5461b65b5e0ff733a2fcd193dd4.tar.bz2
volse-hubzilla-a0c2bbac9d96a5461b65b5e0ff733a2fcd193dd4.zip
Add hook to extend conv_item cog dropdown menu
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-xview/tpl/conv_item.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index ac6af40e9..05c3d7ae0 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -175,6 +175,10 @@
{{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>
{{/if}}
+ {{if $item.dropdown_extras}}
+ <div class="dropdown-divider"></div>
+ {{$item.dropdown_extras}}
+ {{/if}}
{{if $item.edpost && $item.dreport}}
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="dreport/{{$item.mid}}">{{$item.dreport}}</a>