From 29be41b5182c30eaf79c53eb3e8fa052e62b594d Mon Sep 17 00:00:00 2001
From: ulrich
Date: Tue, 20 Apr 2021 22:17:18 +0000
Subject: [PATCH] Anzeige des Schaltzustands von Geraeten

---
 www/ui/data/tpl/form_abspieler.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/ui/data/tpl/form_abspieler.txt b/www/ui/data/tpl/form_abspieler.txt
index edfdec9..47ad55c 100644
--- a/www/ui/data/tpl/form_abspieler.txt
+++ b/www/ui/data/tpl/form_abspieler.txt
@@ -4,8 +4,8 @@
     <input name="url" class="entity-form-element" type="text" id="abspieler-url" placeholder="URL" value="{{url}}" />
     <div class="entity-buttons">
       <button type="submit" class="button-primary" id="ok-btn">Speichern</button>
-      <button class="button" id="cancel-btn">Abbrechen</button>
-      <button class="button" id="loeschen-btn">L&ouml;schen</button>
+      <button type="button" class="button" id="cancel-btn">Abbrechen</button>
+      <button type="button" class="button" id="loeschen-btn">L&ouml;schen</button>
     </div>
   </div>
 </form>
\ No newline at end of file

--
Gitblit v1.9.3