mirror of
https://github.com/friendica/friendica
synced 2024-11-11 09:42:54 +00:00
6 lines
216 B
Smarty
6 lines
216 B
Smarty
|
|
<div class='field textarea'>
|
|
<label for='id_{{$field.0}}'>{{$field.1}}</label>
|
|
<textarea name='{{$field.0}}' id='id_{{$field.0}}'>{{$field.2}}</textarea>
|
|
<span class='field_help'>{{$field.3}}</span>
|
|
</div>
|