Minor tweak to layout of EPG entry info to make it easier to see useful stuff.

This commit is contained in:
Adam Sutton 2012-06-12 17:14:29 +01:00
parent 35fb7885aa
commit f5e91ea717

View file

@ -51,8 +51,8 @@ tvheadend.epgDetails = function(event) {
event.channelid + "')\">Play</a>" + "</div>";
}
content += '<div id="altbcast"></div>';
content += '<div id="related"></div>';
content += '<div id="altbcast"></div>';
var confcombo = new Ext.form.ComboBox({
store: tvheadend.configNames,