diff options
author | redmatrix <git@macgirvin.com> | 2016-07-11 17:45:10 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-11 17:45:10 -0700 |
commit | a01baab4f0dc1654dfe2d2cc6fc78e5c3c8d9f4e (patch) | |
tree | a0c5e55621e24f0fce38a827613fc16d6b56f199 /view/tpl/dreport.tpl | |
parent | 71b001fdb7f4c900f6e7ff15a29952d6dc82c1fc (diff) | |
parent | 17c3e12eabf93fe76061af0b97d25c6a9d080025 (diff) | |
download | volse-hubzilla-a01baab4f0dc1654dfe2d2cc6fc78e5c3c8d9f4e.tar.gz volse-hubzilla-a01baab4f0dc1654dfe2d2cc6fc78e5c3c8d9f4e.tar.bz2 volse-hubzilla-a01baab4f0dc1654dfe2d2cc6fc78e5c3c8d9f4e.zip |
Merge branch 'dev' into perms
Diffstat (limited to 'view/tpl/dreport.tpl')
-rw-r--r-- | view/tpl/dreport.tpl | 9 |
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> |