From e84dbe3acc2778785c15e4338f9265a5a38715f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Fri, 17 Jul 2009 14:10:24 +0000 Subject: [PATCH] * Added a search IMDB direct link in the EPG window popup. Ticket #79 --- debian/changelog | 2 ++ src/webui/static/app/epg.js | 4 ++++ 2 files changed, 6 insertions(+) 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 += '
' + event.contentgrp + '
'; + content += '
Search IMDB
' + + var win = new Ext.Window({ title: event.title, bodyStyle: 'margin: 5px',