Mercurial > lada > lada-client
comparison app/view/widget/base/ComboBox.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 | d47ee7439f44 |
children | 291ac2e2bcf5 |
comparison
equal
deleted
inserted
replaced
622:ee92e352be20 | 632:fead63bb5fb4 |
---|---|
38 msgTarget: 'none', | 38 msgTarget: 'none', |
39 tpl: this.tpl | 39 tpl: this.tpl |
40 }, { | 40 }, { |
41 xtype: 'image', | 41 xtype: 'image', |
42 name: 'warnImg', | 42 name: 'warnImg', |
43 src: 'resources/img/icon-warning.gif', | 43 src: 'resources/img/dialog-warning.png', |
44 width: 12, | 44 width: 14, |
45 height: 12, | 45 height: 14, |
46 hidden: true | 46 hidden: true |
47 }, { | 47 }, { |
48 xtype: 'image', | 48 xtype: 'image', |
49 name: 'errorImg', | 49 name: 'errorImg', |
50 src: 'resources/img/icon-error.gif', | 50 src: 'resources/img/emblem-important.png', |
51 width: 12, | 51 width: 14, |
52 height: 12, | 52 height: 14, |
53 hidden: true | 53 hidden: true |
54 }]; | 54 }]; |
55 this.callParent(arguments); | 55 this.callParent(arguments); |
56 }, | 56 }, |
57 | 57 |