From: Andreas Ă–man Date: Sun, 21 Sep 2008 10:34:21 +0000 (+0000) Subject: Remove the 'setup xmltv' button from channel configuration X-Git-Tag: 2.12~854 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d59dc1d2c60fd9b0079b7eae63a9b4d90fbc05e1;p=thirdparty%2Ftvheadend.git Remove the 'setup xmltv' button from channel configuration --- diff --git a/webui/static/app/chconf.js b/webui/static/app/chconf.js index d556a1111..854f9cc9e 100644 --- a/webui/static/app/chconf.js +++ b/webui/static/app/chconf.js @@ -302,13 +302,7 @@ tvheadend.chconf = function() { border: false, title:'Channels', layout:'border', - items: [chlist, details], - tbar: [{ - tooltip: 'Configure XMLTV grabber', - iconCls: 'option', - text: 'Setup XML-TV' - }] - + items: [chlist, details] });