aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/searchbox.tpl
diff options
context:
space:
mode:
authorhabeascodice <habeascodice@federated.social>2014-10-09 01:09:41 -0700
committerhabeascodice <habeascodice@federated.social>2014-10-09 01:09:41 -0700
commit1b0b847fc80827022c513a74a7fa817c7d640da0 (patch)
tree09a09da19a7eee4c5dc1100b89757e85d2bc8ab8 /view/tpl/searchbox.tpl
parentddf4ef752077e66d34edb458cfe104ee23ef3834 (diff)
parentfc0576acf810019a0c168bfa4dc4a2175ae0b505 (diff)
downloadvolse-hubzilla-1b0b847fc80827022c513a74a7fa817c7d640da0.tar.gz
volse-hubzilla-1b0b847fc80827022c513a74a7fa817c7d640da0.tar.bz2
volse-hubzilla-1b0b847fc80827022c513a74a7fa817c7d640da0.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/tpl/searchbox.tpl')
-rw-r--r--view/tpl/searchbox.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/view/tpl/searchbox.tpl b/view/tpl/searchbox.tpl
new file mode 100644
index 000000000..02b2d4a50
--- /dev/null
+++ b/view/tpl/searchbox.tpl
@@ -0,0 +1,12 @@
+<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();" />
+ <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}}
+ <button type="submit" name="searchsave" class="btn btn-default btn-sm" id="search-save" value="{{$save_label}}"><i class="icon-save"></i></button>
+ {{/if}}
+ </div>
+ </div>
+</form>