From 0e9b6a459968a573d55aed85c951ab06314d05e9 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 18 Feb 2014 06:48:02 +0000 Subject: [PATCH] remove document type --- static/js/documentsPanel.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/static/js/documentsPanel.js b/static/js/documentsPanel.js index 7ca2c117b..cc8ca13f6 100644 --- a/static/js/documentsPanel.js +++ b/static/js/documentsPanel.js @@ -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,