From d5964df47de25159c8591f1fbe86ce7801d75009 Mon Sep 17 00:00:00 2001 From: ulrich <undisclosed> Date: Wed, 21 Feb 2018 06:42:36 +0000 Subject: [PATCH] Code bereinigt, Sender-Template geaendert --- data/tpl/abspieler.tpl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tpl/abspieler.tpl b/data/tpl/abspieler.tpl index efa40a5..45b7ffe 100644 --- a/data/tpl/abspieler.tpl +++ b/data/tpl/abspieler.tpl @@ -2,8 +2,8 @@ <select name="abspieler" size="1" class="abspieler-auswahl"> {{#abspielerliste}} {{#inhalt}} - <option {{abspielerzustand}} atyp="{{abspielertyp}}" aurl="{{abspielerurl}}">{{abspielername}}</option> + <option {{abspielerzustand}} standardzustand="{{abspielerzustand}}" atyp="{{abspielertyp}}" aurl="{{abspielerurl}}">{{abspielername}}</option> {{/inhalt}} {{/abspielerliste}} </select> -<button type="button" id="abspielen-stoppen">Stopp</button> +<button type="button" id="abspielen-stoppen">■</button> -- Gitblit v1.9.3