ulrich
2020-05-19 3a569b0a6afc32bfadd1129f4ccbd2c442546f63
1
2
3
4
5
6
7
8
9
10
11
12
<div class="dlg-nutzer-neu">
  <span class="close-btn pointer-cursor">&#10006;</span>
  <div class="dlg-behaelter">
    <div class="dlg-nutzer-titel">Neue Rolle</div>
    <form class="nutzer-form">
      <input id="rollen-id" placeholder="Rolle" type="text" class="nutzer-eingabe"></br>
      <div class="form-button-footer">
        <button class="button-primary" type="button" id="rolle-speichern-btn">Speichern</button>
      </div>
    </form>
  </div>
</div>