From 140fd7ac69ca46835d01cc8f664a03b879fb71f4 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Fri, 4 May 2007 21:24:24 +0000 Subject: - tooltip is now on events title --- css/styles.css | 6 ++++++ pages/schedule.ecpp | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/css/styles.css b/css/styles.css index 09dfc47..2cfce95 100644 --- a/css/styles.css +++ b/css/styles.css @@ -548,6 +548,12 @@ table.schedule tr.active { background: #DEE6EE; } +table.schedule div.more { + margin: 0px; + font-weight: bold; + cursor: pointer; +} + /* ############################## # Blue Background Thingy diff --git a/pages/schedule.ecpp b/pages/schedule.ecpp index 7ca66eb..9051a04 100644 --- a/pages/schedule.ecpp +++ b/pages/schedule.ecpp @@ -112,14 +112,11 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); % if(Event == PresentEvent) { % } - <$ title $>
<$ short_description $>
+
") + string(tr("Click to view details."))) &><& tooltip.display domId=(epgEvent->Id()) &>><$ title $>
<$ short_description $>
% if(Event == PresentEvent) {
% } - -
") + string(tr("Click to view details."))) &><& tooltip.display domId=(epgEvent->Id()) &>><$ (string(tr("more")) + string(" ...")) $>
-   % } -- cgit v1.2.3