edits: remove rights level
This commit is contained in:
parent
cd8e562fc7
commit
05a0be5c99
1 changed files with 26 additions and 26 deletions
|
@ -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'),
|
||||||
|
|
Loading…
Reference in a new issue