summaryrefslogtreecommitdiff
path: root/pages/whats_on.ecpp
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-21 16:54:56 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-21 16:54:56 +0000
commit903e6b746db36238b48741bafcbfeb60e1a718c9 (patch)
tree1507ec5c79ab612b2808d61d3467953121177e74 /pages/whats_on.ecpp
parent6514a4d1e37954506168f5c9a7ea41580cdba95e (diff)
downloadvdr-plugin-live-903e6b746db36238b48741bafcbfeb60e1a718c9.tar.gz
vdr-plugin-live-903e6b746db36238b48741bafcbfeb60e1a718c9.tar.bz2
- use epg_events in recordings too. This simplifies the overall
recordings code.
Diffstat (limited to 'pages/whats_on.ecpp')
-rw-r--r--pages/whats_on.ecpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp
index 49ec9f3..bf5a639 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->ChannelName()) $></div></div></div>
+ <div><div><div><$ (epgEvent->Caption()) $></div></div></div>
</div>
<div class="content">
<div class="tools">
@@ -93,14 +93,13 @@ if (type == "now") {
}
}>
</div>
-
<div class="epg_data" style="display: none;">
<{
// create hidden div for the tooltip hints.
for (vector<EpgEventPtr>::iterator i = epgEvents.begin(); i != epgEvents.end(); ++i) {
EpgEventPtr epg = *i;
}>
- <& pageelems.epg_tt_box boxId=(epg->Id()) caption=(epg->ChannelName()) time=(epg->StartTime(tr("%I:%M %p")) + string(" - ") + epg->EndTime(tr("%I:%M %p"))) title=(epg->Title()) short_descr=(epg->ShortDescr()) long_descr=(epg->LongDescr()) &>
+ <& pageelems.epg_tt_box boxId=(epg->Id()) caption=(epg->Caption()) time=(epg->StartTime(tr("%I:%M %p")) + string(" - ") + epg->EndTime(tr("%I:%M %p"))) title=(epg->Title()) short_descr=(epg->ShortDescr()) long_descr=(epg->LongDescr()) &>
<{
}
}>