mirror of
https://github.com/friendica/friendica
synced 2024-11-11 15:42:53 +00:00
13 lines
391 B
Smarty
13 lines
391 B
Smarty
|
<fieldset>
|
||
|
<legend>{{$profile_field.legend}}</legend>
|
||
|
|
||
|
<input type="hidden" name="profile_field_order[]" value="{{$profile_field.id}}">
|
||
|
|
||
|
{{include file="field_input.tpl" field=$profile_field.fields.label}}
|
||
|
|
||
|
{{include file="field_textarea.tpl" field=$profile_field.fields.value}}
|
||
|
<details>
|
||
|
<summary>Permissions</summary>
|
||
|
{{$profile_field.fields.acl nofilter}}
|
||
|
</details>
|
||
|
</fieldset>
|