aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-08-31 21:57:08 -0700
committerredmatrix <mike@macgirvin.com>2016-08-31 21:57:08 -0700
commitfa8febbb31dee83d608849e3f1a2f56d664d1f13 (patch)
tree62d250109a876df4afafd2f3f1cead0095c14384 /view
parent8ba1bf02a479941740847cd9fad707f2fc86390c (diff)
downloadvolse-hubzilla-fa8febbb31dee83d608849e3f1a2f56d664d1f13.tar.gz
volse-hubzilla-fa8febbb31dee83d608849e3f1a2f56d664d1f13.tar.bz2
volse-hubzilla-fa8febbb31dee83d608849e3f1a2f56d664d1f13.zip
some issues with saved search - tags and connection searches weren't being saved.
Diffstat (limited to 'view')
-rw-r--r--view/pdl/mod_search.pdl2
-rw-r--r--view/tpl/sitesearch.tpl5
2 files changed, 6 insertions, 1 deletions
diff --git a/view/pdl/mod_search.pdl b/view/pdl/mod_search.pdl
index 7de4a270f..cba0dc9d1 100644
--- a/view/pdl/mod_search.pdl
+++ b/view/pdl/mod_search.pdl
@@ -1,3 +1,3 @@
[region=aside]
-[widget=savedsearch][/widget]
+[widget=sitesearch][/widget]
[/region]
diff --git a/view/tpl/sitesearch.tpl b/view/tpl/sitesearch.tpl
new file mode 100644
index 000000000..8dbf8cef5
--- /dev/null
+++ b/view/tpl/sitesearch.tpl
@@ -0,0 +1,5 @@
+<div class="widget saved-search-widget">
+ <h3 id="search">{{$title}}</h3>
+ {{$searchbox}}
+ <div class="clear"></div>
+</div>