File was renamed from www/ui/data/tpl/form_einstellung.tpl |
| | |
| | | <form> |
| | | <div class="entity-formular"> |
| | | Einstellung |
| | | |
| | | <input name="key" class="entity-element" type="text" id="einstellung-key" placeholder="Key" value="{{key}}" /> |
| | | <input name="value" class="entity-element" type="text" id="einstellung-value" placeholder="Wert" value="{{value}}" /> |
| | | <div class="entity-buttons"> |
| | |
| | | <button class="button" id="cancel-btn">Abbrechen</button> |
| | | <button class="button" id="loeschen-btn">Löschen</button> |
| | | </div> |
| | | |
| | | </div> |
| | | </form> |