Project

General

Profile

Feature #436 » tune_chconf_grid.patch

cyberjunk -, 2011-04-14 02:29

View differences:

tvheadend/src/webui/static/app/chconf.js 2011-04-14 01:42:45.000000000 +0200
159 160
	    })
160 161
	},
161 162
	{
162
	    header: "Play",
163
	    width: 50,
164
	    header: "M3U",
165
	    dataIndex: 'chid',
166
	    renderer: function(value, metadata, record, row, col, store) {
167
		url = 'playlist/channelid/' + value;
168
		return '<a href="'+url+'">Load</a>';
169
	    }
170
	},
171
	{
172
	    header: "Embedded",
163 173
	    dataIndex: 'chid',
164 174
	    width: 50,
165 175
	    renderer: function(value, metadata, record, row, col, store) {
166
	    url = 'playlist/channelid/' + value
176
	    url = 'stream/channelid/' + value
167 177
	    return "<a href=\"javascript:tvheadend.VLC('"+url+"')\">Play</a>"
168 178
	    }
169 179
	},
(3-3/8)