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

@ -6,8 +6,8 @@ pandora.ui.sectionSelect = function(section) {
id: 'sectionSelect',
items: [
{id: 'items', title: Ox._(pandora.site.itemName.plural)},
{id: 'edits', title: Ox._('Edits'), disabled: pandora.user.level != 'admin'},
{id: 'texts', title: Ox._('Texts'), disabled: pandora.user.level != 'admin'}
{id: 'edits', title: Ox._('Edits')},
{id: 'texts', title: Ox._('Texts')}
],
value: section || pandora.user.ui.section
}).css({