13 lines
No EOL
431 B
Smarty
13 lines
No EOL
431 B
Smarty
<fieldset data-id="{{$profile_field.id}}">
|
|
<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> |