[Commits] : Tuxbox-GIT: apps branch master updated. CVS-Final-498-gd850b39
Tuxbox Sources
Brought to you by:
dbt1
|
From: GetAway <tux...@ne...> - 2015-03-15 11:57:42
|
Project "Tuxbox-GIT: apps":
The branch, master has been updated
via d850b390568cc48369d06c7da35fcc1772f05501 (commit)
from f2fbce0e730d894063ef67d2157aae11041bc0cd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d850b390568cc48369d06c7da35fcc1772f05501
Author: svenhoefer <sve...@sv...>
Date: Sun Mar 15 12:56:59 2015 +0100
yWeb Tools: move two links to yWeb
Signed-off-by: GetAway <get...@t-...>
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Tools_Menue.yhtm b/tuxbox/neutrino/daemons/nhttpd/web/Y_Tools_Menue.yhtm
index c34cef8..631a00d 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Tools_Menue.yhtm
+++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Tools_Menue.yhtm
@@ -35,7 +35,6 @@ function init(){
<li><a target="work" title="organize file mounts" href="Y_Settings_mount_liste.yhtm">Mounts</a></li>
<li><a target="work" title="Wake on LAN" href="Y_Settings_wol.yhtm">Wake on LAN</a></li>
=}
- <li><a target="work" title="check Installation" href="Y_Tools_Check_Install.yhtm">Check Install</a></li>
</ul>
</div>
<div class="y_menu_sec_section">Expert</div>
@@ -45,11 +44,22 @@ function init(){
{=if-empty:{=var-get:management=}~
<li class="disabled" title="backup or flash image. (restricted by ManagementIP)">Image</li>
<li class="disabled" title="command shell (restricted by ManagementIP)">Command Shell</li>
- <li class="disabled" title="yInstaller (for files, plugins, ...) (restricted by ManagementIP)">yInstaller</li>
~
<li><a target="work" title="backup or flash image" href="Y_Tools_Flash_Menue.yhtm">Image</a></li>
<li><a target="work" title="command shell" href="Y_Tools_Cmd.yhtm">Command Shell</a>
<a title="command shell (popup)" href="javascript:cmd_popup()"><img src="/images/popup.png"/></a></li>
+ =}
+ </ul>
+ </div>
+ <div class="y_menu_sec_section">yWeb</div>
+ <div class="y_menu_sec">
+ <ul id="secmenu_yweb">
+ <li>
+ <a target="work" href="Y_Tools_Check_Install.yhtm">Check Install</a>
+ </li>
+ {=if-empty:{=var-get:management=}~
+ <li class="disabled" title="yInstaller (for files, plugins, ...) (restricted by ManagementIP)">yInstaller</li>
+ ~
<li><a target="work" title="yInstaller (for files, plugins, ...)" href="Y_Tools_Installer.yhtm">yInstaller</a></li>
=}
</ul>
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt b/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt
index b7bdb5c..e62be7b 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt
+++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt
@@ -1,4 +1,4 @@
-version=2.8.0.7
-date=14.03.2015
+version=2.8.0.8
+date=15.03.2015
type=Release
info=Tuxbox
-----------------------------------------------------------------------
Summary of changes:
.../neutrino/daemons/nhttpd/web/Y_Tools_Menue.yhtm | 14 ++++++++++++--
tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt | 4 ++--
2 files changed, 14 insertions(+), 4 deletions(-)
--
Tuxbox-GIT: apps
|