aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-09 16:25:55 -0700
committerfriendica <info@friendica.com>2015-03-09 16:27:12 -0700
commit26a414fe4b3ab4b1d995233f0402532ad41eaeb7 (patch)
tree40d65dbf107962f987d610a6ef7a16d930804762 /view
parent97df5f1fd193aab92836ef3f9dd854406697b765 (diff)
downloadvolse-hubzilla-26a414fe4b3ab4b1d995233f0402532ad41eaeb7.tar.gz
volse-hubzilla-26a414fe4b3ab4b1d995233f0402532ad41eaeb7.tar.bz2
volse-hubzilla-26a414fe4b3ab4b1d995233f0402532ad41eaeb7.zip
make network page default options work more or less universally instead of just from the navbar, and fix some saved-search weirdness related to the delete-term icon
Diffstat (limited to 'view')
-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 73987f192..1f7861078 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-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>
+ <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 id="saved-search-term-{{$search.id}}"{{if $search.selected}} class="search-selected"{{/if}} href="{{$search.srchlink}}">{{$search.displayterm}}</a>
</li>
{{/foreach}}