]> git.mxchange.org Git - friendica.git/blob - view/smarty3/field_radio.tpl
newline at end of header
[friendica.git] / view / smarty3 / field_radio.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6         
7         <div class='field radio'>
8                 <label for='id_{{$field.0}}_{{$field.2}}'>{{$field.1}}</label>
9                 <input type="radio" name='{{$field.0}}' id='id_{{$field.0}}_{{$field.2}}' value="{{$field.2}}" {{if $field.4}}checked="true"{{/if}}>
10                 <span class='field_help'>{{$field.3}}</span>
11         </div>