Persoenliche Mediazentrale
ulrich
2021-04-07 90d3686163b6eff25fcb8a99bb52486a9f9c1f9f
1
2
3
4
5
6
7
8
9
10
11
12
<div class="entity-formular">
  Einstellung
 
  <input class="entity-element" type="text" id="einstellung-key" placeholder="Key" value="{{key}}" />
  <input class="entity-element" type="text" id="einstellung-value" placeholder="Pfad" value="{{value}}" />
  <div class="entity-buttons">
    <button class="button-primary" id="ok-btn">Speichern</button>
    <button class="button" id="cancel-btn">Abbrechen</button>
    <button class="button" id="loeschen-btn">L&ouml;schen</button>
  </div>
 
</div>