From e15bc00949694f5b27585c200abc234761325f6f Mon Sep 17 00:00:00 2001 From: ulrich <undisclosed> Date: Tue, 20 Feb 2018 06:46:23 +0000 Subject: [PATCH] Merge branch 'master' of https://uhilger.de/gitblit/r/web/radio-ui --- data/tpl/dlg-abspieler-edit-form.tpl | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/tpl/dlg-abspieler-edit-form.tpl b/data/tpl/dlg-abspieler-edit-form.tpl index 877fd4e..3ff7039 100644 --- a/data/tpl/dlg-abspieler-edit-form.tpl +++ b/data/tpl/dlg-abspieler-edit-form.tpl @@ -8,19 +8,19 @@ <label class="inline-label">Name:</label> <input value="{{name}}" id="abspieler-name" name="abspieler-name" placeholder="Name" type="text" class="abspieler-eingabe"></br> - <label class="inline-label">Bild:</label> + <!-- <label class="inline-label">Bild:</label> --> <input value="{{logo}}" id="abspieler-bild" name="abspieler-bild" placeholder="Bild" - type="text" class="abspieler-eingabe"></br> + type="text" class="abspieler-eingabe" type="hidden"></br> <label class="inline-label">URL:</label> <input value="{{url}}" id="abspieler-url" name="abspieler-url" placeholder="URL" type="text" class="abspieler-eingabe"></br> <label class="inline-label">Typ:</label> - <select id="abspieler-typ" size="1" class="abspieler-auswahl"> + <select id="abspieler-typ" size="1" class="abspieler-form-auswahl"> <option value="lokal">lokal</option> <option value="pirc">pirc</option> </select></br> <label class="inline-label">Zustand:</label> - <select id="abspieler-zustand" size="1" class="abspieler-auswahl"> + <select id="abspieler-zustand" size="1" class="abspieler-form-auswahl"> <option value="">nicht ausgewählt</option> <option value="selected">ausgewählt</option> </select></br> -- Gitblit v1.9.3