From 8d7d357497e80b87f1d3be2357cb9cb2e853e582 Mon Sep 17 00:00:00 2001 From: ulrich Date: Thu, 08 Apr 2021 15:55:18 +0000 Subject: [PATCH] Gestaltung der Buttons, Abspielliste (in Arbeit) --- www/ui/data/tpl/form_einstellung.tpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/www/ui/data/tpl/form_einstellung.tpl b/www/ui/data/tpl/form_einstellung.tpl index 382dad1..b5493e1 100644 --- a/www/ui/data/tpl/form_einstellung.tpl +++ b/www/ui/data/tpl/form_einstellung.tpl @@ -2,7 +2,7 @@ Einstellung <input class="entity-element" type="text" id="einstellung-key" placeholder="Key" value="{{key}}" /> - <input class="entity-element" type="text" id="einstellung-value" placeholder="Pfad" value="{{value}}" /> + <input class="entity-element" type="text" id="einstellung-value" placeholder="Wert" value="{{value}}" /> <div class="entity-buttons"> <button class="button-primary" id="ok-btn">Speichern</button> <button class="button" id="cancel-btn">Abbrechen</button> -- Gitblit v1.9.3