From d59dc1d2c60fd9b0079b7eae63a9b4d90fbc05e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 21 Sep 2008 10:34:21 +0000 Subject: [PATCH] Remove the 'setup xmltv' button from channel configuration --- webui/static/app/chconf.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/webui/static/app/chconf.js b/webui/static/app/chconf.js index d556a111..854f9cc9 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] });