aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/saved_searches.tpl
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-04-17 05:46:45 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-04-17 05:46:45 +0000
commit0d0751b9257314dd8972ccf3e214f3e8cc43f7e5 (patch)
tree6f37ebc558439ca8da6d9f0ffb94b72d3f1beb91 /view/tpl/saved_searches.tpl
parent68545ceeb61cd833f6560156cf2ced9c9ecd6c43 (diff)
parent962665b8b56491dc59a62f2cb5c05eb353abb79f (diff)
downloadvolse-hubzilla-0d0751b9257314dd8972ccf3e214f3e8cc43f7e5.tar.gz
volse-hubzilla-0d0751b9257314dd8972ccf3e214f3e8cc43f7e5.tar.bz2
volse-hubzilla-0d0751b9257314dd8972ccf3e214f3e8cc43f7e5.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/tpl/saved_searches.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 d0f9e2b0e..1a9f51af9 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" ></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 saved-search-icon" ></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}}