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