webui: minor correction to checkbox controls
This commit is contained in:
parent
b3366c6631
commit
321d6b35bf
1 changed files with 2 additions and 2 deletions
|
@ -214,7 +214,7 @@ tvheadend.IdNodeField = function (conf)
|
|||
} else {
|
||||
switch (this.type) {
|
||||
case 'bool':
|
||||
cons = Ext.ux.form.XCheckbox;
|
||||
cons = Ext.form.Checkbox;
|
||||
break;
|
||||
|
||||
case 'int':
|
||||
|
@ -865,7 +865,7 @@ tvheadend.idnode_grid = function(panel, conf)
|
|||
}
|
||||
|
||||
/* Grid Panel */
|
||||
var auto = new Ext.ux.form.XCheckbox({
|
||||
var auto = new Ext.form.Checkbox({
|
||||
checked : true,
|
||||
listeners : {
|
||||
check : function ( s, c ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue