Persoenliche Mediazentrale
ulrich
2021-04-08 8e2578a22a4cf2749d6d884e231335287069f490
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&ouml;schen</button>
10   </div>
11
12 </div>
13
14