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 c6ac8073a0
commit 5f5a5054e9

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,