cosmetic changes

This commit is contained in:
rolux 2014-09-18 17:24:05 +02:00
parent b24b62eccb
commit 8dc036bae3

View file

@ -66,21 +66,21 @@ pandora.ui.importAnnotationsDialog = function(options) {
that = Ox.Dialog({
buttons: [
Ox.Button({
id: 'dontImport',
title: Ox._('Don\'t Import')
})
.bindEvent({
click: function() {
that.close();
}
}),
id: 'dontImport',
title: Ox._('Don\'t Import')
})
.bindEvent({
click: function() {
that.close();
}
}),
Ox.Button({
disabled: true,
id: 'import',
title: Ox._('Import')
}).bindEvent({
click: importAnnotations
})
disabled: true,
id: 'import',
title: Ox._('Import')
}).bindEvent({
click: importAnnotations
})
],
closeButton: true,
content: $content,