aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/field_textarea.tpl
blob: 684043830ab80ea3936df2b94ff64662fec98f10 (plain) (tree)
1
2
3
4
5
                          


                                                                                                                                                   
              
	<div class="mb-3">
		<label for="id_{{$field.0}}">{{$field.1}}</label>
		<textarea class="form-control" name="{{$field.0}}" id="id_{{$field.0}}" {{if $field.4}}{{$field.4}}{{/if}} >{{$field.2}}</textarea>
		<small class="form-text text-muted">{{$field.3}}</small>
	</div>