aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/saved_searches.tpl
diff options
context:
space:
mode:
authorTreer <treer.git@the-bordello.com>2016-05-01 05:59:02 +1000
committerTreer <treer.git@the-bordello.com>2016-05-01 05:59:02 +1000
commit17dba9542ad2745025550cefc28d38aa84a69c0d (patch)
tree5a97c0878e5ee43c931d0d50b27fb4b87369698a /view/tpl/saved_searches.tpl
parent2f74f9eb401d03b6eb8f8e12b80a7b8f4a989dd2 (diff)
downloadvolse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.tar.gz
volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.tar.bz2
volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.zip
update icon names in view/
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 1f7861078..2065cd714 100644
--- a/view/tpl/saved_searches.tpl
+++ b/view/tpl/saved_searches.tpl
@@ -5,7 +5,7 @@
<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-tool" 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="group-edit-icon icon-trash" ></i></a>
+ <a class="pull-right group-edit-tool" title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" href="{{$search.dellink}}"><i id="dropfa-floppy-od-search-term-{{$search.id}}" class="group-edit-icon fa fa-trash-o" ></i></a>
<a id="saved-search-term-{{$search.id}}"{{if $search.selected}} class="search-selected"{{/if}} href="{{$search.srchlink}}">{{$search.displayterm}}</a>
</li>
{{/foreach}}