]> git.mxchange.org Git - friendica.git/blob - view/templates/settings/profile/field/edit.tpl
Merge pull request #8302 from annando/allowed-chars
[friendica.git] / view / templates / settings / profile / field / edit.tpl
1 <fieldset data-id="{{$profile_field.id}}">
2         <legend>&#8801; {{$profile_field.legend}}</legend>
3
4         <input type="hidden" name="profile_field_order[]" value="{{$profile_field.id}}">
5
6         {{include file="field_input.tpl" field=$profile_field.fields.label}}
7
8         {{include file="field_textarea.tpl" field=$profile_field.fields.value}}
9         <details>
10                 <summary>Permissions</summary>
11                 {{$profile_field.fields.acl nofilter}}
12         </details>
13 </fieldset>