Bedienoberfläche für Webradio
ulrich
2018-01-27 08bce7465c912525729d3e82a3b304ff3fc35fd6
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&auml;hlt</option>
        <option value="selected">ausgew&auml;hlt</option>
      </select></br>