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 } } }