Persoenliche Mediazentrale
ulrich
2021-04-27 9603599a1d0f161d1365fe8d0d60ce1d3133e197
1
2
3
4
5
6
7
8
9
10
 
<form name="myForm">
  <input name="key" class="entity-element" type="text" id="einstellung-key" placeholder="Key" value="{{key}}" />
  <input name="val" class="entity-element" type="text" id="einstellung-value" placeholder="Wert" value="{{value}}" />
  <div class="entity-buttons">
    <button class="button-primary" id="ok-btn" type="submit">Speichern</button>
    <button class="button" id="cancel-btn">Abbrechen</button>
    <button class="button" id="loeschen-btn">L&ouml;schen</button>
  </div>
</form>