yWeb: minor resort in Y_Info_Menue

Origin commit data
------------------
Commit: a29d505ce8
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-03 (Fri, 03 Mar 2023)

Origin message was:
------------------
- yWeb: minor resort in Y_Info_Menue
This commit is contained in:
vanhofen
2023-03-03 22:27:35 +01:00
parent fb2fa0bbec
commit 1352840e2e
3 changed files with 5 additions and 6 deletions

View File

@@ -22,14 +22,14 @@ function init(){
<li>
<a target="work" href="Y_About_yWeb.yhtm">{=L:info.about_yweb=}</a>
</li>
<li>
<a target="work" href="Y_Info_Help.yhtm">{=L:info.help=}</a>
</li>
<li>
{=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=}
</li>
<li>
<a target="work" href="Y_Info_Help.yhtm">{=L:info.help=}</a>
</li>
</ul>
</div>

View File

@@ -1,3 +1,3 @@
version=3.0.50
date=02.03.2023
version=3.0.51
date=03.03.2023
info=NI-Neutrino-Webinterface

View File

@@ -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);