diff options
author | marijus <mario@localhost.localdomain> | 2013-12-11 23:52:34 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-12-11 23:52:34 +0100 |
commit | 1fa4133d430d2cb2753a9fd7e6bf9bfcdc35659b (patch) | |
tree | 34632b070b4a96bc47306be1c70e99e2bf5655dd /view/tpl/saved_searches.tpl | |
parent | e8821d78d517c838a630766bfc3bafb145a6be15 (diff) | |
download | volse-hubzilla-1fa4133d430d2cb2753a9fd7e6bf9bfcdc35659b.tar.gz volse-hubzilla-1fa4133d430d2cb2753a9fd7e6bf9bfcdc35659b.tar.bz2 volse-hubzilla-1fa4133d430d2cb2753a9fd7e6bf9bfcdc35659b.zip |
this is not needed anymore
Diffstat (limited to 'view/tpl/saved_searches.tpl')
-rw-r--r-- | view/tpl/saved_searches.tpl | 2 |
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}} |