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öschen</button> |
|
9 |
</div> |
|
10 |
</form> |