diff options
| author | thlo <smarttv640@gmail.com> | 2013-09-01 16:53:29 +0200 |
|---|---|---|
| committer | thlo <t.lohmar@gmx.de> | 2013-09-01 16:53:29 +0200 |
| commit | 752587bccad186db28df673f84690eb265ecd991 (patch) | |
| tree | 337b7ff9a78c432d23627af5a1e6e7d47d7cff1c /smarttv-client/index.html | |
| parent | 611fd0079284be330812e9eb44a43304c42387fe (diff) | |
| download | vdr-plugin-smarttvweb-752587bccad186db28df673f84690eb265ecd991.tar.gz vdr-plugin-smarttvweb-752587bccad186db28df673f84690eb265ecd991.tar.bz2 | |
Timer menu entry, which gives an overview of the timers and allows
deletion of timers.
widget.conf configurable InfoOverlay timeout (new widget.conf entry
<infoTimeout>)
YouTube entry becomes optional. Add <youtubemenu>true</youtubemenu> to
your widget.conf
Improved server error feedback through widget GUI
Bug Fixes.
Diffstat (limited to 'smarttv-client/index.html')
| -rwxr-xr-x | smarttv-client/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/smarttv-client/index.html b/smarttv-client/index.html index 3ec5c46..8575cd8 100755 --- a/smarttv-client/index.html +++ b/smarttv-client/index.html @@ -210,5 +210,11 @@ <div id="overlayMenu">
<a href='javascript:void(0);' id='overlayMenu-anchor' ></a>
</div>
+ <div id="timerScreen">
+ <a href='javascript:void(0);' id='timerScreen-anchor'></a>
+
+ <div id="timerView"></div>
+ </div>
+
</body>
</html>
|
