]> git.mxchange.org Git - friendica.git/blob - view/templates/field_richtext.tpl
Merge pull request #4917 from annando/show-private-forums
[friendica.git] / view / templates / field_richtext.tpl
1
2         
3         <div class='field richtext'>
4                 <label for='id_{{$field.0}}'>{{$field.1}}</label>
5                 <textarea name='{{$field.0}}' id='id_{{$field.0}}' class="fieldRichtext" aria-describedby='{{$field.0}}_tip'>{{$field.2}}</textarea>
6                 <span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.3}}</span>
7         </div>