From 8c96fd1764c40912d03d1badbc16cdc0d061d281 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 3 Mar 2023 22:27:35 +0100 Subject: [PATCH] yWeb: minor resort in Y_Info_Menue Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/a29d505ce8de5e29cc2b5513adfe10f95ef941d3 Author: vanhofen Date: 2023-03-03 (Fri, 03 Mar 2023) Origin message was: ------------------ - yWeb: minor resort in Y_Info_Menue ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/y-web/Y_Info_Menue.yhtm | 6 +++--- data/y-web/Y_Version.txt | 4 ++-- src/nhttpd/tuxboxapi/neutrinoyparser.h | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/data/y-web/Y_Info_Menue.yhtm b/data/y-web/Y_Info_Menue.yhtm index 4b03d1008..09eb71ca2 100644 --- a/data/y-web/Y_Info_Menue.yhtm +++ b/data/y-web/Y_Info_Menue.yhtm @@ -22,14 +22,14 @@ function init(){
  • {=L:info.about_yweb=}
  • -
  • - {=L:info.help=} -
  • {=var-set:m_link_href=Y_Info_Updates.yhtm=} {=var-set:m_link_text={=L:info.check_for_updates=}=} {=include-block:Y_Blocks.txt;management_link=}
  • +
  • + {=L:info.help=} +
  • diff --git a/data/y-web/Y_Version.txt b/data/y-web/Y_Version.txt index 722c5d32c..b47edf439 100644 --- a/data/y-web/Y_Version.txt +++ b/data/y-web/Y_Version.txt @@ -1,3 +1,3 @@ -version=3.0.50 -date=02.03.2023 +version=3.0.51 +date=03.03.2023 info=NI-Neutrino-Webinterface diff --git a/src/nhttpd/tuxboxapi/neutrinoyparser.h b/src/nhttpd/tuxboxapi/neutrinoyparser.h index a53d6236f..ee3523028 100644 --- a/src/nhttpd/tuxboxapi/neutrinoyparser.h +++ b/src/nhttpd/tuxboxapi/neutrinoyparser.h @@ -52,7 +52,6 @@ private: std::string func_get_webtv_list(CyhookHandler *hh, std::string para); std::string func_get_webradio_list(CyhookHandler *hh, std::string para); std::string func_get_xmltv_list(CyhookHandler *hh, std::string para); - //NI y-funcs std::string func_infoicons_set_values(CyhookHandler *hh, std::string para); std::string func_netfs_set_values(CyhookHandler *hh, std::string para); std::string func_netfs_read_config(CyhookHandler *hh, std::string para);