]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/smarty3/saved_searches_aside.tpl
template engine rework
[friendica.git] / view / theme / quattro / smarty3 / saved_searches_aside.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div id="saved-search-list" class="widget">
7         <h3 class="title">{{$title}}</h3>
8
9         <ul id="saved-search-ul">
10                 {{foreach $saved as $search}}
11                         <li class="tool {{if $search.selected}}selected{{/if}}">
12                                         <a href="network/?f=&search={{$search.encodedterm}}" class="label" >{{$search.term}}</a>
13                                         <a href="network/?f=&remove=1&search={{$search.encodedterm}}" class="action icon s10 delete" title="{{$search.delete}}" onclick="return confirmDelete();"></a>
14                         </li>
15                 {{/foreach}}
16         </ul>
17         
18         {{$searchbox}}
19         
20 </div>