From 41954d7c7cdc4239482d42ab3d8db82662a3800a Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Sun, 21 Jan 2018 16:34:23 +0000
Subject: [PATCH] auskommentierte Teile entfernt
---
data/tpl/dlg-abspieler-neu.tpl | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/data/tpl/dlg-abspieler-neu.tpl b/data/tpl/dlg-abspieler-neu.tpl
index ae63d64..3a9cbce 100644
--- a/data/tpl/dlg-abspieler-neu.tpl
+++ b/data/tpl/dlg-abspieler-neu.tpl
@@ -8,27 +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="'lokal' oder 'pirc'" 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="'selected' oder leer" type="text" class="abspieler-eingabe"></br>
- -->
-
<select id="abspieler-zustand" size="1" class="abspieler-auswahl">
<option value="">nicht ausgewählt</option>
<option value="selected">ausgewählt</option>
</select></br>
-
<div class="form-button-footer">
<button type="button" id="abspieler-speichern">Speichern</button>
</div>
--
Gitblit v1.9.3