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}}" /> |
|
5 |
<input class="entity-element" type="text" id="einstellung-value" placeholder="Pfad" value="{{value}}" /> |
|
6 |
<div class="entity-buttons"> |
|
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 |
|