1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-14 23:04:43 +00:00
friendica-github/view/templates/field_select_raw.tpl
2019-02-03 15:33:59 -05:00

10 lines
333 B
Smarty

<div class="field select">
<label for="id_{{$field.0}}">{{$field.1}}</label>
<select name="{{$field.0}}" id="id_{{$field.0}}" aria-describedby="{{$field.0}}_tip">
{{$field.4 nofilter}}
</select>
{{if $field.3}}
<span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
{{/if}}
</div>