Persoenliche Mediazentrale
ulrich
2024-11-22 4d16fb3576e60a2a5da6f7bfe396a555010dfa79
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>