Persoenliche Mediazentrale
ulrich
2021-04-10 a1b6691e14dc551ec6ff9007f5d4f8f5f8a90b43
www/ui/data/tpl/form_abspieler.tpl
@@ -1,12 +1,14 @@
<div class="entity-formular">
  Abspieler
<form>
  <div class="entity-formular">
    Abspieler
  <input class="entity-element" type="text" id="abspieler-name" placeholder="Name" value="{{name}}" />
  <input class="entity-element" type="text" id="abspieler-url" placeholder="URL" value="{{url}}" />
  <div class="entity-buttons">
    <button class="button-primary" id="ok-btn">Speichern</button>
    <button class="button" id="cancel-btn">Abbrechen</button>
    <button class="button" id="loeschen-btn">L&ouml;schen</button>
    <input name="name" class="entity-element" type="text" id="abspieler-name" placeholder="Name" value="{{name}}" />
    <input name="url" class="entity-element" type="text" id="abspieler-url" placeholder="URL" value="{{url}}" />
    <div class="entity-buttons">
      <button type="submit" class="button-primary" id="ok-btn">Speichern</button>
      <button class="button" id="cancel-btn">Abbrechen</button>
      <button class="button" id="loeschen-btn">L&ouml;schen</button>
    </div>
  </div>
</div>
</form>