remove admin only flags for sections and locale

This commit is contained in:
j 2014-03-05 13:39:25 +00:00
commit 550ced514d
6 changed files with 6 additions and 8 deletions

View file

@ -32,7 +32,6 @@ pandora.ui.appearanceDialog = function() {
}
}),
Ox.Select({
disabled: pandora.user.level != 'admin',
id: 'locale',
items: Object.keys(Ox.LOCALE_NAMES).map(function(locale) {
return {id: locale, title: Ox.LOCALE_NAMES[locale]}