From ac6bd1295a3a0b3922ef16a4ed2ff11c30ba25c7 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 10 Dec 2020 12:08:21 -0500 Subject: [PATCH] Add Advanced Button --- fHDHR_web/templates/base.html | 34 +++++++++++++++++++++++++++++++--- fHDHR_web/web_ui_conf.json | 5 +++++ 2 files changed, 36 insertions(+), 3 deletions(-) diff --git a/fHDHR_web/templates/base.html b/fHDHR_web/templates/base.html index e00aecf..aae904c 100644 --- a/fHDHR_web/templates/base.html +++ b/fHDHR_web/templates/base.html @@ -17,19 +17,47 @@

- + + + + + + + - - + + {% if fhdhr.config.dict["web_ui"]["advanced"] %} + + {% endif %} + + {% if fhdhr.config.dict["web_ui"]["advanced"] %} + + {% endif %} + xmltv m3u +
+ + + {% if fhdhr.config.dict["web_ui"]["advanced"] %} + + {% else %} + + {% endif %} + + {% if fhdhr.config.dict["web_ui"]["advanced"] %} + + {% else %} + + {% endif %} +

diff --git a/fHDHR_web/web_ui_conf.json b/fHDHR_web/web_ui_conf.json index 5f87553..9ab3a59 100644 --- a/fHDHR_web/web_ui_conf.json +++ b/fHDHR_web/web_ui_conf.json @@ -4,6 +4,11 @@ "value": "none", "config_file": true, "config_web": true + }, + "advanced":{ + "value": false, + "config_file": true, + "config_web": true } } }