Mercurial > lada > lada-client
comparison app/view/window/Ortszuordnung.js @ 1138:a3a715417540
Fixed typo in datafield getter.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 26 May 2016 14:03:54 +0200 |
parents | f1d21e6a7449 |
children | a792eecf1614 |
comparison
equal
deleted
inserted
replaced
1134:f1d21e6a7449 | 1138:a3a715417540 |
---|---|
43 + ' ' | 43 + ' ' |
44 + i18n.getMsg('ortszuordnung.window.title2') | 44 + i18n.getMsg('ortszuordnung.window.title2') |
45 + ' ' | 45 + ' ' |
46 + i18n.getMsg('probe') | 46 + i18n.getMsg('probe') |
47 + ' ' | 47 + ' ' |
48 + this.probe.get('hauptprobennr') | 48 + this.probe.get('hauptprobenNr') |
49 + ' ' | 49 + ' ' |
50 + i18n.getMsg('edit'); | 50 + i18n.getMsg('edit'); |
51 } | 51 } |
52 else if (this.probe) { | 52 else if (this.probe) { |
53 // A new record will be created | 53 // A new record will be created |
55 + ' ' | 55 + ' ' |
56 + i18n.getMsg('ortszuordnung.window.title2') | 56 + i18n.getMsg('ortszuordnung.window.title2') |
57 + ' ' | 57 + ' ' |
58 + i18n.getMsg('probe') | 58 + i18n.getMsg('probe') |
59 + ' ' | 59 + ' ' |
60 + this.probe.get('hauptprobennr') | 60 + this.probe.get('hauptprobenNr') |
61 + ' ' | 61 + ' ' |
62 + i18n.getMsg('create'); | 62 + i18n.getMsg('create'); |
63 } | 63 } |
64 | 64 |
65 this.buttons = [{ | 65 this.buttons = [{ |