comparison app/view/window/Ortserstellung.js @ 1321:f1e348109ebb

Updated style to fit the other windows style.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 03 Feb 2017 14:31:10 +0100
parents bfdc00c24baf
children
comparison
equal deleted inserted replaced
1320:3a3148d50b9c 1321:f1e348109ebb
49 listeners: { 49 listeners: {
50 destroy: {fn: function() {me.close();}} 50 destroy: {fn: function() {me.close();}}
51 } 51 }
52 }) 52 })
53 ]; 53 ];
54 this.buttons = [{
55 text: 'Schließen',
56 scope: this,
57 handler: this.close
58 }];
54 this.callParent(arguments); 59 this.callParent(arguments);
55 } 60 }
56 }); 61 });

http://lada.wald.intevation.org