From 7a416cff73f06f6f2e2070119d38d46526b49f6d Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Sat, 24 Mar 2018 13:04:23 +0000
Subject: [PATCH] Vorlagen asynchron und nur bei Bedarf laden

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

diff --git a/data/tpl/abspieler.tpl b/data/tpl/abspieler.tpl
index 14eceee..45b7ffe 100644
--- a/data/tpl/abspieler.tpl
+++ b/data/tpl/abspieler.tpl
@@ -1,8 +1,9 @@
-<label class="abspieler-label">Abspieler:</label>
+<label class="inline-label abspieler-lb">Abspieler:</label>
 <select name="abspieler" size="1" class="abspieler-auswahl">
   {{#abspielerliste}}
     {{#inhalt}}
-    <option {{abspielerzustand}} atyp="{{abspielertyp}}">{{abspielername}}</option>
+    <option {{abspielerzustand}} standardzustand="{{abspielerzustand}}" atyp="{{abspielertyp}}" aurl="{{abspielerurl}}">{{abspielername}}</option>
     {{/inhalt}}
   {{/abspielerliste}}
 </select>
+<button type="button" id="abspielen-stoppen">&#x25a0;</button>

--
Gitblit v1.9.3