Mercurial > lada > lada-client
comparison app/view/form/Messprogramm.js @ 820:0d6fe69dfa58
Fixed Button Positon for Orte Window
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 29 May 2015 09:36:51 +0200 |
parents | c135201940ee |
children | 95d40ca7bb70 |
comparison
equal
deleted
inserted
replaced
819:00072c3c926e | 820:0d6fe69dfa58 |
---|---|
98 fieldLabel: i18n.getMsg('name'), | 98 fieldLabel: i18n.getMsg('name'), |
99 labelWidth: 135, | 99 labelWidth: 135, |
100 allowBlank: false, | 100 allowBlank: false, |
101 editable: true | 101 editable: true |
102 }, { | 102 }, { |
103 xtype: 'textarea', //TODO: we might need a widget which is capable of handling errormsg. | 103 xtype: 'textarea', |
104 name: 'probeKommentar', | 104 name: 'probeKommentar', |
105 labelAlign: 'top', | 105 labelAlign: 'top', |
106 fieldLabel: i18n.getMsg('probeKommentar'), | 106 fieldLabel: i18n.getMsg('probeKommentar'), |
107 labelwidth: 135, | 107 labelwidth: 135, |
108 anchor: '100%' | 108 anchor: '100%' |
109 }, { | 109 }, { |
110 layout: 'hbox', | 110 layout: 'column', |
111 border: 0, | 111 border: 0, |
112 align: 'stretch', | |
113 items: [{ | 112 items: [{ |
114 xtype: 'location', | 113 xtype: 'location', |
115 name: 'ortId', | 114 name: 'ortId', |
116 fieldLabel: i18n.getMsg('ortId'), | 115 fieldLabel: i18n.getMsg('ortId'), |
117 labelWidth: 80, | 116 labelWidth: 80, |
118 allowBlank: true, | 117 allowBlank: true, |
119 forceSelection: true, | 118 forceSelection: true, |
120 editable: false | 119 editable: false, |
120 columnWidth: '0.75' | |
121 }, { | 121 }, { |
122 xtype: 'button', | 122 xtype: 'button', |
123 name: 'ortIdButton', | 123 name: 'ortIdButton', |
124 margin: '0 0 0 5', | 124 margin: '0 0 0 5', |
125 text: i18n.getMsg('messprogrammort.button.title'), | 125 text: i18n.getMsg('messprogrammort.button.title'), |
126 action: 'ort' | 126 action: 'ort', |
127 columnWidth: '0.25' | |
127 }] | 128 }] |
128 }] | 129 }] |
129 }, { | 130 }, { |
130 border: 0, | 131 border: 0, |
131 width: '50%', | 132 width: '50%', |