diff --git a/debian/changelog b/debian/changelog index cdc0b788..1affbb9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index e313f3a7..61b04c69 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -19,6 +19,10 @@ tvheadend.epgDetails = function(event) { content += '
'; + content += ' ' + + var win = new Ext.Window({ title: event.title, bodyStyle: 'margin: 5px',