mirror of
https://github.com/friendica/friendica
synced 2024-11-01 00:21:05 +01:00
20 lines
671 B
Smarty
20 lines
671 B
Smarty
{{*
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
*
|
|
*}}
|
|
<div class="widget" id="saved-search-list">
|
|
<h3 id="search">{{$title}}</h3>
|
|
{{$searchbox}}
|
|
|
|
<ul id="saved-search-ul">
|
|
{{foreach $saved as $search}}
|
|
<li class="saved-search-li clear">
|
|
<a onmouseout="imgdull(this);" onmouseover="imgbright(this);" onclick="return confirmDelete();" class="icon savedsearchdrop drophide" href="network/?f=&remove=1&search={{$search.encodedterm}}"></a>
|
|
<a class="savedsearchterm" href="network/?f=&search={{$search.encodedterm}}">{{$search.term}}</a>
|
|
</li>
|
|
{{/foreach}}
|
|
</ul>
|
|
<div class="clear"></div>
|
|
</div>
|