]> git.mxchange.org Git - friendica.git/blob - view/templates/field_textarea.tpl
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / templates / field_textarea.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6         
7         <div class='field textarea'>
8                 <label for='id_{{$field.0}}'>{{$field.1}}</label>
9                 <textarea name='{{$field.0}}' id='id_{{$field.0}}'>{{$field.2}}</textarea>
10                 <span class='field_help'>{{$field.3}}</span>
11         </div>