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