comparison app/view/widget/base/TextField.js @ 632:fead63bb5fb4

Updated images for errors and warnings.
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 16 Mar 2015 17:09:15 +0100
parents 41d480b69436
children 291ac2e2bcf5
comparison
equal deleted inserted replaced
622:ee92e352be20 632:fead63bb5fb4
26 labelWidth: this.labelWidth, 26 labelWidth: this.labelWidth,
27 listeners: this.listeners 27 listeners: this.listeners
28 }, { 28 }, {
29 xtype: 'image', 29 xtype: 'image',
30 name: 'warnImg', 30 name: 'warnImg',
31 src: 'resources/img/icon-warning.gif', 31 src: 'resources/img/dialog-warning.png',
32 width: 12, 32 width: 14,
33 height: 12, 33 height: 14,
34 hidden: true 34 hidden: true
35 }, { 35 }, {
36 xtype: 'image', 36 xtype: 'image',
37 name: 'errorImg', 37 name: 'errorImg',
38 src: 'resources/img/icon-error.gif', 38 src: 'resources/img/emblem-important.png',
39 width: 12, 39 width: 14,
40 height: 12, 40 height: 14,
41 hidden: true 41 hidden: true
42 }]; 42 }];
43 this.callParent(arguments); 43 this.callParent(arguments);
44 }, 44 },
45 45

http://lada.wald.intevation.org