remove document type

This commit is contained in:
rolux 2014-02-18 06:48:02 +00:00
parent c6afcafbdd
commit 0e9b6a4599

View file

@ -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,