fix import/export dialog tabbing
This commit is contained in:
parent
39dac41b66
commit
ab0b0d5300
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,6 @@ oml.ui.importExportDialog = function() {
|
||||||
height: '16px'
|
height: '16px'
|
||||||
})
|
})
|
||||||
.appendTo($element);
|
.appendTo($element);
|
||||||
|
|
||||||
$progressButton[data.activity] = Ox.Button({
|
$progressButton[data.activity] = Ox.Button({
|
||||||
style: 'squared',
|
style: 'squared',
|
||||||
title: '',
|
title: '',
|
||||||
|
@ -293,6 +292,7 @@ oml.ui.importExportDialog = function() {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.appendTo($element);
|
.appendTo($element);
|
||||||
|
$form.find('input').attr({tabindex: -1});
|
||||||
$label[selected] = Ox.Label({
|
$label[selected] = Ox.Label({
|
||||||
//textAlign: 'center',
|
//textAlign: 'center',
|
||||||
style: 'squared',
|
style: 'squared',
|
||||||
|
|
Loading…
Reference in a new issue