]> git.mxchange.org Git - friendica.git/blob - view/smarty3/field_select_raw.tpl
1221ccfba761f60242a165ae443252f40ad04df0
[friendica.git] / view / smarty3 / field_select_raw.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}    
6         <div class='field select'>
7                 <label for='id_{{$field.0}}'>{{$field.1}}</label>
8                 <select name='{{$field.0}}' id='id_{{$field.0}}'>
9                         {{$field.4}}
10                 </select>
11                 <span class='field_help'>{{$field.3}}</span>
12         </div>