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/menu.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/menu.ecpp')
-rw-r--r-- | pages/menu.ecpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp index cc81879..fb6b2f9 100644 --- a/pages/menu.ecpp +++ b/pages/menu.ecpp @@ -30,6 +30,9 @@ std::string set_component; % } <a href="recordings.html" <& menu.setactive current=("recordings") &>><$ tr("Recordings") $></a> | <a href="remote.html" <& menu.setactive current=("remote") &>><$ tr("Remote Control") $></a> +<!-- Used by D.H. to test infobox (not part of the released version) + | <a href="ibox_status.html" <& menu.setactive current=("status") &>><$ tr("Status Test") $></a> +--> % if (LiveSetup().UseAuth()) { | <a id="login" href="login.html?action=logout"><$ tr("Logout") $></a> % } |