diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-04-29 18:02:47 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-04-29 18:02:47 +0000 |
commit | 162677a55f93defc8fc124b89b137a444ab78edb (patch) | |
tree | 45c93e9f54581c473295187d462c1073da48f3f2 /pages/remote.ecpp | |
parent | c23da7907f180eed81032e1f63e1421f2b39cb61 (diff) | |
download | vdr-plugin-live-162677a55f93defc8fc124b89b137a444ab78edb.tar.gz vdr-plugin-live-162677a55f93defc8fc124b89b137a444ab78edb.tar.bz2 |
- xml version of infobox, updates only pagelements inside the box not
whole box. This circumvents the tooltip stacking problem.
- updated styles for this change.
- updated i18n.cpp for this change.
- Changed javascript implementation for infobox.
- Box doesn't change size after first update.
- added some <%cpp> { </%cpp> tags to prevent newlines inserted by
tntnet. See tntnet documentation about this.
- Added infobox to all pages that didn't had one.
Diffstat (limited to 'pages/remote.ecpp')
-rw-r--r-- | pages/remote.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/remote.ecpp b/pages/remote.ecpp index c8293aa..354f9b6 100644 --- a/pages/remote.ecpp +++ b/pages/remote.ecpp @@ -70,7 +70,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); } //--></script> </head> - <body onload="StreamInit(); FillIntervals(); LiveStatusAjaxRequest('infobox.html', 'infobox')"> + <body onload="StreamInit(); FillIntervals(); <& pageelems.infobox_start_update &>"> <& pageelems.logo &> <& menu active="remote" component=("remote.remote_actions")> <div class="inhalt"> |