show capabilities in info view

This commit is contained in:
rolux 2011-10-24 10:04:41 +00:00
commit 5676bab56f
5 changed files with 150 additions and 52 deletions

View file

@ -55,7 +55,15 @@ pandora.ui.preferencesDialog = function() {
pandora.api.editPreferences({email: data.value});
}
}
})
}),
Ox.Input({
disabled: true,
id: 'level',
label: 'Level',
labelWidth: 120,
value: Ox.toTitleCase(pandora.user.level),
width: 320
})
]
})
.css({position: 'absolute', left: '96px', top: '16px'})