friendica/view/theme/frio/templates/field_custom.tpl

7 lines
176 B
Smarty

<div class="form-group field custom">
<label for="{{$field.0}}">{{$field.1}}</label>
{{$field.2}}
<span class="help-block" id="{{$field.0}}_tip">{{$field.3}}</span>
</div>