[Commits] : Tuxbox-GIT: apps branch master updated. CVS-Final-473-g11d92b8
Tuxbox Sources
Brought to you by:
dbt1
|
From: GetAway <tux...@ne...> - 2015-03-08 11:07:28
|
Project "Tuxbox-GIT: apps":
The branch, master has been updated
via 11d92b883380ec1ad0e3d45ff563da6ac33468b5 (commit)
from 48faacc333254e09e4b951d7b9053a6617ec2cca (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 11d92b883380ec1ad0e3d45ff563da6ac33468b5
Author: GetAway <get...@t-...>
Date: Sun Mar 8 12:06:01 2015 +0100
yweb: use whole screen
Signed-off-by: GetAway <get...@t-...>
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Blocks.txt b/tuxbox/neutrino/daemons/nhttpd/web/Y_Blocks.txt
index 0710f73..ecfc993 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Blocks.txt
+++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Blocks.txt
@@ -351,7 +351,7 @@ end-block~page_frame_rest
start-block~frame_secondary
{=include-block:Y_Blocks.txt;frame_iso_head=}
</head>
-<frameset cols="157,*" frameborder="0" framespacing="0">
+<frameset cols="175,*" frameborder="0" framespacing="0">
<frame name="sec_menu" src="{=var-get:sec_menu=}" scrolling="no" noresize="noresize" frameborder="0" />
<frame name="work" src="{=var-get:work=}" scrolling="auto" frameborder="0" />
</frameset>
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt b/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt
index 175b3ab..cffed76 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.7.0.34
+version=2.7.0.35
date=08.03.2015
type=Release
info=Tuxbox
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/index.html b/tuxbox/neutrino/daemons/nhttpd/web/index.html
index 4997a37..3253fd2 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/index.html
+++ b/tuxbox/neutrino/daemons/nhttpd/web/index.html
@@ -5,9 +5,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>dbox yWeb</title>
</head>
-<frameset cols="*,980,*" frameborder="0" framespacing="0">
- <frame src="Y_Dyn_Pages.yhtm?page=page_frame_rest" name="top_left" frameborder="0" marginwidth="0" marginheight="0" id="top_left" />
- <frame src="Y_Dyn_Pages.yhtm?page=frame_main" name="top_main" frameborder="0" id="top_main" style="width:980px; height:100%;" />
- <frame src="Y_Dyn_Pages.yhtm?page=page_frame_rest" name="top_right" frameborder="0" marginwidth="0" marginheight="0" id="top_right" />
+<frameset cols="*,1300,*" frameborder="0" framespacing="0">
+ <frame name="top_left" src="Y_Dyn_Pages.yhtm?page=page_frame_rest" frameborder="0" marginwidth="0" marginheight="0" border="0"/>
+ <frame name="top_main" src="Y_Dyn_Pages.yhtm?page=frame_main" frameborder="0" style="width:1300px; height:100%;" border="0"/>
+ <frame name="top_right" src="Y_Dyn_Pages.yhtm?page=page_frame_rest" frameborder="0" marginwidth="0" marginheight="0" border="0"/>
</frameset>
</html>
-----------------------------------------------------------------------
Summary of changes:
tuxbox/neutrino/daemons/nhttpd/web/Y_Blocks.txt | 2 +-
tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt | 2 +-
tuxbox/neutrino/daemons/nhttpd/web/index.html | 8 ++++----
3 files changed, 6 insertions(+), 6 deletions(-)
--
Tuxbox-GIT: apps
|