9a5e6138b6
The Fishfinger theme is derived from the Quattro theme. This must be available in the Friendica themes directory. Creation date around the 2012, at a time when "vier" was either not there or just in the beginning
20 lines
617 B
Smarty
20 lines
617 B
Smarty
{{*
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
*
|
|
*}}
|
|
<div id="saved-search-list" class="widget">
|
|
<h3 class="title">{{$title}}</h3>
|
|
|
|
<ul id="saved-search-ul">
|
|
{{foreach $saved as $search}}
|
|
<li class="tool {{if $search.selected}}selected{{/if}}">
|
|
<a href="network/?f=&search={{$search.encodedterm}}" class="label" >{{$search.term}}</a>
|
|
<a href="network/?f=&remove=1&search={{$search.encodedterm}}" class="action icon s10 delete" title="{{$search.delete}}" onclick="return confirmDelete();"></a>
|
|
</li>
|
|
{{/foreach}}
|
|
</ul>
|
|
|
|
{{$searchbox}}
|
|
|
|
</div>
|