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({ that = Ox.Dialog({
buttons: [ buttons: [
Ox.Button({ Ox.Button({
id: 'dontImport', id: 'dontImport',
title: Ox._('Don\'t Import') title: Ox._('Don\'t Import')
}) })
.bindEvent({ .bindEvent({
click: function() { click: function() {
that.close(); that.close();
} }
}), }),
Ox.Button({ Ox.Button({
disabled: true, disabled: true,
id: 'import', id: 'import',
title: Ox._('Import') title: Ox._('Import')
}).bindEvent({ }).bindEvent({
click: importAnnotations click: importAnnotations
}) })
], ],
closeButton: true, closeButton: true,
content: $content, content: $content,