diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-07-10 11:34:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-07-10 11:34:10 +0200 |
commit | e11219888ddb2dbf66a3f6e0042278b43f72d66a (patch) | |
tree | 798ee0f36f84057c7536c596ac13628ebbc160d9 /view | |
parent | 0b2ad9deca89e7e267aeea114889f49ea93ed81d (diff) | |
parent | e2574cf069dc29b1e8ca6bd64ee78b262206cef4 (diff) | |
download | volse-hubzilla-e11219888ddb2dbf66a3f6e0042278b43f72d66a.tar.gz volse-hubzilla-e11219888ddb2dbf66a3f6e0042278b43f72d66a.tar.bz2 volse-hubzilla-e11219888ddb2dbf66a3f6e0042278b43f72d66a.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'view')
-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> |