partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 63c1961db9dea20e046feeb5759ac7b0c2cc175c
parent 3811f0b0751a62a31709903d02581d03f6658c18
Author: Felicitus <privat@timohummel.com>
Date:   Mon, 13 Jun 2011 01:39:54 +0200

Moved "description" field

Diffstat:
Mfrontend/js/Components/Part/PartParameterGrid.js | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/frontend/js/Components/Part/PartParameterGrid.js b/frontend/js/Components/Part/PartParameterGrid.js @@ -56,15 +56,6 @@ Ext.define('PartDB2.PartParameterGrid', { selectOnTab: true } }, - { - header: i18n("Description"), - dataIndex: 'description', - flex: 0.3, - editor: { - xtype:'textfield', - allowBlank:true - } - }, { header: i18n("Value"), flex: 0.2, @@ -103,6 +94,15 @@ Ext.define('PartDB2.PartParameterGrid', { xtype:'UnitComboBox', allowBlank:true } + }, + { + header: i18n("Description"), + dataIndex: 'description', + flex: 0.3, + editor: { + xtype:'textfield', + allowBlank:true + } } ];