]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/smarty3/posted_date_widget.tpl
add warning message about automatically generated templates
[friendica.git] / view / theme / frost / smarty3 / posted_date_widget.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div id="datebrowse-sidebar" class="widget">
6         <h3>{{$title}}</h3>
7 <script>function dateSubmit(dateurl) { window.location.href = dateurl; } </script>
8 <select id="posted-date-selector" name="posted-date-select" onchange="dateSubmit($j(this).val());" size="{{$size}}">
9 {{foreach $dates as $d}}
10 <option value="{{$url}}/{{$d.1}}/{{$d.2}}" >{{$d.0}}</option>
11 {{/foreach}}
12 </select>
13 </div>