From 7a416cff73f06f6f2e2070119d38d46526b49f6d Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Sat, 24 Mar 2018 13:04:23 +0000
Subject: [PATCH] Vorlagen asynchron und nur bei Bedarf laden

---
 data/tpl/dlg-abspieler-neu.tpl |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/data/tpl/dlg-abspieler-neu.tpl b/data/tpl/dlg-abspieler-neu.tpl
index 69d17da..3a9cbce 100644
--- a/data/tpl/dlg-abspieler-neu.tpl
+++ b/data/tpl/dlg-abspieler-neu.tpl
@@ -8,11 +8,17 @@
       <label class="inline-label">URL:</label>
       <input id="abspieler-url" placeholder="URL" type="text" class="abspieler-eingabe"></br>
       <label class="inline-label">Typ:</label>
-      <input id="abspieler-typ" placeholder="Typ" type="text" class="abspieler-eingabe"></br>
+      <select id="abspieler-typ" size="1" class="abspieler-auswahl">
+        <option value="lokal">lokal</option>
+        <option value="pirc">pirc</option>
+      </select></br>
       <label class="inline-label">Bild:</label>
       <input id="abspieler-bild" placeholder="Bild-URL" type="text" class="abspieler-eingabe"></br>
       <label class="inline-label">Zustand:</label>
-      <input id="abspieler-zustand" placeholder="Zustand" type="text" class="abspieler-eingabe"></br>
+      <select id="abspieler-zustand" size="1" class="abspieler-auswahl">
+        <option value="">nicht ausgew&auml;hlt</option>
+        <option value="selected">ausgew&auml;hlt</option>
+      </select></br>
       <div class="form-button-footer">
         <button type="button" id="abspieler-speichern">Speichern</button>
       </div>

--
Gitblit v1.9.3