aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-12-11 23:52:34 +0100
committermarijus <mario@localhost.localdomain>2013-12-11 23:52:34 +0100
commit1fa4133d430d2cb2753a9fd7e6bf9bfcdc35659b (patch)
tree34632b070b4a96bc47306be1c70e99e2bf5655dd /view/tpl
parente8821d78d517c838a630766bfc3bafb145a6be15 (diff)
downloadvolse-hubzilla-1fa4133d430d2cb2753a9fd7e6bf9bfcdc35659b.tar.gz
volse-hubzilla-1fa4133d430d2cb2753a9fd7e6bf9bfcdc35659b.tar.bz2
volse-hubzilla-1fa4133d430d2cb2753a9fd7e6bf9bfcdc35659b.zip
this is not needed anymore
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/saved_searches.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/saved_searches.tpl b/view/tpl/saved_searches.tpl
index bdff72ba1..d0f9e2b0e 100644
--- a/view/tpl/saved_searches.tpl
+++ b/view/tpl/saved_searches.tpl
@@ -5,7 +5,7 @@
<ul id="saved-search-ul">
{{foreach $saved as $search}}
<li id="search-term-{{$search.id}}" class="saved-search-li clear">
- <a 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 drop-icons iconspacer savedsearchdrop" ></i></a>
+ <a 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 drop-icons iconspacer" ></i></a>
<a id="saved-search-term-{{$search.id}}" class="savedsearchterm{{if $search.selected}} search-selected{{/if}}" href="{{$search.srchlink}}">{{$search.displayterm}}</a>
</li>
{{/foreach}}