summaryrefslogtreecommitdiff
path: root/pages/schedule.ecpp
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-12-18 23:46:05 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-12-18 23:46:05 +0000
commit04f743cfa85b5a5b881ccc9a7ac133c6f53d34af (patch)
treef2685727e17a524ffaa32dd5dcf8645277864c2c /pages/schedule.ecpp
parent9bba540569fadfebe9f78da7b4e5e551cf98e1b5 (diff)
downloadvdr-plugin-live-04f743cfa85b5a5b881ccc9a7ac133c6f53d34af.tar.gz
vdr-plugin-live-04f743cfa85b5a5b881ccc9a7ac133c6f53d34af.tar.bz2
- IMDB link for recordings too. Fixes Bug #420
- Window size of streaming window is now adapted to new size of embedded vlc video frame.
Diffstat (limited to 'pages/schedule.ecpp')
-rw-r--r--pages/schedule.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/schedule.ecpp b/pages/schedule.ecpp
index aadc723..7896f6f 100644
--- a/pages/schedule.ecpp
+++ b/pages/schedule.ecpp
@@ -128,7 +128,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
<tr>
<td class="action leftcol <? lastEventCurrentDay ? "bottomrow" ?>"><& pageelems.event_timer epgid=(epgid) &></td>
<td class="action <? lastEventCurrentDay ? "bottomrow" ?>"><%cpp>if (LiveFeatures<features::epgsearch>().Recent() ) { </%cpp><a href="searchresults.html?searchplain=<$ StringUrlEncode(title) $>"><img src="<$ LiveSetup().GetThemedLink("img", "search.png") $>" alt="" <& tooltip.hint text=(tr("Search for repeats.")) &>></img></a><%cpp> } else { </%cpp><img src="transparent.png" width="16" height="16"><%cpp> } </%cpp></td>
- <td class="action <? lastEventCurrentDay ? "bottomrow" ?>"><a href="http://akas.imdb.com/Tsearch?title=<$ StringUrlEncode(title) $>"><img src="<$ LiveSetup().GetThemedLink("img", "imdb.png") $>" alt="" <& tooltip.hint text=(tr("Find more at the Internet Movie Database.")) &>></img></a></td>
+ <td class="action <? lastEventCurrentDay ? "bottomrow" ?>"><& pageelems.imdb_info_href title=(title) &></td>
<td class="topaligned <? lastEventCurrentDay ? "bottomrow" ?>"><div class="withmargin"><$ start $> - <$ end $></div></td>
<td class="<? (Event == PresentEvent) ? "current" ?> topaligned rightcol <? lastEventCurrentDay ? "bottomrow" ?>"><div class="more withmargin"><a <& tooltip.hint text=(StringEscapeAndBreak(StringWordTruncate(description, 300, truncated)) + "<br />" + tr("Click to view details.")) &><& tooltip.display domId=(epgEvent->Id()) &>><span class="title"><$ title $></span><br /><span class="short"><%cpp>if (short_description.empty()) { </%cpp>&nbsp;<%cpp> } </%cpp><$ short_description $></span></a></div></td>
</tr>