fix import/export dialog tabbing

This commit is contained in:
rlx 2016-01-16 14:39:41 +05:30
parent 39dac41b66
commit ab0b0d5300
1 changed files with 1 additions and 1 deletions

View File

@ -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',