EPGGRABER: cosmetic changes to show more name grabber

This commit is contained in:
Piotr Kuchciak 2014-11-26 18:24:22 +01:00 committed by Jaroslav Kysela
parent c7be037d0c
commit 3184c8b01d

View file

@ -96,7 +96,7 @@ tvheadend.epggrab = function(panel, index) {
var internalCron = new Ext.form.TextArea({
fieldLabel: 'Cron multi-line',
name: 'cron',
width: 300
width: 350
});
/*
@ -105,7 +105,7 @@ tvheadend.epggrab = function(panel, index) {
var internalModule = new Ext.form.ComboBox({
fieldLabel: 'Module',
hiddenName: 'module',
width: 300,
width: 350,
valueField: 'id',
displayField: 'name',
forceSelection: true,
@ -263,7 +263,7 @@ tvheadend.epggrab = function(panel, index) {
var otaCron = new Ext.form.TextArea({
fieldLabel: 'Over-the-air Cron multi-line',
name: 'ota_cron',
width: 300
width: 350
});
var otaTimeout = new Ext.form.NumberField({