From f9f8196eb463f1c870c61d6db2c7fb56838a3c9b Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sun, 25 Apr 2021 13:34:05 +0000
Subject: [PATCH] 'calypso' aus den Abspieler-Kommandos entfernt, das gehoert zum Abspieler-URL

---
 www/ui/data/tpl/form_ablageort.txt |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/ui/data/tpl/form_ablageort.txt b/www/ui/data/tpl/form_ablageort.txt
index 5ac0a08..eb6196b 100644
--- a/www/ui/data/tpl/form_ablageort.txt
+++ b/www/ui/data/tpl/form_ablageort.txt
@@ -1,12 +1,12 @@
 <form>
   <div class="entity-formular">
-    <input name="name" class="entity-element" type="text" id="ablageort-name" placeholder="Name" value="{{name}}" />
-    <input name="ort" class="entity-element" type="text" id="ablageort-ort" placeholder="Pfad" value="{{ort}}" />
-    <input name="url" class="entity-element" type="text" id="ablageort-url" placeholder="URL" value="{{url}}" />
+    <input name="name" class="entity-form-element" type="text" id="ablageort-name" placeholder="Name" value="{{name}}" />
+    <input name="ort" class="entity-form-element" type="text" id="ablageort-ort" placeholder="Pfad" value="{{ort}}" />
+    <input name="url" class="entity-form-element" type="text" id="ablageort-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