]> git.mxchange.org Git - friendica.git/blob - view/smarty3/field_radio.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / field_radio.tpl
1         
2         <div class='field radio'>
3                 <label for='id_{{$field.0}}_{{$field.2}}'>{{$field.1}}</label>
4                 <input type="radio" name='{{$field.0}}' id='id_{{$field.0}}_{{$field.2}}' value="{{$field.2}}" {{if $field.4}}checked="true"{{/if}}>
5                 <span class='field_help'>{{$field.3}}</span>
6         </div>