Mercurial > lada > lada-client
comparison app/view/window/GenProbenFromMessprogramm.js @ 833:392be36fe3ac
Backed out changeset d9824c49e781
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 16 Jun 2015 10:19:14 +0200 |
parents | d9824c49e781 |
children | 2214aea9fd3a |
comparison
equal
deleted
inserted
replaced
832:d9824c49e781 | 833:392be36fe3ac |
---|---|
103 } | 103 } |
104 } | 104 } |
105 }); | 105 }); |
106 } | 106 } |
107 }]; | 107 }]; |
108 this.width = 350; | 108 this.width = 400; |
109 this.height = 250; | 109 this.height = 300; |
110 | 110 |
111 // add listeners to change the window appearence when it becomes inactive | 111 // add listeners to change the window appearence when it becomes inactive |
112 this.on({ | 112 this.on({ |
113 activate: function(){ | 113 activate: function(){ |
114 this.getEl().removeCls('window-inactive'); | 114 this.getEl().removeCls('window-inactive'); |
146 }, { | 146 }, { |
147 xtype: 'datetime', | 147 xtype: 'datetime', |
148 fieldLabel: i18n.getMsg('from'), | 148 fieldLabel: i18n.getMsg('from'), |
149 labelWidth: 90, | 149 labelWidth: 90, |
150 margin: 5, | 150 margin: 5, |
151 width: 300, | |
152 name: 'start', | 151 name: 'start', |
153 format: 'd.m.Y H:i', | 152 format: 'd.m.Y H:i', |
154 period: 'start' | 153 period: 'start' |
155 }, { | 154 }, { |
156 xtype: 'datetime', | 155 xtype: 'datetime', |
157 fieldLabel: i18n.getMsg('to'), | 156 fieldLabel: i18n.getMsg('to'), |
158 labelWidth: 90, | 157 labelWidth: 90, |
159 margin: 5, | 158 margin: 5, |
160 width: 300, | |
161 name: 'end', | 159 name: 'end', |
162 format: 'd.m.Y H:i', | 160 format: 'd.m.Y H:i', |
163 period: 'end' | 161 period: 'end' |
164 }] | 162 }] |
165 }]; | 163 }]; |