This commit is contained in:
j 2013-05-27 20:33:36 +00:00
parent cfdaaa4464
commit 5ac4f4526c
1 changed files with 1 additions and 1 deletions

View File

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