* Added a search IMDB direct link in the EPG window popup.

Ticket #79
This commit is contained in:
Andreas Öman 2009-07-17 14:10:24 +00:00
parent 74edcb6c24
commit e84dbe3acc
2 changed files with 6 additions and 0 deletions

2
debian/changelog vendored
View file

@ -57,6 +57,8 @@ hts-tvheadend (2.3) hts; urgency=low
to how other grids work in Tvheadend. Tags are mapped inline using
a list-of-values combobox (http://lovcombo.extjs.eu/)
* Added a search IMDB direct link in the EPG window popup.
Ticket #79
hts-tvheadend (2.2) hts; urgency=low

View file

@ -19,6 +19,10 @@ tvheadend.epgDetails = function(event) {
content += '<div class="x-epg-meta">' + event.contentgrp + '</div>';
content += '<div class="x-epg-meta"><a target="_blank" href="' +
'http://www.imdb.org/find?q=' + event.title + '">Search IMDB</a></div>'
var win = new Ext.Window({
title: event.title,
bodyStyle: 'margin: 5px',