From a29f5ca76074f014d2a82390610797907528efc1 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 21 Apr 2021 06:37:03 +0000
Subject: [PATCH] Unterscheidung und Verarbeitung Geraete-Liste mit allen Angaben (auch Status) oder nur Name

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

diff --git a/www/ui/data/tpl/form_livestream.txt b/www/ui/data/tpl/form_livestream.txt
index c5144d6..d9799f2 100644
--- a/www/ui/data/tpl/form_livestream.txt
+++ b/www/ui/data/tpl/form_livestream.txt
@@ -1,11 +1,11 @@
 <form>
   <div class="entity-formular">
-    <input name="name" class="entity-element" type="text" id="livestream-name" placeholder="Name" value="{{name}}" />
-    <input name="url" class="entity-element" type="text" id="livestream-url" placeholder="Pfad" value="{{url}}" />
+    <input name="name" class="entity-form-element" type="text" id="livestream-name" placeholder="Name" value="{{name}}" />
+    <input name="url" class="entity-form-element" type="text" id="livestream-url" placeholder="Pfad" 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>

--
Gitblit v1.9.3