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