aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-09 20:19:02 -0700
committerfriendica <info@friendica.com>2013-10-09 20:19:02 -0700
commit87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c (patch)
tree3a62749849df3c231346cea020612a45cf7cb9da /view/tpl
parent1fdc82e0a122ec7ea5faea1a5cb52c78757ad50b (diff)
downloadvolse-hubzilla-87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c.tar.gz
volse-hubzilla-87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c.tar.bz2
volse-hubzilla-87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c.zip
more icon conversions - savedsearch listings need more work. The drop icon should be hidden unless the entry is being hovered.
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/saved_searches_aside.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/saved_searches_aside.tpl b/view/tpl/saved_searches_aside.tpl
index 27c7d86a0..0dabca4a6 100755
--- a/view/tpl/saved_searches_aside.tpl
+++ b/view/tpl/saved_searches_aside.tpl
@@ -5,7 +5,7 @@
<ul id="saved-search-ul">
{{foreach $saved as $search}}
<li class="saved-search-li clear">
- <a title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" class="iconspacer savedsearchdrop " href="network/?f=&amp;remove=1&amp;search={{$search.encodedterm}}"></a>
+ <a title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" href="network/?f=&amp;remove=1&amp;search={{$search.encodedterm}}"><i id="dropicon-saved-search-term-{{$search.id}}" class="icon-remove drop-icons iconspacer savedsearchdrop"></i></a>
<a id="saved-search-term-{{$search.id}}" class="savedsearchterm" href="network/?f=&amp;search={{$search.encodedterm}}">{{$search.displayterm}}</a>
</li>
{{/foreach}}