From: sb1066 Date: Sun, 11 Jul 2010 17:41:25 +0000 (+0000) Subject: Added an icon to the epg toolbar that will bring up the media player X-Git-Tag: 2.12~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a69f341861b72996840b8f1213702f9e35f489e;p=thirdparty%2Ftvheadend.git Added an icon to the epg toolbar that will bring up the media player --- diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 8254b0a9e..3831b5cb2 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -329,6 +329,14 @@ tvheadend.epg = function() { handler: epgQueryClear }, '->', + { + text: 'Watch TV', + iconCls: 'eye', + handler: function() { + new tvheadend.VLC(); + } + }, + '-', { text: 'Create AutoRec', iconCls: 'wand',