aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/searchbox.tpl
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-11-11 23:09:55 +0100
committermarijus <mario@mariovavti.com>2014-11-11 23:09:55 +0100
commitd145ef2021da845e257681f1dc93d274d814e90f (patch)
tree54799126634d8682ebfe914557b0434a56d3bbe6 /view/tpl/searchbox.tpl
parentf72035ec93c51356e9f6810fe62b4f77be09bebf (diff)
downloadvolse-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.tpl2
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}}