aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/field_richtext.tpl
blob: 38992f0f83d693caf4a249ed42805fb0b5b10e33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{*
 *	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>