From 162677a55f93defc8fc124b89b137a444ab78edb Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 29 Apr 2007 18:02:47 +0000 Subject: - 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> { tags to prevent newlines inserted by tntnet. See tntnet documentation about this. - Added infobox to all pages that didn't had one. --- pages/edit_timer.ecpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'pages/edit_timer.ecpp') 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"); VDR Live - <$ timer ? tr("Edit timer") : tr("New timer") $> + <& tooltip.javascript var=("domTT_styleClass") value=("domTTepg") &> + <& pageelems.ajax_js &> - -
- <& pageelems.logo &> - <& menu active=("timers") &> -
-
+ + <& pageelems.logo &> + <& menu active=("timers") &>
@@ -224,7 +223,6 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
-
<%include>page_exit.eh -- cgit v1.2.3