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'
|
||||
})
|
||||
.appendTo($element);
|
||||
|
||||
$progressButton[data.activity] = Ox.Button({
|
||||
style: 'squared',
|
||||
title: '',
|
||||
|
@ -293,6 +292,7 @@ oml.ui.importExportDialog = function() {
|
|||
}
|
||||
})
|
||||
.appendTo($element);
|
||||
$form.find('input').attr({tabindex: -1});
|
||||
$label[selected] = Ox.Label({
|
||||
//textAlign: 'center',
|
||||
style: 'squared',
|
||||
|
|
Loading…
Reference in a new issue