diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-03-25 13:18:33 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-03-25 13:18:33 +0000 |
commit | 11dead6a118f3a9b86024e9ee223f613bd3f7a14 (patch) | |
tree | 6f7f28499bc2aec9b9791096f1f00c3db7d8ea44 /pages | |
parent | 09113fe653d67d76ba7f9bb3d77aa870ac591241 (diff) | |
download | vdr-plugin-live-11dead6a118f3a9b86024e9ee223f613bd3f7a14.tar.gz vdr-plugin-live-11dead6a118f3a9b86024e9ee223f613bd3f7a14.tar.bz2 |
Made Station titles clickable
Diffstat (limited to 'pages')
-rw-r--r-- | pages/whats_on.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |