1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-02-19 14:46:47 +00:00
friendica-github/view/templates/field_select_raw.tpl

9 lines
218 B
Smarty

<div class='field select'>
<label for='id_{{$field.0}}'>{{$field.1}}</label>
<select name='{{$field.0}}' id='id_{{$field.0}}'>
{{$field.4}}
</select>
<span class='field_help'>{{$field.3}}</span>
</div>