From 0038800b05a2078da3569c7a77ed84b9cab19b76 Mon Sep 17 00:00:00 2001 From: ulrich <not disclosed> Date: Sat, 27 Jan 2018 08:57:15 +0000 Subject: [PATCH] Doku-Links in Readme fuer Gitblit angepasst --- data/tpl/dlg-abspieler-edit-form.tpl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tpl/dlg-abspieler-edit-form.tpl b/data/tpl/dlg-abspieler-edit-form.tpl index 877fd4e..e21a35b 100644 --- a/data/tpl/dlg-abspieler-edit-form.tpl +++ b/data/tpl/dlg-abspieler-edit-form.tpl @@ -15,12 +15,12 @@ <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