]> git.mxchange.org Git - friendica.git/blob - view/smarty3/field_richtext.tpl
Merge pull request #606 from fermionic/20130204-themes-cant-use-plugin-hooks
[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         
7         <div class='field richtext'>
8                 <label for='id_{{$field.0}}'>{{$field.1}}</label>
9                 <textarea name='{{$field.0}}' id='id_{{$field.0}}' class="fieldRichtext">{{$field.2}}</textarea>
10                 <span class='field_help'>{{$field.3}}</span>
11         </div>