aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/saved_searches.tpl
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-08 12:36:26 +0200
committermarijus <mario@mariovavti.com>2014-10-08 12:36:26 +0200
commit289f57f79e27ffabcee404ee82758582d0d13985 (patch)
tree4ce32138cee349105481e53f4f2c6f9e34acba35 /view/tpl/saved_searches.tpl
parent634c2ef8ce3038bba504040096b3de023077bddc (diff)
downloadvolse-hubzilla-289f57f79e27ffabcee404ee82758582d0d13985.tar.gz
volse-hubzilla-289f57f79e27ffabcee404ee82758582d0d13985.tar.bz2
volse-hubzilla-289f57f79e27ffabcee404ee82758582d0d13985.zip
template for searchbox and some more work on saved searches
Diffstat (limited to 'view/tpl/saved_searches.tpl')
-rw-r--r--view/tpl/saved_searches.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/saved_searches.tpl b/view/tpl/saved_searches.tpl
index 92ab62bc7..ee797ea9d 100644
--- a/view/tpl/saved_searches.tpl
+++ b/view/tpl/saved_searches.tpl
@@ -1,8 +1,8 @@
-<div class="widget" id="saved-search-list">
+<div class="widget">
<h3 id="search">{{$title}}</h3>
{{$searchbox}}
- <ul class="nav nav-pills nav-stacked">
+ <ul id="saved-search-list" class="nav nav-pills nav-stacked">
{{foreach $saved as $search}}
<li id="search-term-{{$search.id}}">
<a class="pull-right group-edit-icon" title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" href="{{$search.dellink}}"><i id="dropicon-saved-search-term-{{$search.id}}" class="icon-remove" ></i></a>