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