1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/view/tpl/field_radio.tpl
2015-08-23 16:38:18 -04:00

8 lines
328 B
Smarty
Executable file

<div class="form-group field radio">
<label for='id_{{$field.0}}_{{$field.2}}'>
<input type="radio" name='{{$field.0}}' id='id_{{$field.0}}_{{$field.2}}' value="{{$field.2}}" {{if $field.4}}checked="true"{{/if}}>
{{$field.1}}
</label>
<span class='help-block'>{{$field.3}}</span>
</div>
<div class="clear"></div>