Persoenliche Mediazentrale
ulrich
2021-04-11 78d7078d97625e4a8d2d6863318c192f910f2ec9
1
2
3
4
5
6
7
8
9
10
11
<form>
  <div class="entity-formular">
    <input name="key" class="entity-element" type="text" id="einstellung-key" placeholder="Key" value="{{key}}" />
    <input name="value" class="entity-element" type="text" id="einstellung-value" placeholder="Wert" value="{{value}}" />
    <div class="entity-buttons">
      <button type="submit" 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>
</form>