forked from 0x2620/pandora
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
|
||||
})
|
||||
.appendTo(that),
|
||||
$itemsInput = ui.section == 'items'
|
||||
$itemsInput = ui.section != 'texts'
|
||||
? Ox.Input({
|
||||
disabled: true,
|
||||
label: Ox._('Items'),
|
||||
|
|
Loading…
Reference in a new issue