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/edit_timer.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/edit_timer.ecpp')
| -rw-r--r-- | pages/edit_timer.ecpp | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/pages/edit_timer.ecpp b/pages/edit_timer.ecpp index 734a531..843e4af 100644 --- a/pages/edit_timer.ecpp +++ b/pages/edit_timer.ecpp @@ -117,13 +117,12 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <head> <title>VDR Live - <$ timer ? tr("Edit timer") : tr("New timer") $></title> <link rel="stylesheet" type="text/css" href="styles.css" /> + <& tooltip.javascript var=("domTT_styleClass") value=("domTTepg") &> + <& pageelems.ajax_js &> </head> - <body> - <div class="left_area"> - <& pageelems.logo &> - <& menu active=("timers") &> - </div> - <div class="right_area"> + <body onload="<& pageelems.infobox_start_update &>"> + <& pageelems.logo &> + <& menu active=("timers") &> <div class="inhalt"> <form method="POST" name="edit_timer" action="edit_timer.ecpp"> <input type="hidden" name="timerid" value="<$ timerid $>"/> @@ -224,7 +223,6 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); </table> </form> </div> - </div> </body> </html> <%include>page_exit.eh</%include> |
