summaryrefslogtreecommitdiff
path: root/templates/admin_groups_edit_form.html
blob: 5729df64d7aabcb834a55b7e6f0cc335c75c2a12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<form action="%link%&action=save" method="post">
    <table>
        <thead>
            <tr>
                <th>
                    &nbsp;
                </th>
                <th>
                    Name
                </th>
                <th>
                    Description
                </th>
            </tr>
        </thead>
        <tbody>
            %privileges%
        </tbody>
    </table>
    <input type="hidden" name="id" value="%id%" /><input type="submit" name="submit" value="Save" />
</form>