some more data dialog updates

This commit is contained in:
rolux 2011-10-11 16:30:06 +00:00
commit 244055db39
4 changed files with 40 additions and 4 deletions

View file

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