Persoenliche Mediazentrale
ulrich
2021-04-04 b379f5d6fa95c9c938c38ce592739ea732847821
1
2
3
4
5
6
7
8
9
10
11
12
    <div class="entity-formular">
      Ablageort
      
      <input class="entity-element" type="text" id="ablageort-name" placeholder="Name" />
      <input class="entity-element" type="text" id="ablageort-ort" placeholder="Pfad" />
      <input class="entity-element" type="text" id="ablageort-url" placeholder="URL" />
      <div class="entity-buttons">
        <button class="button-primary" id="ok-btn">Speichern</button>
        <button class="button" id="cancel-btn">Abbrechen</button>
      </div>
      
    </div>