From 3929b0fe2a7678b31f8971c9b9eb4536330f6c80 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 14 Apr 2021 16:26:58 +0000
Subject: [PATCH] Entitaet Geraet hinzugenommen, Aenderungen an Menues und UI

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

diff --git a/www/ui/data/tpl/form_livestream.txt b/www/ui/data/tpl/form_livestream.txt
index c5144d6..8afa3c2 100644
--- a/www/ui/data/tpl/form_livestream.txt
+++ b/www/ui/data/tpl/form_livestream.txt
@@ -1,7 +1,7 @@
 <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>

--
Gitblit v1.9.3