Persoenliche Mediazentrale
ulrich
2021-04-05 f074f6806f7431c12146063ef228831c599e448b
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>