remove admin only flags for sections and locale
This commit is contained in:
parent
1fb1fd9d89
commit
550ced514d
6 changed files with 6 additions and 8 deletions
|
|
@ -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]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue