some more data dialog updates
This commit is contained in:
parent
4c4cfb2423
commit
244055db39
4 changed files with 40 additions and 4 deletions
|
|
@ -33,6 +33,15 @@ pandora.ui.placesDialog = function() {
|
|||
}),
|
||||
that = Ox.Dialog({
|
||||
buttons: [
|
||||
Ox.Button({
|
||||
id: 'manageEvents',
|
||||
title: 'Manage Events...'
|
||||
}).bindEvent({
|
||||
click: function() {
|
||||
// ...
|
||||
}
|
||||
}),
|
||||
{},
|
||||
Ox.Button({
|
||||
id: 'done',
|
||||
title: 'Done'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue