diff options
author | marijus <mario@mariovavti.com> | 2014-11-11 23:09:55 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-11-11 23:09:55 +0100 |
commit | d145ef2021da845e257681f1dc93d274d814e90f (patch) | |
tree | 54799126634d8682ebfe914557b0434a56d3bbe6 /view/tpl/searchbox.tpl | |
parent | f72035ec93c51356e9f6810fe62b4f77be09bebf (diff) | |
download | volse-hubzilla-d145ef2021da845e257681f1dc93d274d814e90f.tar.gz volse-hubzilla-d145ef2021da845e257681f1dc93d274d814e90f.tar.bz2 volse-hubzilla-d145ef2021da845e257681f1dc93d274d814e90f.zip |
some work on directory widgets
Diffstat (limited to 'view/tpl/searchbox.tpl')
-rw-r--r-- | view/tpl/searchbox.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/searchbox.tpl b/view/tpl/searchbox.tpl index 02b2d4a50..f4301f0f5 100644 --- a/view/tpl/searchbox.tpl +++ b/view/tpl/searchbox.tpl @@ -1,7 +1,7 @@ <form action="{{$action_url}}" method="get" > <input type="hidden" name="f" value="" /> <div id="{{$id}}" class="input-group"> - <input type="text" name="search" id="search-text" value="{{$s}}" onclick="this.submit();" /> + <input class="widget-input" type="text" name="search" id="search-text" value="{{$s}}" onclick="this.submit();" /> <div class="input-group-btn"> <button type="submit" name="submit" class="btn btn-default btn-sm" id="search-submit" value="{{$search_label}}"><i class="icon-search"></i></button> {{if $savedsearch}} |