FIle - /trunk/views/html/admin/settings/users_profile_fields.html

/trunk/views/html/admin/settings/users_profile_fields.html
550 bytes
January 20, 2025 at 08:22
4





<h1>Profile Fields</h1>

<s:form>

<s:box>
    <s:box_header title="Existing Profile Fields">
        <p>The below table lists all existing profile_fields within the database, which you may manage as desired.</p>
    </s:box_header>

    <s:function alias="display_table" table="users.profile_fields">
</s:box>


<s:box>
    <s:box_header title="Create New Profile Field">
        <p>You may create a new profile_field by completing the below form.</p>
    </s:box_header>

    <s:function alias="display_form" form="users.profile_field">
</s:box>