aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/dreport.tpl
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-07-09 20:17:20 -0400
committerAndrew Manning <tamanning@zoho.com>2016-07-09 20:17:20 -0400
commit47d7fc70e8cdf408cc7e5e5eb7e5f871d973136e (patch)
treefc325d9c111777700be5f69d0046940387196da6 /view/tpl/dreport.tpl
parent0630609d6e60085f20d1430fd4044775dd9af5e9 (diff)
parente2574cf069dc29b1e8ca6bd64ee78b262206cef4 (diff)
downloadvolse-hubzilla-47d7fc70e8cdf408cc7e5e5eb7e5f871d973136e.tar.gz
volse-hubzilla-47d7fc70e8cdf408cc7e5e5eb7e5f871d973136e.tar.bz2
volse-hubzilla-47d7fc70e8cdf408cc7e5e5eb7e5f871d973136e.zip
Merge remote-tracking branch 'upstream/dev' into wiki
Diffstat (limited to 'view/tpl/dreport.tpl')
-rw-r--r--view/tpl/dreport.tpl9
1 files changed, 8 insertions, 1 deletions
diff --git a/view/tpl/dreport.tpl b/view/tpl/dreport.tpl
index 7d5524a6a..8aa5e2cd1 100644
--- a/view/tpl/dreport.tpl
+++ b/view/tpl/dreport.tpl
@@ -1,7 +1,14 @@
<div class="generic-content-wrapper">
<div class="section-title-wrapper">
{{if $table == 'item'}}
- <a href="dreport/push/{{$mid}}"><button class="btn btn-default btn-xs pull-right">{{$push}}</button></a>
+ <div class="dropdown pull-right">
+ <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$options}}">
+ <i class="fa fa-sort-desc"></i>
+ </button>
+ <ul class="dropdown-menu">
+ <li><a href="dreport/push/{{$mid}}">{{$push}}</a></li>
+ </ul>
+ </div>
{{/if}}
<h2>{{$title}}</h2>
</div>