]> git.mxchange.org Git - friendica.git/blob - view/smarty3/field_radio.tpl
8ac6b17b2da1de8f3a09eb24cdb2f9657560b4d8
[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         <div class='field radio'>
7                 <label for='id_{{$field.0}}_{{$field.2}}'>{{$field.1}}</label>
8                 <input type="radio" name='{{$field.0}}' id='id_{{$field.0}}_{{$field.2}}' value="{{$field.2}}" {{if $field.4}}checked="true"{{/if}}>
9                 <span class='field_help'>{{$field.3}}</span>
10         </div>