]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/smarty3/saved_searches_aside.tpl
add warning message about automatically generated templates
[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  *}}<div id="saved-search-list" class="widget">
6         <h3 class="title">{{$title}}</h3>
7
8         <ul id="saved-search-ul">
9                 {{foreach $saved as $search}}
10                         <li class="tool {{if $search.selected}}selected{{/if}}">
11                                         <a href="network/?f=&search={{$search.encodedterm}}" class="label" >{{$search.term}}</a>
12                                         <a href="network/?f=&remove=1&search={{$search.encodedterm}}" class="action icon s10 delete" title="{{$search.delete}}" onclick="return confirmDelete();"></a>
13                         </li>
14                 {{/foreach}}
15         </ul>
16         
17         {{$searchbox}}
18         
19 </div>