From a2378dda4a23a7bb7eec9764c7a3b5bbbc1dd72f Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 21 Apr 2021 12:49:08 +0000
Subject: [PATCH] Kleine Anpassungen an Bedienelementen
---
www/ui/data/tpl/form_abspieler.txt | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www/ui/data/tpl/form_abspieler.txt b/www/ui/data/tpl/form_abspieler.txt
index db872dc..47ad55c 100644
--- a/www/ui/data/tpl/form_abspieler.txt
+++ b/www/ui/data/tpl/form_abspieler.txt
@@ -1,11 +1,11 @@
<form>
<div class="entity-formular">
- <input name="name" class="entity-element" type="text" id="abspieler-name" placeholder="Name" value="{{name}}" />
- <input name="url" class="entity-element" type="text" id="abspieler-url" placeholder="URL" value="{{url}}" />
+ <input name="name" class="entity-form-element" type="text" id="abspieler-name" placeholder="Name" value="{{name}}" />
+ <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öschen</button>
+ <button type="button" class="button" id="cancel-btn">Abbrechen</button>
+ <button type="button" class="button" id="loeschen-btn">Löschen</button>
</div>
</div>
</form>
\ No newline at end of file
--
Gitblit v1.9.3