diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-08 23:03:05 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-08 23:03:05 +0200 |
commit | 468af29e3e4fb5c59f44afe8e870e21b66153992 (patch) | |
tree | f92f91af92b761c5ee6733364596f395e00c098f /view/tpl | |
parent | 7c98aea52497ebbdd1880d98b0dbc26c32eaca39 (diff) | |
download | volse-hubzilla-468af29e3e4fb5c59f44afe8e870e21b66153992.tar.gz volse-hubzilla-468af29e3e4fb5c59f44afe8e870e21b66153992.tar.bz2 volse-hubzilla-468af29e3e4fb5c59f44afe8e870e21b66153992.zip |
new feature filter network by name
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/activity_filter_widget.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/tpl/activity_filter_widget.tpl b/view/tpl/activity_filter_widget.tpl index 7ff5a4f7e..1b1e2c880 100644 --- a/view/tpl/activity_filter_widget.tpl +++ b/view/tpl/activity_filter_widget.tpl @@ -8,4 +8,14 @@ {{/if}} </h3> {{$content}} + {{if $name}} + <div class="notifications-textinput"> + <form method="get" action="{{$name.url}}" role="search"> + <div class="text-muted notifications-textinput-filter"><i class="fa fa-fw fa-filter"></i></div> + <input id="cid" type="hidden" value="" name="cid" /> + <input id="cid-filter" class="form-control form-control-sm{{if $name.sel}} {{$name.sel}}{{/if}}" type="text" value="" placeholder="{{$name.label}}" name="name" title="" /> + </form> + </div> + {{/if}} + </div> |