Mercurial > lada > lada-client
comparison app/view/form/Probe.js @ 1175:5e3d4136ecfb
Changed title of Probe- and Messungs-mask/ added ProbeId as displayfield
author | Evi Huber <ehuber@bfs.de> |
---|---|
date | Mon, 11 Jul 2016 10:27:01 +0200 |
parents | 1be581a403b5 |
children | ec2b10d81343 |
comparison
equal
deleted
inserted
replaced
1172:9b157a8eecf1 | 1175:5e3d4136ecfb |
---|---|
73 }] | 73 }] |
74 }], | 74 }], |
75 items: [{ | 75 items: [{ |
76 layout: 'vbox', | 76 layout: 'vbox', |
77 border: 0, | 77 border: 0, |
78 items: [{ | 78 items: [{ |
79 xtype: 'displayfield', | |
80 name: 'probeIdAlt', | |
81 fieldLabel: i18n.getMsg('probeId'), | |
82 margin: '0, 5, 5, 5', | |
83 labelWidth: 95, | |
84 maxLength: 20 | |
85 },{ | |
79 layout: { | 86 layout: { |
80 type: 'hbox', | 87 type: 'hbox', |
81 align: 'stretch' | 88 align: 'stretch' |
82 }, | 89 }, |
83 border: 0, | 90 border: 0, |