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

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





<h1>User Groups</h1>

<s:form>

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

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


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

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