mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
8 lines
328 B
Smarty
Executable file
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>
|