2024-08-24 18:23:27 +00:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2020-01-18 15:43:28 +00:00
|
|
|
<fieldset data-id="{{$profile_field.id}}">
|
|
|
|
<legend>≡ {{$profile_field.legend}}</legend>
|
2020-01-14 03:22:50 +00:00
|
|
|
|
|
|
|
<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>
|
2024-08-24 18:23:27 +00:00
|
|
|
</fieldset>
|