| commit | author | age | ||
| cf6509 | 1 | <div class="entity-formular"> |
| U | 2 | Einstellung |
| 3 | ||
| 4 | <input class="entity-element" type="text" id="einstellung-key" placeholder="Key" value="{{key}}" /> | |
| 3d4bca | 5 | <input class="entity-element" type="text" id="einstellung-value" placeholder="Wert" value="{{value}}" /> |
| cf6509 | 6 | <div class="entity-buttons"> |
| U | 7 | <button class="button-primary" id="ok-btn">Speichern</button> |
| 8 | <button class="button" id="cancel-btn">Abbrechen</button> | |
| 9 | <button class="button" id="loeschen-btn">Löschen</button> | |
| 10 | </div> | |
| 11 | ||
| 12 | </div> | |
| 13 | ||
| 14 | ||