remove document type
This commit is contained in:
parent
c6afcafbdd
commit
0e9b6a4599
1 changed files with 0 additions and 15 deletions
|
@ -52,13 +52,6 @@ pandora.ui.documentsPanel = function(options) {
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 64
|
width: 64
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'type',
|
|
||||||
operator: '+',
|
|
||||||
title: Ox._('Type'),
|
|
||||||
visible: true,
|
|
||||||
width: 128
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'description',
|
id: 'description',
|
||||||
operator: '+',
|
operator: '+',
|
||||||
|
@ -653,14 +646,6 @@ pandora.ui.documentsPanel = function(options) {
|
||||||
value: item.user,
|
value: item.user,
|
||||||
width: width
|
width: width
|
||||||
}),
|
}),
|
||||||
Ox.Input({
|
|
||||||
disabled: !editable,
|
|
||||||
id: 'type',
|
|
||||||
label: Ox._('Type'),
|
|
||||||
labelWidth: labelWidth,
|
|
||||||
value: item.type,
|
|
||||||
width: width
|
|
||||||
}),
|
|
||||||
Ox.Input({
|
Ox.Input({
|
||||||
disabled: !editable,
|
disabled: !editable,
|
||||||
height: 256,
|
height: 256,
|
||||||
|
|
Loading…
Reference in a new issue