From 78789c299fae8b826fcae8209a240f2bfbaf906a Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Mon, 08 Jan 2018 19:19:37 +0000
Subject: [PATCH] Gestaltung weiter angepasst, bestimmte Skeleton-Stile übergenommen

---
 data/tpl/abspieler.tpl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/data/tpl/abspieler.tpl b/data/tpl/abspieler.tpl
index c4d4bda..c422da4 100644
--- a/data/tpl/abspieler.tpl
+++ b/data/tpl/abspieler.tpl
@@ -2,7 +2,8 @@
 <select name="abspieler" size="1" class="abspieler-auswahl">
   {{#abspielerliste}}
     {{#inhalt}}
-    <option {{abspielerzustand}} atyp="{{abspielertyp}}">{{abspielername}}</option>
+    <option {{abspielerzustand}} atyp="{{abspielertyp}}" aurl="{{abspielerurl}}">{{abspielername}}</option>
     {{/inhalt}}
   {{/abspielerliste}}
 </select>
+<button type="button" id="abspielen-stoppen">&#x25a0;</button>

--
Gitblit v1.9.3