From 6ced8c5c9842987247fed5f598eb3018b3ef7584 Mon Sep 17 00:00:00 2001 From: wedebe <9741693+wedebe@users.noreply.github.com> Date: Mon, 30 May 2022 12:06:19 +0100 Subject: [PATCH] Move package version details into `About OpenWebif` page This change moves package version details from hidden-by-default side menu item into always-visible `About OpenWebif` page (#1509) --- .../controllers/views/responsive/ajax/about.tmpl | 16 ++++++++++++++++ plugin/controllers/views/responsive/main.tmpl | 12 +----------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/plugin/controllers/views/responsive/ajax/about.tmpl b/plugin/controllers/views/responsive/ajax/about.tmpl index c8fd89334..2ce315da3 100644 --- a/plugin/controllers/views/responsive/ajax/about.tmpl +++ b/plugin/controllers/views/responsive/ajax/about.tmpl @@ -1,3 +1,4 @@ +#from Plugins.Extensions.OpenWebif.controllers.defaults import OPENWEBIFVER, OPENWEBIFPACKAGEVERSION #from Plugins.Extensions.OpenWebif.controllers.i18n import tstrings
@@ -83,6 +84,21 @@
+
+
+
+
+

troubleshoot$tstrings['version']

+
+
+
+

$OPENWEBIFVER

+

$tstrings['build']: $OPENWEBIFPACKAGEVERSION

+
+
+
+
+
diff --git a/plugin/controllers/views/responsive/main.tmpl b/plugin/controllers/views/responsive/main.tmpl index bd9743360..fa19cfda7 100644 --- a/plugin/controllers/views/responsive/main.tmpl +++ b/plugin/controllers/views/responsive/main.tmpl @@ -1,6 +1,6 @@ #from Plugins.Extensions.OpenWebif.controllers.i18n import tstrings #from Plugins.Extensions.OpenWebif.vtiaddon import skinColor, themeMode, EPGSearchBQonly, EPGSearchFull, ScreenshotOnRCU, MinMovieList, MinTimerList, MinEPGList, MovieSearchExtended, MovieSearchShort, RemoteControlView, showPicons, showPiconBackground, ZapStream, showIPTVChannelsInSelection, useSreenshotChannelName, useNowNextColumns -#from Plugins.Extensions.OpenWebif.controllers.defaults import OPENWEBIFVER, OPENWEBIFPACKAGEVERSION, USERCSSRESPONSIVE +#from Plugins.Extensions.OpenWebif.controllers.defaults import USERCSSRESPONSIVE #from json import dumps #set $skinPrefOptions = [ @@ -396,16 +396,6 @@ $tstrings['receiver']
  • OpenWebif
  • - -
  • - $tstrings['version']: $OPENWEBIFVER - $tstrings['build']: $OPENWEBIFPACKAGEVERSION -
  • -