commit | author | age | ||
c995b7 | 1 | <p>Nutzer-ID: <span id="nutzer-id"></span></p> |
U | 2 | <h6>Rollen des Benutzers</h6> |
3 | <div class="rollen-behaelter"> | |
4 | {{#List}} | |
5 | {{#List}} | |
6 | <button type="button" class="granted-role-btn">{{String}}</button> | |
7 | {{/List}} | |
8 | {{/List}} | |
9 | </div> | |
10 | <h6>Verfügbare Rollen</h6> | |
11 | <div class="alle-rollen-behaelter"></div> | |
12 | <button type="button" class="zurueck-btn">< Zurück</button> |