summaryrefslogtreecommitdiff
path: root/templates/admin_groups.html
blob: c5b4ac5722fb0531971dbfaf9001614b409a57f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Hallo %nick%,
<br/>
hier hast du die Möglichkeit Gruppenrechte zu ändern:
<table>
    <thead>
        <tr>
            <th>
                Name
            </th>
            <th>
                Rechte
            </th>
            <th>
                &nbsp;
            </th>
        </tr>
    </thead>
    <tbody>
        %groups%
    </tbody>
</table>