]> git.mxchange.org Git - friendica.git/blob - view/smarty3/field_richtext.tpl
5bfc6c84ef21a3abba92279117de83b09e53b17b
[friendica.git] / view / smarty3 / field_richtext.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}    
6         <div class='field richtext'>
7                 <label for='id_{{$field.0}}'>{{$field.1}}</label>
8                 <textarea name='{{$field.0}}' id='id_{{$field.0}}' class="fieldRichtext">{{$field.2}}</textarea>
9                 <span class='field_help'>{{$field.3}}</span>
10         </div>