From 7d31187663154286b4a49beaf49d98ffd004ec06 Mon Sep 17 00:00:00 2001 From: ulrich Date: Sat, 24 Apr 2021 08:33:16 +0000 Subject: [PATCH] UI-Anpassungen --- www/ui/app.css | 2 +- www/ui/data/menu/hauptmenue.json | 9 +++++++-- www/ui/data/tpl/dlg-info.txt | 4 ++-- www/ui/js/app.js | 2 +- www/ui/index.html | 4 ++-- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/www/ui/app.css b/www/ui/app.css index a8f2be8..c8d2cf9 100644 --- a/www/ui/app.css +++ b/www/ui/app.css @@ -488,7 +488,7 @@ /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ - margin-left: .2em; + /* margin-left: .2em; */ /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ diff --git a/www/ui/data/menu/hauptmenue.json b/www/ui/data/menu/hauptmenue.json index c32ac21..6af5b8b 100644 --- a/www/ui/data/menu/hauptmenue.json +++ b/www/ui/data/menu/hauptmenue.json @@ -8,7 +8,7 @@ }, "inhalt": [ { - "titel": "Eig. Quellen", + "titel": "Kataloge", "umenue": false, "funktion": "app.media_liste" }, @@ -23,11 +23,16 @@ "funktion": "app.titel_liste" }, { - "titel": "Geräte", + "titel": "Ein/Aus", "umenue": false, "funktion": "app.geraet_schalt_liste" }, { + "titel": "", + "umenue": false, + "funktion": "" + }, + { "titel": "Einstellungen", "umenue": true, "verweis": "einstellungen.json" diff --git a/www/ui/data/tpl/dlg-info.txt b/www/ui/data/tpl/dlg-info.txt index 12f0154..65ff7f0 100644 --- a/www/ui/data/tpl/dlg-info.txt +++ b/www/ui/data/tpl/dlg-info.txt @@ -1,8 +1,8 @@ <div class="dlg-info"> <span class="close-btn pointer-cursor">✖</span> <div class="dlg-behaelter"> - <div class="dlg-info-app-titel">Pan</div> + <div class="dlg-info-app-titel">Tango</div> <div class="dlg-info-app-info">Die Mediazentrale von <a href='https://uhilger.de'>Ulrich Hilger</a>.</div> - <div class="dlg-info-app-info">Weitere Infos im Code-Repository.</div> + <div class="dlg-info-app-info">Weitere Infos auf der <a href=''>Produktseite</a>.</div> </div> </div> diff --git a/www/ui/index.html b/www/ui/index.html index a6f7cb7..7072ba9 100644 --- a/www/ui/index.html +++ b/www/ui/index.html @@ -18,7 +18,7 @@ --> <html> <head> - <title>Pan</title> + <title>Tango</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0"> <meta name="apple-mobile-web-app-capable" content="yes" /> @@ -37,7 +37,7 @@ </div> </div> <div class="app-titel"> - <span id="app-titel">Pan</span> + <span id="app-titel">Tango</span> </div> <div class="top-btn-area"> <div class="top-btns"> diff --git a/www/ui/js/app.js b/www/ui/js/app.js index 381eac6..5f70644 100644 --- a/www/ui/js/app.js +++ b/www/ui/js/app.js @@ -225,7 +225,7 @@ }; this.livestream_liste = function() { - self.entitaet_liste('Livestream','../api/store/Livestream/liste/', + self.entitaet_liste('Livestreams','../api/store/Livestream/liste/', "data/tpl/livestream_liste.txt", '../api/store/Livestream/', "self.livestream_form", function(responseText) { var livestream = JSON.parse(responseText); -- Gitblit v1.9.3