update manage events dialog
This commit is contained in:
parent
978c86d37e
commit
97788738b4
3 changed files with 70 additions and 64 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// vim: et:ts=4:sw=4:sts=4:ft=javascript
|
||||
|
||||
pandora.ui.placesDialog = function() {
|
||||
var height = Math.round((window.innerHeight - 48) * 0.9),
|
||||
width = Math.round(window.innerWidth * 0.9),
|
||||
|
|
@ -14,7 +15,7 @@ pandora.ui.placesDialog = function() {
|
|||
})
|
||||
],
|
||||
closeButton: true,
|
||||
content: pandora.$ui.placesElement = Ox.ListMap({
|
||||
content: Ox.ListMap({
|
||||
height: height - 48,
|
||||
places: function(data, callback) {
|
||||
return pandora.api.findPlaces(Ox.extend({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue