From 11dead6a118f3a9b86024e9ee223f613bd3f7a14 Mon Sep 17 00:00:00 2001
From: Thomas Keil <tkeil (at) datacrystal (dot) de>
Date: Sun, 25 Mar 2007 13:18:33 +0000
Subject: Made Station titles clickable

---
 pages/whats_on.ecpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'pages')

diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp
index 555b6ed..090273c 100644
--- a/pages/whats_on.ecpp
+++ b/pages/whats_on.ecpp
@@ -66,7 +66,7 @@ if (type == "now") {
 }>
 			<div class="event">
 				<div class="station">
-					<div><div><div><$ (epgEvent->Caption()) $></div></div></div>
+					<div><div><div><a href="schedule.html?channel=<$ Channel->Number() $>" <& tooltip.hint text=(tr("View the schedule of this channel")) &>><$ (epgEvent->Caption()) $></a></div></div></div>
 				</div>
 				<div class="content">
 					<div class="tools">
-- 
cgit v1.2.3