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



                                                                                                                                                   
              
	<div class="form-group">
		<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>