edits: remove rights level

This commit is contained in:
rolux 2014-02-07 11:59:01 +00:00
parent cd8e562fc7
commit 05a0be5c99

View file

@ -198,7 +198,7 @@ pandora.ui.listGeneralPanel = function(listData) {
submit: editName submit: editName
}) })
.appendTo(that), .appendTo(that),
$itemsInput = ui.section == 'items' $itemsInput = ui.section != 'texts'
? Ox.Input({ ? Ox.Input({
disabled: true, disabled: true,
label: Ox._('Items'), label: Ox._('Items'),