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/timers.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/timers.ecpp')
-rw-r--r-- | pages/timers.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp index db45dd6..a910224 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -52,7 +52,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <& tooltip.javascript var=("domTT_styleClass") value=("domTTepg") &> <& pageelems.ajax_js &> </head> - <body onload="LiveStatusAjaxRequest('infobox.html', 'infobox')"> + <body onload="<& pageelems.infobox_start_update &>"> <& pageelems.logo &> <& menu active=("timers") component=("timers.timer_actions")> <div class="inhalt"> |