width: 400
});
+ var dvbscanWrap = new Ext.form.FieldSet({
+ title: 'DVB Scan Files',
+ width: 700,
+ autoHeight: true,
+ collapsible: true,
+ animCollapse: true,
+ items : [ dvbscanPath ]
+ });
+
/*
* Language
*/
fromLegend: 'Available'
});
+ var languageWrap = new Ext.form.FieldSet({
+ title: 'Language Settings',
+ width: 700,
+ autoHeight: true,
+ collapsible: true,
+ animCollapse: true,
+ items : [ language ]
+ });
+
/*
* Time/Date
*/
width: 700,
autoHeight: true,
collapsible: true,
+ animCollapse: true,
items : [ tvhtimeUpdateEnabled, tvhtimeNtpEnabled, tvhtimeTolerance ]
});
width: 700,
autoHeight: true,
collapsible: true,
+ animCollapse: true,
items : [ imagecacheEnabled, imagecacheOkPeriod, imagecacheFailPeriod,
imagecacheIgnoreSSLCert ]
});
layout : 'form',
defaultType : 'textfield',
autoHeight : true,
+ animCollapse: true,
items : [ imagecachePanel ]
});
} else {
width: 700,
autoHeight: true,
collapsible: true,
+ animCollapse: true,
items : [ transcodingEnabled ]
});
if (tvheadend.capabilities.indexOf('transcoding') == -1)
layout : 'form',
defaultType : 'textfield',
autoHeight : true,
- items : [ language, dvbscanPath,
+ items : [ languageWrap, dvbscanWrap,
tvhtimePanel,
transcodingPanel]
});