From fa8febbb31dee83d608849e3f1a2f56d664d1f13 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 31 Aug 2016 21:57:08 -0700 Subject: some issues with saved search - tags and connection searches weren't being saved. --- view/pdl/mod_search.pdl | 2 +- view/tpl/sitesearch.tpl | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 view/tpl/sitesearch.tpl (limited to 'view') 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 @@ +
+ + {{$searchbox}} +
+
-- cgit v1.2.3