aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/field_richtext.tpl
blob: 5bfc6c84ef21a3abba92279117de83b09e53b17b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}	
	<div class='field richtext'>
		<label for='id_{{$field.0}}'>{{$field.1}}</label>
		<textarea name='{{$field.0}}' id='id_{{$field.0}}' class="fieldRichtext">{{$field.2}}</textarea>
		<span class='field_help'>{{$field.3}}</span>
	</div>