1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-11 14:28:28 +00:00
friendica-github/view/templates/field_textarea.tpl

8 lines
290 B
Smarty
Raw Normal View History

2013-04-23 07:47:57 -04:00
<div class='field textarea'>
<label for='id_{{$field.0}}'>{{$field.1}}</label>
<textarea name='{{$field.0}}' id='id_{{$field.0}}' aria-describedby='{{$field.0}}_tip'>{{$field.2}}</textarea>
<span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.3}}</span>
2013-04-23 07:47:57 -04:00
</div>