[Commits] : Tuxbox-GIT: apps branch master updated. CVS-Final-518-gd62606f
Tuxbox Sources
Brought to you by:
dbt1
|
From: GetAway <tux...@ne...> - 2015-04-11 16:29:23
|
Project "Tuxbox-GIT: apps":
The branch, master has been updated
via d62606f5057552891ffbaf592dd47102a681c674 (commit)
from bdec90cda38d2ef430676a2b9f62ef43836f4d23 (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 d62606f5057552891ffbaf592dd47102a681c674
Author: GetAway <get...@t-...>
Date: Sat Apr 11 18:28:17 2015 +0200
yWeb: use only png for buttons
in order to get more compatibility for other stylesheets, like from Coolstream
Signed-off-by: GetAway <get...@t-...>
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css b/tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css
index 3bdb415..44c9276 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css
+++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css
@@ -46,7 +46,7 @@ button[ytype]{
button[ytype="save"]{background-image:url(/images/save.png);}
button[ytype="saveall"]{background-image:url(/images/saveall.png);}
button[ytype="cancel"]{background-image:url(/images/cross.png);}
-button[ytype="refresh"],button[ytype="reboot"]{background-image:url(/images/reload.gif);}
+button[ytype="refresh"],button[ytype="reboot"]{background-image:url(/images/reload.png);}
button[ytype="record"]{background-image:url(/images/record.png);}
button[ytype="zap"]{background-image:url(/images/zap.png);}
button[ytype="timeup"]{background-image:url(/images/time_up.png);}
@@ -55,7 +55,7 @@ button[ytype="timeadd"]{background-image:url(/images/time_add.png);}
button[ytype="shot"]{background-image:url(/images/snapshot.png);}
button[ytype="clearshot"]{background-image:url(/images/remove.png);}
button[ytype="go"]{background-image:url(/images/accept.png);}
-button[ytype="download"]{background-image:url(/images/wget.gif);}
+button[ytype="download"]{background-image:url(/images/wget.png);}
button[ytype="clear"]{background-image:url(/images/remove.png);}
button[ytype="add"]{background-image:url(/images/new.png);}
button[ytype="delete"]{background-image:url(/images/remove.png);}
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Timer_List.yhtm b/tuxbox/neutrino/daemons/nhttpd/web/Y_Timer_List.yhtm
index 9e4891c..6e88ad7 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Timer_List.yhtm
+++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Timer_List.yhtm
@@ -52,7 +52,7 @@
</td>
<td>
<a href="javascript:location.reload()">
- <img src="/images/reload.gif" alt="{=L:0010=}"/></a>
+ <img src="/images/reload.png" alt="{=L:0010=}"/></a>
</td>
</tr>
</table>
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt b/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt
index 88440e8..ee6b52e 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.1.5
-date=10.04.2015
+version=2.8.1.6
+date=11.04.2015
type=Release
info=Tuxbox
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/reload.gif b/tuxbox/neutrino/daemons/nhttpd/web/images/reload.gif
deleted file mode 100644
index 8268958..0000000
Binary files a/tuxbox/neutrino/daemons/nhttpd/web/images/reload.gif and /dev/null differ
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/reload.png b/tuxbox/neutrino/daemons/nhttpd/web/images/reload.png
new file mode 100644
index 0000000..0de2656
Binary files /dev/null and b/tuxbox/neutrino/daemons/nhttpd/web/images/reload.png differ
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/wget.gif b/tuxbox/neutrino/daemons/nhttpd/web/images/wget.gif
deleted file mode 100755
index f99a538..0000000
Binary files a/tuxbox/neutrino/daemons/nhttpd/web/images/wget.gif and /dev/null differ
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/wget.png b/tuxbox/neutrino/daemons/nhttpd/web/images/wget.png
new file mode 100644
index 0000000..8fc08f5
Binary files /dev/null and b/tuxbox/neutrino/daemons/nhttpd/web/images/wget.png differ
-----------------------------------------------------------------------
Summary of changes:
tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css | 4 ++--
.../neutrino/daemons/nhttpd/web/Y_Timer_List.yhtm | 2 +-
tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt | 4 ++--
.../neutrino/daemons/nhttpd/web/images/reload.gif | Bin 248 -> 0 bytes
.../neutrino/daemons/nhttpd/web/images/reload.png | Bin 0 -> 685 bytes
tuxbox/neutrino/daemons/nhttpd/web/images/wget.gif | Bin 189 -> 0 bytes
tuxbox/neutrino/daemons/nhttpd/web/images/wget.png | Bin 0 -> 910 bytes
7 files changed, 5 insertions(+), 5 deletions(-)
delete mode 100644 tuxbox/neutrino/daemons/nhttpd/web/images/reload.gif
create mode 100644 tuxbox/neutrino/daemons/nhttpd/web/images/reload.png
delete mode 100755 tuxbox/neutrino/daemons/nhttpd/web/images/wget.gif
create mode 100644 tuxbox/neutrino/daemons/nhttpd/web/images/wget.png
--
Tuxbox-GIT: apps
|