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,
|
||||
width: 64
|
||||
},
|
||||
{
|
||||
id: 'type',
|
||||
operator: '+',
|
||||
title: Ox._('Type'),
|
||||
visible: true,
|
||||
width: 128
|
||||
},
|
||||
{
|
||||
id: 'description',
|
||||
operator: '+',
|
||||
|
@ -653,14 +646,6 @@ pandora.ui.documentsPanel = function(options) {
|
|||
value: item.user,
|
||||
width: width
|
||||
}),
|
||||
Ox.Input({
|
||||
disabled: !editable,
|
||||
id: 'type',
|
||||
label: Ox._('Type'),
|
||||
labelWidth: labelWidth,
|
||||
value: item.type,
|
||||
width: width
|
||||
}),
|
||||
Ox.Input({
|
||||
disabled: !editable,
|
||||
height: 256,
|
||||
|
|
Loading…
Reference in a new issue