cosmetic changes
This commit is contained in:
parent
b24b62eccb
commit
8dc036bae3
1 changed files with 14 additions and 14 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue